commit | 72df16f109b73be37977a26d342e9103e8851cb6 | [log] [tgz] |
---|---|---|
author | Hong Liu <hong.liu@intel.com> | Wed Mar 08 10:50:20 2006 +0800 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Mar 15 16:16:07 2006 -0500 |
tree | 612e08a13421387f7b82a9c89d2f9b38f711630c | |
parent | 0df7861240b3484dea52d1f5782c69fd95b6cf23 [diff] |
[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>