summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath (follow)
Commit message (Expand)AuthorAgeFilesLines
* ath9k: Fix incorrect access of rate flags in RCMohammed Shafi Shajakhan2010-10-291-1/+1
* ath5k: Fix double free on hw attach error pathJones Desougi2010-10-271-9/+8
* ath9k_htc: Set proper firmware offset for Netgear WNDA3200Rajkumar Manoharan2010-10-271-2/+8
* ath9k: fix tx aggregation flush on AR9003Felix Fietkau2010-10-271-9/+9
* ath9k: lock reset and PCU start/stoppingLuis R. Rodriguez2010-10-272-2/+27
* ath9k: rename rxflushlock to pcu_lockLuis R. Rodriguez2010-10-273-6/+6
* ath9k: add locking for starting the PCU on RXLuis R. Rodriguez2010-10-271-3/+4
* ath9k: add locking for stopping RXLuis R. Rodriguez2010-10-271-2/+2
* ath9k: resume aggregation immediately after a hardware resetFelix Fietkau2010-10-253-4/+4
* carl9170: fix scheduling while atomicChristian Lamparter2010-10-251-1/+1
* 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
* carl9170: fix memory leak issue in async cmd macro wrappersChristian Lamparter2010-10-251-23/+28
* carl9170: fix async command buffer leakChristian Lamparter2010-10-251-6/+19
* ath5k: Properly initialize ath_common->cc_lock.Ben Greear2010-10-251-0/+1
* ath9k: Properly initialize ath_common->cc_lock.Ben Greear2010-10-251-0/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-242-2/+1
|\
| * Update broken web addresses in the kernel.Justin P. Mattock2010-10-182-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-10-23102-5771/+17435
|\ \
| * | ath9k: Null out references to stale pointers.Ben Greear2010-10-153-0/+16
| * | ath9k: Remove bf_dmacontext.Ben Greear2010-10-154-20/+12
| * | ath9k_hw: remove AR9003 2.0 supportLuis R. Rodriguez2010-10-153-1923/+26
| * | 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/+25
| * | ath9k: remove sc->cur_rate_table and sc->cur_rate_modeFelix Fietkau2010-10-153-53/+8
| * | 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
| * | ath5k: Move debugfs under ieee80211/[wiphy-name]Ben Greear2010-10-133-36/+3
| * | ath5k: fix build break from "ath5k: Print out opmode in debugfs"Joe Perches2010-10-124-16/+13
| * | 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
| * | carl9170: A-MPDU frame type filterChristian Lamparter2010-10-111-1/+41
| * | carl9170: remove stale rx error pathChristian Lamparter2010-10-112-6/+11
| * | carl9170: common error path for bad framesChristian Lamparter2010-10-111-28/+20
| * | 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
| * | ath5k: use the common cycle counter / listen time implementationFelix Fietkau2010-10-113-41/+26
| * | ath9k_hw: move the cycle counter tracking to athFelix Fietkau2010-10-119-87/+101
| * | ath5k: store the clock rate in common data on channel changesFelix Fietkau2010-10-113-6/+10
| * | ath9k_hw: store the clock rate in common data on channel changesFelix Fietkau2010-10-113-37/+23
| * | ath5k: Adjust opmode when interfaces are removed.Ben Greear2010-10-111-26/+40
| * | ath5k: Print out opmode in debugfs.Ben Greear2010-10-113-0/+42