summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath9k/main.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-12ath9k: Fix chainmask handling bugSujith1-2/+2
2008-12-19ath9k: Fixed RX decryption status reportingJouni Malinen1-14/+12
2008-12-19ath9k: Fix key cache slot selection for splitmicJouni Malinen1-2/+2
2008-12-19ath9k: Protect config() callback with a mutexSujith1-0/+5
2008-12-19ath9k: Key cache allocation for AP modeJouni Malinen1-68/+132
2008-12-19ath9k: Move rate control alg register/unregister to appropriate placeVasanthakumar Thiagarajan1-16/+14
2008-12-19ath9k: Do not use association state to update rate tableSujith1-2/+1
2008-12-19mac80211: Fix HT channel selectionSujith1-94/+29
2008-12-12ath9k: Refactor struct ath_softcSujith1-30/+30
2008-12-12ath9k: remove fragmentation workaround againJohannes Berg1-6/+0
2008-12-12ath9k: Adding support for Atheros AR9285 chipset.Senthil Balasubramanian1-0/+1
2008-12-12ath9k: Remove remaining occurrences of CONFIG_SLOW_ANT_DIVSujith1-8/+0
2008-12-12ath9k: Add a debugfs file to show interrupt statisticsSujith1-0/+2
2008-12-12ath9k: Maintain rate table choice after associationSujith1-1/+2
2008-12-05ath9k: Choose correct ANI calibration periodSujith1-2/+3
2008-12-05ath9k: Replace ath9k_opmode with nl80211_iftypeColin McCabe1-23/+28
2008-12-05ath9k: Add a debugfs file for dumping DMA statusSujith1-0/+1
2008-12-05ath9k: Add initial layout for an ath9k specific debugfs mechanismSujith1-1/+3
2008-12-05ath9k: Add ATH9K_DEBUG configuration optionSujith1-16/+2
2008-12-05ath9k: Use cleaner debug masksSujith1-132/+105
2008-12-05ath9k: Handle channel initialization for AP modeSujith1-17/+43
2008-11-26ath9k: Use proper TX channel width for setting channelsSujith1-60/+57
2008-11-26ath9k: Code scrubSujith1-24/+1171
2008-11-26ath9k: Move TX completion routine to xmit.cSujith1-31/+0
2008-11-26ath9k: General code scrubSujith1-5/+4
2008-11-26ath9k: Remove ath9k_rate_tableSujith1-0/+2
2008-11-26ath9k: Use rate_driver_dataSujith1-5/+4
2008-11-26ath9k: Remove ath_rate_softcSujith1-1/+0
2008-11-26ath9k: Remove rate control reference in VAPSujith1-4/+0
2008-11-26ath9k: Revamp RX handlingSujith1-100/+0
2008-11-26ath9k: Nuke fixed rate handling in driverSujith1-8/+0
2008-11-26ath9k: Fix panic while unregistering rfkillVasanthakumar Thiagarajan1-4/+4
2008-11-26ath9k: make DMA memory consistentLuis R. Rodriguez1-2/+11
2008-11-26ath9k: Clarify we only want 32-bit DMALuis R. Rodriguez1-3/+2
2008-11-26ath9k: Race condition in accessing TX and RX buffers.Senthil Balasubramanian1-15/+14
2008-11-26ath9k: IRQ should be disabled before calling free_irq()Senthil Balasubramanian1-1/+1
2008-11-26ath9k: Build RFKILL feature even when RFKILL subsystem is a MODULESenthil Balasubramanian1-6/+6
2008-11-21ath9k : Display MAC/BB and RF version at startup (v2)Benoit PAPILLAULT1-5/+69
2008-11-11ath9k: Fix compilation failure when RFKILL is enabledSujith1-1/+3
2008-11-10mac80211: Add a new event in ieee80211_ampdu_mlme_actionSujith1-0/+3
2008-11-10ath9k: Remove internal RX A-MPDU processingSujith1-34/+2
2008-11-10ath9k: Clear HT info on starting the driverSujith1-0/+2
2008-11-10ath9k: Enable interrupts at the proper placeSujith1-6/+0
2008-11-10ath9k: Remove unnecessary TSF resetSujith1-11/+0
2008-11-10ath9k: Streamline attach/detachSujith1-106/+79
2008-11-10ath9k: Revamp VAP managementSujith1-51/+29
2008-11-10ath9k: Ensure ath_node is not NULL when updating tx chainmaskSujith1-2/+1
2008-11-10ath9k: Revamp transmit control blockSujith1-6/+17
2008-11-10ath9k: Node cleanupSujith1-85/+9
2008-11-10ath9k: remove useless NULL initialisersJohannes Berg1-8/+0