Files
linux/net/mac80211
Vivek Natarajan 97d97b8098 mac80211: Fix the wrong WARN_ON message appearing on enabling power save.
This issue happens only when we are associated with a 11n AP and power save
is enabled. In the function 'ieee80211_master_start_xmit', ps_disable_work
is queued where wake_queues is called. But before this work is executed,
we check if the queues are stopped in _ieee80211_tx and return TX_AGAIN to
ieee8011_tx which leads to the warning message.
This patch fixes this erroneous case.

Signed-off-by: Vivek Natarajan <vnatarajan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2009-02-13 13:44:38 -05:00
..
2009-01-29 16:01:46 -05:00
2009-02-09 15:03:44 -05:00
2008-04-08 16:44:45 -04:00
2008-04-08 16:44:45 -04:00
2009-01-29 16:01:09 -05:00
2008-10-31 19:00:37 -04:00
2009-02-09 15:03:44 -05:00
2009-01-29 16:01:45 -05:00
2008-10-31 18:05:59 -04:00
2009-02-09 15:03:44 -05:00
2008-10-31 19:02:14 -04:00
2008-09-15 16:48:22 -04:00