[PATCH] ieee80211: Fix QoS is not active problem
authorHong Liu <hong.liu@intel.com>
Wed, 8 Mar 2006 02:50:20 +0000 (10:50 +0800)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 15 Mar 2006 21:16:07 +0000 (16:16 -0500)
commit72df16f109b73be37977a26d342e9103e8851cb6
tree612e08a13421387f7b82a9c89d2f9b38f711630c
parent0df7861240b3484dea52d1f5782c69fd95b6cf23
[PATCH] ieee80211: Fix QoS is not active problem

Fix QoS is not active even the network and the card is QOS enabled.
The problem is we pass the wrong ieee80211_network address to
ipw_handle_beacon/ipw_handle_probe_response, thus the
ieee80211_network->qos_data.active will not be set, causing the driver
not sending QoS frames at all.

Signed-off-by: Hong Liu <hong.liu@intel.com>
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/ieee80211/ieee80211_rx.c