mac80211: reconfigure tx on device reconfiguration
authorEliad Peller <eliad@wizery.com>
Thu, 14 Jul 2011 17:29:42 +0000 (20:29 +0300)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 18 Jul 2011 18:29:03 +0000 (14:29 -0400)
Add tx_conf array to save the current tx queues
configuration, and reconfig it on resume (ieee80211_reconfig).

On resume, the driver is being reconfigured. Without
reconfiguring the tx queues as well, the driver might
configure the device to use wrong ac params (e.g. ps-poll
instead of uapsd).

Signed-off-by: Eliad Peller <eliad@wizery.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found