summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2010-10-25Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2-2/+1
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds102-5771/+17435
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds3-14/+35
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock2-2/+1
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 Bergmann3-14/+35
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-13ath5k: Move debugfs under ieee80211/[wiphy-name]Ben Greear3-36/+3
2010-10-13ath5k: fix build break from "ath5k: Print out opmode in debugfs"Joe Perches4-16/+13
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-11carl9170: A-MPDU frame type filterChristian Lamparter1-1/+41
2010-10-11carl9170: remove stale rx error pathChristian Lamparter2-6/+11
2010-10-11carl9170: common error path for bad framesChristian Lamparter1-28/+20
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-11ath5k: use the common cycle counter / listen time implementationFelix Fietkau3-41/+26
2010-10-11ath9k_hw: move the cycle counter tracking to athFelix Fietkau9-87/+101
2010-10-11ath5k: store the clock rate in common data on channel changesFelix Fietkau3-6/+10
2010-10-11ath9k_hw: store the clock rate in common data on channel changesFelix Fietkau3-37/+23
2010-10-11ath5k: Adjust opmode when interfaces are removed.Ben Greear1-26/+40
2010-10-11ath5k: Print out opmode in debugfs.Ben Greear3-0/+42
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 Fietkau12-61/+7
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-05ath5k: Don't wake internal queuesBruno Randolf1-1/+1
2010-10-05ath9k: Report total tx/rx bytes and packets in debugfs.Ben Greear2-0/+27