dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/net/wireless/ath/ath9k
Jan Friedrich c8f3b72133 ath9k: fix erased ieee80211_rx_status.mactime
ath9k_rx_skb_preprocess nulls rxs and the mactime is never set again -
mactime is always 0. This causes problems in IBSS mode.

ieee80211_rx_bss_info uses mactime to decide if an IBSS merge is needed.
Without this patch the merge is triggered by each beacon received.

This can be recognized by the "beacon TSF higher than local TSF - IBSS
merge with BSSID" log message accompanying each beacon.

This problem was not completely fixed in commit
a6d2055b02 and is not a stable kernel fix.
It is solely intended for wireless-testing.

Signed-off-by: Jan Friedrich <jft@dev2day.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2010-08-04 15:28:37 -04:00
..
Kconfig
Makefile
ahb.c drivers/net/wireless: Use wiphy_<level> 2010-07-27 15:14:13 -04:00
ani.c
ani.h
ar5008_initvals.h
ar5008_phy.c
ar9001_initvals.h
ar9002_calib.c ath9k_hw: fix a noise floor calibration related race condition 2010-08-04 15:27:37 -04:00
ar9002_hw.c
ar9002_initvals.h
ar9002_mac.c
ar9002_phy.c
ar9002_phy.h
ar9003_2p0_initvals.h
ar9003_2p2_initvals.h
ar9003_calib.c ath9k_hw: clean up per-channel calibration data 2010-08-04 15:27:37 -04:00
ar9003_eeprom.c ath9k_hw: Fix regulatory CTL index usage for AR9003 2010-08-04 15:27:38 -04:00
ar9003_eeprom.h
ar9003_hw.c
ar9003_mac.c
ar9003_mac.h
ar9003_paprd.c ath9k_hw: clean up per-channel calibration data 2010-08-04 15:27:37 -04:00
ar9003_phy.c ath9k_hw: fix analog shift register writes on AR9003 2010-08-04 15:27:37 -04:00
ar9003_phy.h
ath9k.h ath9k_hw: clean up per-channel calibration data 2010-08-04 15:27:37 -04:00
beacon.c
btcoex.c
btcoex.h
calib.c ath9k_hw: fix a noise floor calibration related race condition 2010-08-04 15:27:37 -04:00
calib.h ath9k_hw: fix a noise floor calibration related race condition 2010-08-04 15:27:37 -04:00
common.c
common.h
debug.c
debug.h
eeprom.c
eeprom.h
eeprom_4k.c
eeprom_9287.c
eeprom_def.c
gpio.c
hif_usb.c
hif_usb.h
htc.h ath9k_hw: clean up per-channel calibration data 2010-08-04 15:27:37 -04:00
htc_drv_beacon.c
htc_drv_init.c
htc_drv_main.c ath9k_hw: clean up per-channel calibration data 2010-08-04 15:27:37 -04:00
htc_drv_txrx.c
htc_hst.c
htc_hst.h
hw-ops.h
hw.c ath9k_hw: clean up per-channel calibration data 2010-08-04 15:27:37 -04:00
hw.h ath9k_hw: fix a noise floor calibration related race condition 2010-08-04 15:27:37 -04:00
init.c
mac.c
mac.h
main.c ath9k_hw: clean up per-channel calibration data 2010-08-04 15:27:37 -04:00
pci.c drivers/net/wireless: Use wiphy_<level> 2010-07-27 15:14:13 -04:00
phy.h
rc.c
rc.h
recv.c ath9k: fix erased ieee80211_rx_status.mactime 2010-08-04 15:28:37 -04:00
reg.h
virtual.c
wmi.c
wmi.h
xmit.c ath9k: fix an issue in ath_atx_tid paused flag management 2010-08-04 15:27:38 -04:00