]> Pileus Git - ~andy/linux/commit
[PATCH] ieee80211: Fix TX code doesn't enable QoS when using WPA + QoS
authorZhu Yi <yi.zhu@intel.com>
Thu, 13 Apr 2006 09:17:17 +0000 (17:17 +0800)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 24 Apr 2006 20:15:53 +0000 (16:15 -0400)
commit73858062b66c07d71bce47a0e4798dd3ce604590
treeab97d0268e29c237cbc397bd254ca75c00e9c1be
parentea2841521a7e061b772d6cee03f5b23c58a58284
[PATCH] ieee80211: Fix TX code doesn't enable QoS when using WPA + QoS

Fix ieee80211 TX code when using WPA+QOS. TKIP/CCMP will use
the TID field of qos_ctl in 802.11 frame header to do encryption. We
cannot ignore this field when doing host encryption and add the qos_ctl
field later.

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>
include/net/ieee80211.h
net/ieee80211/ieee80211_tx.c