aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath9k/core.h
AgeCommit message (Expand)AuthorFilesLines
2009-02-13ath9k: Header file cleanupSujith1-821/+0
2009-02-11ath9k: Add retry counters to rate control debug fileSujith1-0/+9
2009-02-11ath9k: Remove all the redundant internal buffer typesSujith1-20/+16
2009-02-09ath9k: Add debugfs files for printing TX rate detailsSujith1-0/+17
2009-02-09ath9k: Handle mac80211's RC flags for MCS ratesSujith1-8/+0
2009-02-09ath9k: Fix LED blink patternVasanthakumar Thiagarajan1-0/+10
2009-01-29mac80211: Generic TSF debuggingAlina Friedrichsen1-1/+0
2009-01-29ath9k: Read and write the TSF via debugfsAlina Friedrichsen1-0/+1
2009-01-29ath9k: simplify regulatory codeLuis R. Rodriguez1-1/+0
2009-01-29ath9k: Enable dynamic power save in ath9k.Vivek Natarajan1-0/+18
2009-01-29ath9k: Revamp TX aggregationSujith1-10/+0
2009-01-29ath9k: Merge queue draining functionsSujith1-2/+2
2009-01-29ath9k: Reorganize code in xmit.cSujith1-6/+0
2009-01-29ath9k: get EEPROM contents from platform data on AHB busGabor Juhos1-0/+1
2009-01-29ath9k: introduce platform driver for AHB bus supportGabor Juhos1-0/+8
2009-01-29ath9k: move PCI code into separate fileGabor Juhos1-1/+18
2009-01-29ath9k: introduce bus specific cleanup routineGabor Juhos1-0/+7
2009-01-29ath9k: introduce bus specific cache size routineGabor Juhos1-0/+10
2009-01-29ath9k: convert to struct deviceGabor Juhos1-1/+1
2009-01-29ath9k: remove cache of rate preference when using 11g protectionLuis R. Rodriguez1-1/+0
2008-12-19ath9k: Protect config() callback with a mutexSujith1-0/+1
2008-12-12ath9k: Refactor struct ath_softcSujith1-73/+61
2008-12-12ath9k: Merge structures ath_atx, ath_node_aggr with ath_nodeSujith1-91/+69
2008-12-12ath9k: Remove remaining occurrences of CONFIG_SLOW_ANT_DIVSujith1-3/+0
2008-12-12ath9k: Add a debugfs file to show interrupt statisticsSujith1-0/+55
2008-12-12ath9k: Maintain rate table choice after associationSujith1-1/+0
2008-12-12ath9k: Fix bug in rate table managementSujith1-0/+1
2008-12-12ath9k: Disable staggered Beacon frame schedulingJouni Malinen1-1/+1
2008-12-05ath9k: Replace ath9k_opmode with nl80211_iftypeColin McCabe1-1/+1
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-4/+16
2008-12-05ath9k: Remove includes that are not neededSujith1-19/+0
2008-12-05ath9k: Add ATH9K_DEBUG configuration optionSujith1-1/+20
2008-12-05ath9k: Use cleaner debug masksSujith1-99/+58
2008-11-26ath9k: Use proper TX channel width for setting channelsSujith1-6/+1
2008-11-26ath9k: Code scrubSujith1-147/+8
2008-11-26ath9k: Move TX completion routine to xmit.cSujith1-2/+0
2008-11-26ath9k: Remove ath9k_rate_tableSujith1-5/+0
2008-11-26ath9k: Use rate_driver_dataSujith1-1/+0
2008-11-26ath9k: Remove ath_rate_softcSujith1-1/+1
2008-11-26ath9k: Remove rate control reference in VAPSujith1-24/+23
2008-11-26ath9k: Revamp RX handlingSujith1-50/+3
2008-11-26ath9k: Nuke fixed rate handling in driverSujith1-8/+0
2008-11-10mac80211: Add a new event in ieee80211_ampdu_mlme_actionSujith1-0/+1
2008-11-10ath9k: Remove internal RX A-MPDU processingSujith1-43/+0
2008-11-10ath9k: Remove ath_tx_aggr_resp()Sujith1-10/+1
2008-11-10ath9k: Streamline attach/detachSujith1-2/+1
2008-11-10ath9k: Remove unused function ath_get_currentCountry()Sujith1-2/+0
2008-11-10ath9k: Revamp VAP managementSujith1-13/+3
2008-11-10ath9k: Use bitfields to store tid's state in a single variableSujith1-3/+5