linux/drivers/net/wireless
Wey-Yi Guy df36c044f5 iwlwifi: check IEEE80211_TX_STAT_AMPDU for agg pkt
when perform rate scaling, in tx status function, checking for
IEEE80211_TX_STAT_AMPDU flag instead of IEEE_TX_CTL_AMPDU flag to perform
AMPDU rate scaling operation.

IEEE80211_TX_CTL_AMPDU was set by mac80211 for aggregation pkt. But when
iwlwifi receive the tx status reply, it reset the flag to following
	info->flags = IEEE80211_TX_STAT_ACK;
	info->flags |= IEEE80211_TX_STAT_AMPDU;
it causes the rate-scaling to not work for aggregation pkt if we checking
for IEEE80211_TX_CTL_AMPDU flag.

Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2009-03-16 18:09:44 -04:00
..
ath5k ath5k: update LED table with reported devices 2009-03-16 18:09:37 -04:00
ath9k ath9k: Fix FIF_PROMISC_IN_BSS processing in station mode 2009-03-16 18:09:42 -04:00
b43 b43: Fix compilation for devices without PCI core 2009-03-05 14:39:48 -05:00
b43legacy b43legacy: fix led naming 2009-02-09 15:03:47 -05:00
hostap hostap: convert usage of net/ieee80211.h to linux/ieee80211.h 2009-02-27 14:51:41 -05:00
ipw2x00 ipw2x00: remove obsolete enums 2009-03-16 18:09:34 -04:00
iwlwifi iwlwifi: check IEEE80211_TX_STAT_AMPDU for agg pkt 2009-03-16 18:09:44 -04:00
libertas Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2009-03-01 21:35:16 -08:00
libertas_tf mac80211: constify ieee80211_if_conf.bssid 2009-01-29 16:01:07 -05:00
orinoco orinoco: firmware: consistently compile out fw cache support if not requested 2009-03-16 18:09:26 -04:00
p54 p54: completely ignore rx'd frames with bad FCS 2009-03-16 18:09:35 -04:00
prism54 drivers/net/wireless/prism54: fix sparse warning: fix signedness 2009-02-17 19:49:21 -08:00
rt2x00 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2009-03-10 05:04:16 -07:00
rtl818x Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2009-02-25 00:02:05 -08:00
zd1211rw zd1211rw: Implement get_tsf() 2009-03-05 14:39:30 -05:00
adm8211.c
adm8211.h
airo_cs.c airo_cs: checkpatch.pl cleanups 2009-03-16 18:09:35 -04:00
airo.c airo: reduce stack memory footprint 2009-03-05 14:39:31 -05:00
airo.h
arlan-main.c
arlan-proc.c
arlan.h
at76c50x-usb.c at76c50x-usb: use dev_name() instead of struct device.bus_id 2009-02-27 14:53:05 -05:00
at76c50x-usb.h at76c50x-usb: add driver 2009-02-27 14:52:44 -05:00
atmel_cs.c
atmel_pci.c
atmel.c atmel: checkpatch.pl cleanups 2009-03-16 18:09:38 -04:00
atmel.h
i82586.h
i82593.h
Kconfig mwl8k: Marvell TOPDOG wireless driver 2009-03-16 18:09:43 -04:00
mac80211_hwsim.c mac80211_hwsim: add regulatory testing options 2009-03-16 18:09:41 -04:00
Makefile mwl8k: Marvell TOPDOG wireless driver 2009-03-16 18:09:43 -04:00
mwl8k.c mwl8k: Marvell TOPDOG wireless driver 2009-03-16 18:09:43 -04:00
netwave_cs.c
ray_cs.c ray_cs: checkpatch.pl and Lindent cleanups 2009-03-16 18:09:43 -04:00
ray_cs.h
rayctl.h
rndis_wlan.c rndis: remove private wrapper of __constant_cpu_to_le32 2009-02-14 22:56:56 -08:00
strip.c drivers/net/wireless: fix sparse warning: context imbalance 2009-02-17 19:34:49 -08:00
wavelan_cs.c wireless, wavelan: spin off by 1 2009-03-05 14:39:31 -05:00
wavelan_cs.h
wavelan_cs.p.h
wavelan.c wavelan: Test arraysize before an element of the array. 2009-02-27 14:51:41 -05:00
wavelan.h
wavelan.p.h
wl3501_cs.c wireless: Add channel/frequency conversions to ieee80211.h 2009-01-29 15:58:46 -05:00
wl3501.h
zd1201.c wireless: Add channel/frequency conversions to ieee80211.h 2009-01-29 15:58:46 -05:00
zd1201.h