Files
kernel-tenderloin-3.0/drivers
Abhijeet Kolekar b2ccb4dbe7 iwlwifi: fix remove key error
Fix following error by sending synchronous command and waiting for the command
to complete.

mac80211-phy0: failed to remove key (0, ff:ff:ff:ff:ff:ff) from hardware (-16).

-16 is EBUSY error. The asynchronous command tests for STATUS_EXIT_PENDING
while interface is getting down and it returns -EBUSY error if set.
Changing the host command from asynchronous call to synchronous call
enables command to be run while interface is going down.

Signed-off-by: Abhijeet Kolekar <abhijeet.kolekar@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2009-08-28 14:40:39 -04:00
..
2009-07-28 21:07:09 -04:00
2009-08-02 12:54:22 -07:00
2009-07-12 12:22:34 -07:00
2009-07-12 12:22:34 -07:00
2009-08-09 12:25:29 +10:00
2009-07-03 15:45:29 +01:00
2009-08-04 20:31:32 +02:00
2009-08-28 14:40:39 -04:00
2009-07-29 19:10:35 -07:00
2009-07-12 12:22:34 -07:00
2009-07-30 16:03:45 +09:30