summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k
AgeCommit message (Expand)AuthorFilesLines
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds54-4205/+2170
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2-14/+28
2010-10-15ath9k: Null out references to stale pointers.Ben Greear3-0/+16
2010-10-15ath9k: Remove bf_dmacontext.Ben Greear4-20/+12
2010-10-15ath9k_hw: remove AR9003 2.0 supportLuis R. Rodriguez3-1923/+26
2010-10-15ath9k_htc: set probe request rx filterRajkumar Manoharan2-2/+2
2010-10-15ath9k_hw: remove enum wireless_mode and its usersFelix Fietkau5-89/+25
2010-10-15ath9k: remove sc->cur_rate_table and sc->cur_rate_modeFelix Fietkau3-53/+8
2010-10-15ath9k: make rate control debugfs stats per stationFelix Fietkau4-116/+124
2010-10-15ath9k: add missing locking around ath9k_hw_proc_mib_eventFelix Fietkau1-0/+2
2010-10-15ath9k_hw: fix PHY counter overflow handling in ANI v1Felix Fietkau1-1/+1
2010-10-15ath9k_hw: fix division by zero in the ANI monitor codeFelix Fietkau1-6/+7
2010-10-15ath9k: do not track cycle counter updates in powersave modeFelix Fietkau1-1/+18
2010-10-15llseek: automatically add .llseek fopArnd Bergmann2-14/+28
2010-10-13ath9k: Fix potential use-after-free.Ben Greear1-1/+1
2010-10-13ath9k: Set RX filter for Probe Request based on filter flagJouni Malinen2-2/+2
2010-10-13ath9k: Fix documentation in rate controlMohammed Shafi Shajakhan2-8/+9
2010-10-11ath9k: built-in rate control A-MPDU fixBjörn Smedman1-0/+6
2010-10-11ath9k: A-MPDU rate control info fixBjörn Smedman1-6/+13
2010-10-11ath9k: implement channel utilization stats for surveyFelix Fietkau2-16/+98
2010-10-11ath9k: add compile time checking for the size of the channel listFelix Fietkau2-1/+7
2010-10-11ath9k_hw: move the cycle counter tracking to athFelix Fietkau6-87/+17
2010-10-11ath9k_hw: store the clock rate in common data on channel changesFelix Fietkau2-37/+21
2010-10-07ath9k_hw: Fix hw reset failure with HTC driverRajkumar Manoharan1-4/+0
2010-10-07ath9k: Introduce a wrapper for power save disable.Senthil Balasubramanian1-18/+22
2010-10-07ath9k: remove unnecessary power save flags.Senthil Balasubramanian3-48/+4
2010-10-07ath9k_hw: merge ath9k_hw_ani_monitor_old and ath9k_hw_ani_monitor_newFelix Fietkau5-101/+3
2010-10-07ath9k_hw: remove function pointer abstraction for internal ANI opsFelix Fietkau3-45/+29
2010-10-07ath9k_hw: remove code duplication in phy error counter handlingFelix Fietkau4-119/+34
2010-10-07ath9k_hw: clean up ANI state handlingFelix Fietkau6-260/+110
2010-10-07ath9k_hw: add a helper function to check for the new ANI implementationFelix Fietkau1-2/+7
2010-10-07ath9k_hw: clean up register write bufferingFelix Fietkau11-58/+6
2010-10-07ath9k_hw: merge codepaths that access the cycle counter registersFelix Fietkau5-92/+65
2010-10-07ath9k_hw: clean up calibration flagsFelix Fietkau6-77/+31
2010-10-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2010-10-06ath9k_hw: fix regression in ANI listen time calculationFelix Fietkau1-1/+1
2010-10-05ath9k: get correct tx gain type in ath9k_hw_4k_get_eepromGabor Juhos1-1/+9
2010-10-05ath9k: Report total tx/rx bytes and packets in debugfs.Ben Greear2-0/+27
2010-10-05ath9k: add WDS interfaces to ath9kBill Jordan2-0/+4
2010-10-05ath9k : Fix for displaying the channel numberMohammed Shafi Shajakhan1-5/+10
2010-10-05ath9k_hw: remove some useless calibration dataFelix Fietkau4-19/+0
2010-10-05ath9k: fix channel flag / regd issues with multiple cardsFelix Fietkau1-6/+31
2010-10-05ath9k: return survey data for all channels instead of just the current oneFelix Fietkau1-6/+21
2010-10-05ath9k: remove the noise floor value in the ani structFelix Fietkau2-11/+0
2010-10-05ath9k: do not return default noise floor values via surveyFelix Fietkau1-3/+5
2010-10-05ath9k_hw: keep calibrated noise floor values per channelFelix Fietkau3-22/+22
2010-10-05ath9k_htc: remove use of common->ani.noise_floorFelix Fietkau1-12/+1
2010-09-27ath9k_htc: Fix TKIP disconnect failure with HTC driversRajkumar Manoharan1-0/+3
2010-09-27mac80211/ath9k: Support AMPDU with multiple VIFs.Ben Greear2-3/+6
2010-09-27ath9k_hw: simplify revision checks for AR9287Felix Fietkau5-16/+9