John W. Linville 09f921f83f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 15 years ago
..
Kconfig 6e5c2b4e8a ath9k: make the driver specific rate control module optional 15 years ago
Makefile 6e5c2b4e8a ath9k: make the driver specific rate control module optional 15 years ago
ahb.c c96c31e499 drivers/net/wireless: Use wiphy_<level> 15 years ago
ani.c 07b2fa5a23 ath9k: Use static const 15 years ago
ani.h b5bfc5683d ath9k_hw: move the cycle counter tracking to ath 15 years ago
ar5008_initvals.h 2e1f25662b ath9k_hw: reformat the ar5008, ar9001 and ar9002 initvals to match ar9003 15 years ago
ar5008_phy.c 07b2fa5a23 ath9k: Use static const 15 years ago
ar9001_initvals.h ba17bc5e55 ath9k_hw: sync initvals for ar9001 and ar9002 with Atheros 15 years ago
ar9002_calib.c 435c1610f4 ath9k_hw: clean up register write buffering 15 years ago
ar9002_hw.c f119da3015 ath9k_hw: Fix AR9280 surprise removal during frequent idle on/off 15 years ago
ar9002_initvals.h da5747eb89 ath9k_hw: remove initvals for hardware which was never sold 15 years ago
ar9002_mac.c ff32d9cd2c ath9k_hw: fix potential spurious tx error bit interpretation 15 years ago
ar9002_phy.c 07b2fa5a23 ath9k: Use static const 15 years ago
ar9002_phy.h 21cc630f47 ath9k_hw: Add functions to get/set antenna diversity configuration 15 years ago
ar9003_2p2_initvals.h 0dfa6dbb73 ath9k_hw: Fix TX carrier leakage for IEEE compliance on AR9003 2.2 15 years ago
ar9003_calib.c 07b2fa5a23 ath9k: Use static const 15 years ago
ar9003_eeprom.c 09f921f83f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 15 years ago
ar9003_eeprom.h 09f921f83f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 15 years ago
ar9003_hw.c 886b42bf5e ath9k_hw: remove AR9003 2.0 support 15 years ago
ar9003_mac.c 6ee63f55c7 ath9k_hw: Fix low throughput issue with AR93xx 15 years ago
ar9003_mac.h ada9f1cacb ath9k_hw: optimize all descriptor access functions 15 years ago
ar9003_paprd.c 07b2fa5a23 ath9k: Use static const 15 years ago
ar9003_phy.c ea066d5a91 ath9k: Add support for Adaptive Power Management 15 years ago
ar9003_phy.h ab33449895 ath9k_hw: add register definitions related to PA predistortion 15 years ago
ath9k.h 09f921f83f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 15 years ago
beacon.c ea066d5a91 ath9k: Add support for Adaptive Power Management 15 years ago
btcoex.c 8c5e9c830a ath9k: Remove code which enables btcoex based on subsys id 15 years ago
btcoex.h 8c5e9c830a ath9k: Remove code which enables btcoex based on subsys id 15 years ago
calib.c 435c1610f4 ath9k_hw: clean up register write buffering 15 years ago
calib.h 6497827f53 ath9k_hw: clean up calibration flags 15 years ago
common.c babcbc295f ath9k: initialize per-channel tx power limits instead of hardcoding them 15 years ago
common.h 066dae93bd ath9k: rework tx queue selection and fix queue stopping/waking 15 years ago
debug.c eb272441fc ath9k: Move debugfs under ieee80211/[phyname]/ath9k/ 15 years ago
debug.h eb272441fc ath9k: Move debugfs under ieee80211/[phyname]/ath9k/ 15 years ago
eeprom.c e702ba18f2 ath9k_hw: fix endian issues with CTLs on AR9003 15 years ago
eeprom.h 09f921f83f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 15 years ago
eeprom_4k.c 07b2fa5a23 ath9k: Use static const 15 years ago
eeprom_9287.c f7ec8fb4d6 ath9k_hw: Fix eeprom offset for AR9287 devices (PCI/USB) 15 years ago
eeprom_def.c 09f921f83f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 15 years ago
gpio.c 8eb1dabbd1 ath9k: remove a redundant call to ath9k_hw_gettsf32 15 years ago
hif_usb.c b276736319 wireless: Remove unnecessary casts of usb_get_intfdata 15 years ago
hif_usb.h b176286276 ath9k_htc: Add support for AR7010 15 years ago
htc.h fa6e15e0b5 ath9k_htc: Identify devices using driver_info 15 years ago
htc_drv_beacon.c 9cf13668a5 ath9k_htc: Fix beacon distribution in IBSS mode 15 years ago
htc_drv_gpio.c 21cb987914 ath9k_htc: Add support for bluetooth coexistence. 15 years ago
htc_drv_init.c fa6e15e0b5 ath9k_htc: Identify devices using driver_info 15 years ago
htc_drv_main.c 81fc2a3320 Revert "ath9k_htc: Handle monitor mode properly for HTC devices" 15 years ago
htc_drv_txrx.c d7a066c923 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 15 years ago
htc_hst.c fa6e15e0b5 ath9k_htc: Identify devices using driver_info 15 years ago
htc_hst.h 6a0141175b ath9k_htc: Remove unused structures 15 years ago
hw-ops.h 95792178a5 ath9k_hw: merge ath9k_hw_ani_monitor_old and ath9k_hw_ani_monitor_new 15 years ago
hw.c 09f921f83f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 15 years ago
hw.h ea066d5a91 ath9k: Add support for Adaptive Power Management 15 years ago
init.c 09f921f83f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 15 years ago
mac.c 4f8559383c ath9k_hw: remove ath9k_hw_stoppcurecv 15 years ago
mac.h 4f8559383c ath9k_hw: remove ath9k_hw_stoppcurecv 15 years ago
main.c 09f921f83f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 15 years ago
pci.c a05b5d4504 ath9k: add support for reading eeprom from platform data on PCI devices 15 years ago
phy.h 040e539e8e ath9k: Use common ath key management functions 15 years ago
rc.c c8b576061d ath9k: avoid aggregation for VO traffic 15 years ago
rc.h 61117f01e7 ath9k: remove the tx info padding byte abuse 15 years ago
recv.c d7a066c923 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 15 years ago
reg.h 09f921f83f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 15 years ago
virtual.c 61117f01e7 ath9k: remove the tx info padding byte abuse 15 years ago
wmi.c cc0de6536e ath9k_htc: Fix memory leak on WMI event handler 15 years ago
wmi.h cc0de6536e ath9k_htc: Fix memory leak on WMI event handler 15 years ago
xmit.c ea066d5a91 ath9k: Add support for Adaptive Power Management 15 years ago