aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath9k
AgeCommit message (Expand)AuthorFilesLines
2008-11-26ath9k: Fix panic while unregistering rfkillVasanthakumar Thiagarajan1-4/+4
2008-11-25ath9k: Configure AR_PHY_SWITCH_COM with apropriate antenna controlVasanthakumar Thiagarajan1-1/+1
2008-11-25ath9k: make DMA memory consistentLuis R. Rodriguez1-2/+11
2008-11-25ath9k: Clarify we only want 32-bit DMALuis R. Rodriguez1-3/+2
2008-11-25ath9k: Race condition in accessing TX and RX buffers.Senthil Balasubramanian1-15/+14
2008-11-25ath9k: IRQ should be disabled before calling free_irq()Senthil Balasubramanian1-1/+1
2008-11-25ath9k: Build RFKILL feature even when RFKILL subsystem is a MODULESenthil Balasubramanian4-11/+11
2008-11-25ath9k: incorrect noise floor threshold values.Senthil Balasubramanian2-4/+4
2008-11-25ath9k: INI update for atheros chipets.Senthil Balasubramanian4-205/+586
2008-11-25ath9k: correct expected max RX buffer sizeLuis R. Rodriguez1-2/+11
2008-11-25ath9k: Fix SW-IOMMU bounce buffer starvationLuis R. Rodriguez2-8/+8
2008-11-21drivers/net/wireless/ath9k/rc.c: use ARRAY_SIZEJulia Lawall1-4/+2
2008-11-21ath9k: enable RXing of beacons on STA/IBSSLuis R. Rodriguez1-3/+2
2008-11-21ath9k : Display MAC/BB and RF version at startup (v2)Benoit PAPILLAULT2-6/+71
2008-11-11ath9k: Fix compilation failure when RFKILL is enabledSujith1-1/+3
2008-11-10ath9k: correct warning about unintialized variable 'tid'John W. Linville1-6/+5
2008-11-10mac80211: Add a new event in ieee80211_ampdu_mlme_actionSujith3-0/+23
2008-11-10ath9k: Remove internal RX A-MPDU processingSujith4-584/+2
2008-11-10ath9k: Clear HT info on starting the driverSujith1-0/+2
2008-11-10ath9k: Remove ath_tx_aggr_resp()Sujith3-80/+8
2008-11-10ath9k: Enable interrupts at the proper placeSujith2-11/+4
2008-11-10ath9k: Remove unnecessary TSF resetSujith1-11/+0
2008-11-10ath9k: Streamline attach/detachSujith3-248/+158
2008-11-10ath9k: Remove unused function ath_get_currentCountry()Sujith2-25/+0
2008-11-10ath9k: Refactor hw.cSujith9-6682/+6584
2008-11-10ath9k: Revamp VAP managementSujith5-193/+67
2008-11-10ath9k: Use bitfields to store tid's state in a single variableSujith3-34/+27
2008-11-10ath9k: Ensure ath_node is not NULL when updating tx chainmaskSujith4-40/+28
2008-11-10ath9k: Remove SM Power Save as it is not supported nowSujith2-46/+6
2008-11-10ath9k: Revamp transmit control blockSujith4-342/+324
2008-11-10ath9k: Simplify node attach/detach routinesSujith4-120/+95
2008-11-10ath9k: Node cleanupSujith6-326/+94
2008-11-10ath9k: remove useless NULL initialisersJohannes Berg1-8/+0
2008-10-31ath9k: use ETH_P_PAELuis R. Rodriguez1-2/+2
2008-10-31ath9k: remove useless conditionalBob Copeland1-3/+0
2008-10-31mac80211: Re-enable aggregationSujith1-4/+2
2008-10-31ath9k: Check if the STA supports HT when initializing rate controlSujith1-1/+1
2008-10-31ath9k: Allow user to change tx power when askedLuis R. Rodriguez2-2/+9
2008-10-31ath9k: enable RX interrupt mitigationLuis R. Rodriguez1-1/+1
2008-10-31ath9k: remove pointless sc_txintrperiod and spin_lock_bh on tx prepareLuis R. Rodriguez3-29/+15
2008-10-31mac80211: remove rate_control_clearJohannes Berg1-6/+0
2008-10-31mac80211/drivers: rewrite the rate control APIJohannes Berg3-40/+46
2008-10-31ath9k: correct signal quality reportLuis R. Rodriguez1-2/+9
2008-10-31mac80211: rewrite HT handlingJohannes Berg5-36/+37
2008-10-31mac80211: make retry limits part of hw configJohannes Berg1-1/+0
2008-10-31mac80211: introduce hw config change flagsJohannes Berg1-2/+2
2008-10-31802.11: clean up/fix HT supportJohannes Berg5-38/+34
2008-10-27net: convert print_mac to %pMJohannes Berg5-23/+14
2008-10-14ath9k/mac80211: disallow fragmentation in ath9k, report to userspaceJohannes Berg1-1/+7
2008-10-10ath9k: Fix return code when ath9k_hw_setpower() fails on resetLuis R. Rodriguez1-2/+4