summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k
Commit message (Expand)AuthorAgeFilesLines
* ath9k: fix yet another buffer leak in the tx aggregation codeFelix Fietkau2010-08-101-8/+8
* ath9k: fix TSF after reset on AR913xFelix Fietkau2010-08-101-2/+14
* ath9k_hw: fix an off-by-one error in the PDADC boundaries calculationFelix Fietkau2010-08-101-1/+1
* ath9k: enable serialize_regmode for non-PCIE AR9160John W. Linville2010-08-101-1/+2
* ath9k: Avoid corrupt frames being forwarded to mac80211.Vivek Natarajan2010-08-021-4/+4
* ath9k: re-enable ps by default for new single chip familiesLuis R. Rodriguez2010-08-021-1/+6
* ath9k: add support for 802.11n bonded out AR2427Luis R. Rodriguez2010-07-054-2/+11
* Revert "ath9k: fix lockdep warning when unloading module" on stable kernelsLuis R. Rodriguez2010-05-261-2/+2
* ath9k: Enable IEEE80211_HW_REPORTS_TX_ACK_STATUS flag for ath9kVivek Natarajan2010-04-011-0/+1
* ath9k: Enable TIM timer interrupt only when needed.Senthil Balasubramanian2010-04-013-15/+18
* ath9k: fix BUG_ON triggered by PAE framesFelix Fietkau2010-04-011-20/+1
* ath9k: fix lockdep warning when unloading moduleMing Lei2010-04-011-2/+2
* ath9k: disable RIFS search for AR91xx based chipsFelix Fietkau2010-03-152-0/+13
* ath9k: fix rate control fallback rate selectionFelix Fietkau2010-03-151-8/+7
* ath9k: fix beacon timer restart after a card resetFelix Fietkau2010-03-151-6/+3
* ath9k: Fix sequence numbers for PAE framesSujith2010-02-231-2/+2
* ath9k: fix beacon slot/buffer leakFelix Fietkau2010-02-091-1/+1
* ath9k: fix eeprom INI values override for 2GHz-only cardsFelix Fietkau2010-02-091-4/+3
* ath9k_hw: Fix AR_GPIO_INPUT_EN_VAL_BT_PRIORITY_BB and its shift value in 0x4054Vasanthakumar Thiagarajan2010-01-061-2/+2
* ath9k_hw: Fix possible OOB array indexing in gen_timer_index[] on 64-bitVasanthakumar Thiagarajan2010-01-061-1/+1
* ath9k: fix suspend by waking device prior to stopSujith2010-01-061-0/+6
* ath9k: wake hardware during AMPDU TX actionsLuis R. Rodriguez2010-01-061-0/+6
* ath9k: fix missed error codes in the tx status checkFelix Fietkau2010-01-062-1/+4
* ath9k: Fix TX queue drainingSujith2010-01-062-3/+3
* ath9k: wake hardware for interface IBSS/AP/Mesh removalLuis R. Rodriguez2010-01-061-0/+2
* ath9k: fix tx status reportingFelix Fietkau2009-12-181-1/+1
* ath9k: Fix maximum tx fifo settings for single stream devicesLuis R. Rodriguez2009-12-183-3/+13
* ath9k: fix processing of TX PS null data framesLuis R. Rodriguez2009-12-185-1/+30
* ath9k: Fix TX hang poll routineSujith2009-12-181-0/+2
* ath9k: set ps_default as falseJohn W. Linville2009-11-231-0/+2
* ath9k: fix misplaced semicolon on rate controlLuis R. Rodriguez2009-10-301-1/+1
* ath9k: Initialize txgain and rxgain for newer AR9287 chipsets.Vivek Natarajan2009-09-231-2/+2
* ath9k: Fix RFKILL bugsSujith2009-09-231-7/+1
* ath9k: Disable autosleep feature by default.Vivek Natarajan2009-09-231-9/+1
* ath9k: Fix regression in PA calibrationSujith2009-09-231-0/+1
* ath9k: Fix bug in chain handlingSenthil Balasubramanian2009-09-231-1/+3
* ath9k: Fix AHB reset for AR9280Vivek Natarajan2009-09-231-1/+1
* ath9k: Adjust the chainmasks properlySenthil Balasubramanian2009-09-231-5/+15
* ath9k: Do a full reset for AR9280Vasanthakumar Thiagarajan2009-09-231-2/+2
* ath9k: Don't read NF when chip has gone through full sleep modeVasanthakumar Thiagarajan2009-09-231-1/+1
* ath9k: Fix rx data corruptionVasanthakumar Thiagarajan2009-09-231-0/+9
* ath9k: Fix chip wakeup issueSujith2009-09-231-1/+1
* ath9k: Restore TSF after RESETSujith2009-09-231-0/+9
* ath9k: Revamp PCIE workaroundsVivek Natarajan2009-09-234-72/+103
* ath9k: Set default noise floor value for AR9287Vivek Natarajan2009-09-232-0/+3
* ath9k: Fix bug in ANI channel handlingSujith2009-09-231-2/+4
* ath9k: Initialize the priority gpio for BT coex 3-wireVasanthakumar Thiagarajan2009-09-092-2/+5
* ath9k: Get rid of the modparam btcoex_enableVasanthakumar Thiagarajan2009-09-091-4/+0
* ath9k: Enable btcoex based on the subsystem id of the deviceVasanthakumar Thiagarajan2009-09-094-1/+30
* ath9k: Store subsystem id in struct hw_versionVasanthakumar Thiagarajan2009-09-095-6/+10