aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2012-03-07ath9k: fix signal strength reporting issuesFelix Fietkau1-5/+7
2012-03-07ath9k: get rid of double queueing of rx frames on EDMAFelix Fietkau3-36/+28
2012-03-07ath9k: remove rssi/antenna information from recv debug statsFelix Fietkau2-38/+0
2012-03-07ath9k: make MAC sample statistics optionalFelix Fietkau4-6/+36
2012-03-07ath9k_hw: use cold instead of warm reset on AR9280Felix Fietkau1-4/+10
2012-03-06ath5k: do not re-run AGC calibration periodicallyFelix Fietkau1-25/+9
2012-03-06ath5k: do not stop queues for full calibrationFelix Fietkau1-12/+2
2012-03-06ath5k: allow AP and mesh mode to operate simultaneouslyChun-Yeow Yeoh3-2/+9
2012-03-06cfg80211/mac80211: report signal strength for mgmt framesJohannes Berg1-2/+4
2012-03-05ath9k: make use of list_for_each_entry_safeMohammed Shafi Shajakhan1-7/+2
2012-03-05ath9k: completely zero intialize valid_phy_rate_idxMohammed Shafi Shajakhan2-3/+1
2012-03-05ath9k: fix drv_tx_last_beacon on AR9003 by processing beacon tx statusFelix Fietkau2-3/+6
2012-03-05ath9k_hw: enable interrupts for beacon tx completion eventsFelix Fietkau1-1/+5
2012-03-05ath9k: do not call ath9k_hw_txprocdesc on AR9003 outside of the tx taskletFelix Fietkau1-1/+2
2012-03-05Revert "ath9k_hw: Fix false tx hung detection in AR9003 chips"Felix Fietkau2-12/+2
2012-02-29carl9170: fix breakage from "mac80211: handle non-bufferable MMPDUs correctly"John W. Linville1-1/+1
2012-02-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-28/+26
2012-02-29ath9k: decouple RX error checking for DFSZefir Kurtisi1-6/+6
2012-02-29carl9170: fix frame delivery if sta is in powersave modeChristian Lamparter1-3/+5
2012-02-29carl9170: Fix memory accounting when sta is in power-save mode.Nicolas Cavallari1-0/+1
2012-02-27ath9k: Cleanup mci.cSujith Manoharan1-154/+59
2012-02-27ath9k_hw: MCI whitespace/debug cleanupSujith Manoharan1-294/+68
2012-02-27ath9k_hw: Remove HW revision checksSujith Manoharan1-24/+10
2012-02-27ath9k_hw: Cleanup MCI reset routineSujith Manoharan1-44/+47
2012-02-27ath9k: Modify ATH9K_BTCOEX_SUPPORTSujith Manoharan1-8/+8
2012-02-27ath9k: Remove ATH9K_HW_CAP_MCI checksSujith Manoharan4-68/+1
2012-02-27ath9k: Remove ATH_BTCOEX_CFG_NONE checksSujith Manoharan4-42/+1
2012-02-27ath9k_htc: Use CONFIG_ATH9K_BTCOEX_SUPPORTSujith Manoharan2-6/+22
2012-02-27ath9k_htc: Init BTCOEX inside htc_drv_gpio.cSujith Manoharan3-31/+34
2012-02-27ath9k_htc: Start/stop btcoex using a helperSujith Manoharan3-12/+29
2012-02-27ath9k_hw: Use CONFIG_ATH9K_BTCOEX_SUPPORTSujith Manoharan5-14/+80
2012-02-27ath9k_hw: Cleanup MCI function declarationsSujith Manoharan2-267/+254
2012-02-27ath9k_hw: Cleanup MCI bits from hw.hSujith Manoharan5-195/+199
2012-02-27ath9k_hw: Cleanup MCI bits from ath9k_hw_reset()Sujith Manoharan3-118/+163
2012-02-27ath9k_hw: Setup MCI calibration using a helperSujith Manoharan3-38/+54
2012-02-27ath9k_hw: Handle MCI power state using a helperSujith Manoharan3-15/+20
2012-02-27ath9k_hw: Use a helper function to get MCI ISRSujith Manoharan3-27/+28
2012-02-27ath9k: Initialize BTCOEX scheme using a helperSujith Manoharan4-25/+37
2012-02-27ath9k: Use CONFIG_ATH9K_BTCOEX_SUPPORTSujith Manoharan3-2/+34
2012-02-27ath9k: Calculate ampdu limit using a helperSujith Manoharan3-10/+24
2012-02-27ath9k: Process BTCOEX interrupts using a helperSujith Manoharan3-6/+14
2012-02-27ath9k: Use proper start/stop routines for BTCOEXSujith Manoharan3-19/+34
2012-02-27ath9k: Move BTCOEX init/deinit functions to gpio.cSujith Manoharan3-47/+54
2012-02-27ath9k: Initialize MCI params using a helperSujith Manoharan3-21/+27
2012-02-27ath9k: Cleanup MCI init/deinit routinesSujith Manoharan4-56/+23
2012-02-27ath9k: Remove AR9462 v1.0 supportSujith Manoharan7-1573/+10
2012-02-27ath9k: avoid useless cast from (struct ath_rateset *) to (u8 *) and backPavel Roskin1-4/+2
2012-02-27ath9k: Fix descriptor length for AR9462Sujith Manoharan2-2/+7
2012-02-27ath9k: Fix programming SYNTH4 for AR9462Sujith Manoharan1-2/+2
2012-02-27ath9k: Initialize NF values properlySujith Manoharan2-8/+20