summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k
Commit message (Expand)AuthorAgeFilesLines
* ath9k: resume aggregation immediately after a hardware resetFelix Fietkau2010-10-253-4/+4
* ath9k: fix handling of rate control probe framesFelix Fietkau2010-10-251-0/+6
* ath9k: fix crash in ath_update_survey_statsFelix Fietkau2010-10-251-0/+3
* ath9k_hw: Fix divide by zero cases in paprd.Senthil Balasubramanian2010-10-251-5/+9
* ath9k_hw: Fix TX carrier leakage for IEEE compliance on AR9003 2.2Luis R. Rodriguez2010-10-251-56/+135
* ath9k: Properly initialize ath_common->cc_lock.Ben Greear2010-10-251-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-10-2354-4205/+2170Star
|\
| * ath9k: Null out references to stale pointers.Ben Greear2010-10-153-0/+16
| * ath9k: Remove bf_dmacontext.Ben Greear2010-10-154-20/+12Star
| * ath9k_hw: remove AR9003 2.0 supportLuis R. Rodriguez2010-10-153-1923/+26Star
| * ath9k_htc: set probe request rx filterRajkumar Manoharan2010-10-152-2/+2
| * ath9k_hw: remove enum wireless_mode and its usersFelix Fietkau2010-10-155-89/+25Star
| * ath9k: remove sc->cur_rate_table and sc->cur_rate_modeFelix Fietkau2010-10-153-53/+8Star
| * ath9k: make rate control debugfs stats per stationFelix Fietkau2010-10-154-116/+124
| * ath9k: add missing locking around ath9k_hw_proc_mib_eventFelix Fietkau2010-10-151-0/+2
| * ath9k_hw: fix PHY counter overflow handling in ANI v1Felix Fietkau2010-10-151-1/+1
| * ath9k_hw: fix division by zero in the ANI monitor codeFelix Fietkau2010-10-151-6/+7
| * ath9k: do not track cycle counter updates in powersave modeFelix Fietkau2010-10-151-1/+18
| * ath9k: Fix potential use-after-free.Ben Greear2010-10-131-1/+1
| * ath9k: Set RX filter for Probe Request based on filter flagJouni Malinen2010-10-132-2/+2
| * ath9k: Fix documentation in rate controlMohammed Shafi Shajakhan2010-10-132-8/+9
| * ath9k: built-in rate control A-MPDU fixBjörn Smedman2010-10-111-0/+6
| * ath9k: A-MPDU rate control info fixBjörn Smedman2010-10-111-6/+13
| * ath9k: implement channel utilization stats for surveyFelix Fietkau2010-10-112-16/+98
| * ath9k: add compile time checking for the size of the channel listFelix Fietkau2010-10-112-1/+7
| * ath9k_hw: move the cycle counter tracking to athFelix Fietkau2010-10-116-87/+17Star
| * ath9k_hw: store the clock rate in common data on channel changesFelix Fietkau2010-10-112-37/+21Star
| * ath9k_hw: Fix hw reset failure with HTC driverRajkumar Manoharan2010-10-071-4/+0Star
| * ath9k: Introduce a wrapper for power save disable.Senthil Balasubramanian2010-10-061-18/+22
| * ath9k: remove unnecessary power save flags.Senthil Balasubramanian2010-10-063-48/+4Star
| * ath9k_hw: merge ath9k_hw_ani_monitor_old and ath9k_hw_ani_monitor_newFelix Fietkau2010-10-065-101/+3Star
| * ath9k_hw: remove function pointer abstraction for internal ANI opsFelix Fietkau2010-10-063-45/+29Star
| * ath9k_hw: remove code duplication in phy error counter handlingFelix Fietkau2010-10-064-119/+34Star
| * ath9k_hw: clean up ANI state handlingFelix Fietkau2010-10-066-260/+110Star
| * ath9k_hw: add a helper function to check for the new ANI implementationFelix Fietkau2010-10-061-2/+7
| * ath9k_hw: clean up register write bufferingFelix Fietkau2010-10-0611-58/+6Star
| * ath9k_hw: merge codepaths that access the cycle counter registersFelix Fietkau2010-10-065-92/+65Star
| * ath9k_hw: clean up calibration flagsFelix Fietkau2010-10-066-77/+31Star
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-10-061-1/+1
| |\
| * | ath9k: get correct tx gain type in ath9k_hw_4k_get_eepromGabor Juhos2010-10-051-1/+9
| * | ath9k: Report total tx/rx bytes and packets in debugfs.Ben Greear2010-10-052-0/+27
| * | ath9k: add WDS interfaces to ath9kBill Jordan2010-10-052-0/+4
| * | ath9k : Fix for displaying the channel numberMohammed Shafi Shajakhan2010-10-051-5/+10
| * | ath9k_hw: remove some useless calibration dataFelix Fietkau2010-10-054-19/+0Star
| * | ath9k: fix channel flag / regd issues with multiple cardsFelix Fietkau2010-10-051-6/+31
| * | ath9k: return survey data for all channels instead of just the current oneFelix Fietkau2010-10-051-6/+21
| * | ath9k: remove the noise floor value in the ani structFelix Fietkau2010-10-052-11/+0Star
| * | ath9k: do not return default noise floor values via surveyFelix Fietkau2010-10-051-3/+5
| * | ath9k_hw: keep calibrated noise floor values per channelFelix Fietkau2010-10-053-22/+22
| * | ath9k_htc: remove use of common->ani.noise_floorFelix Fietkau2010-10-051-12/+1Star