From: Hong Liu Date: Wed, 8 Mar 2006 02:50:20 +0000 (+0800) Subject: [PATCH] ieee80211: Fix QoS is not active problem X-Git-Tag: v2.6.16~22^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72df16f109b73be37977a26d342e9103e8851cb6;p=pandora-kernel.git [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 Signed-off-by: Zhu Yi Signed-off-by: John W. Linville --- Reading git-diff-tree failed