summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath9k/core.h
Commit message (Expand)AuthorAgeFilesLines
* ath9k: Remove all the redundant internal buffer typesSujith2009-02-111-20/+16Star
* ath9k: Add debugfs files for printing TX rate detailsSujith2009-02-091-0/+17
* ath9k: Handle mac80211's RC flags for MCS ratesSujith2009-02-091-8/+0Star
* ath9k: Fix LED blink patternVasanthakumar Thiagarajan2009-02-091-0/+10
* mac80211: Generic TSF debuggingAlina Friedrichsen2009-01-291-1/+0Star
* ath9k: Read and write the TSF via debugfsAlina Friedrichsen2009-01-291-0/+1
* ath9k: simplify regulatory codeLuis R. Rodriguez2009-01-291-1/+0Star
* ath9k: Enable dynamic power save in ath9k.Vivek Natarajan2009-01-291-0/+18
* ath9k: Revamp TX aggregationSujith2009-01-291-10/+0Star
* ath9k: Merge queue draining functionsSujith2009-01-291-2/+2
* ath9k: Reorganize code in xmit.cSujith2009-01-291-6/+0Star
* ath9k: get EEPROM contents from platform data on AHB busGabor Juhos2009-01-291-0/+1
* ath9k: introduce platform driver for AHB bus supportGabor Juhos2009-01-291-0/+8
* ath9k: move PCI code into separate fileGabor Juhos2009-01-291-1/+18
* ath9k: introduce bus specific cleanup routineGabor Juhos2009-01-291-0/+7
* ath9k: introduce bus specific cache size routineGabor Juhos2009-01-291-0/+10
* ath9k: convert to struct deviceGabor Juhos2009-01-291-1/+1
* ath9k: remove cache of rate preference when using 11g protectionLuis R. Rodriguez2009-01-291-1/+0Star
* ath9k: Protect config() callback with a mutexSujith2008-12-191-0/+1
* ath9k: Refactor struct ath_softcSujith2008-12-121-73/+61Star
* ath9k: Merge structures ath_atx, ath_node_aggr with ath_nodeSujith2008-12-121-91/+69Star
* ath9k: Remove remaining occurrences of CONFIG_SLOW_ANT_DIVSujith2008-12-121-3/+0Star
* ath9k: Add a debugfs file to show interrupt statisticsSujith2008-12-121-0/+55
* ath9k: Maintain rate table choice after associationSujith2008-12-121-1/+0Star
* ath9k: Fix bug in rate table managementSujith2008-12-121-0/+1
* ath9k: Disable staggered Beacon frame schedulingJouni Malinen2008-12-121-1/+1
* ath9k: Replace ath9k_opmode with nl80211_iftypeColin McCabe2008-12-051-1/+1
* ath9k: Add a debugfs file for dumping DMA statusSujith2008-12-051-0/+1
* ath9k: Add initial layout for an ath9k specific debugfs mechanismSujith2008-12-051-4/+16
* ath9k: Remove includes that are not neededSujith2008-12-051-19/+0Star
* ath9k: Add ATH9K_DEBUG configuration optionSujith2008-12-051-1/+20
* ath9k: Use cleaner debug masksSujith2008-12-051-99/+58Star
* ath9k: Use proper TX channel width for setting channelsSujith2008-11-261-6/+1Star
* ath9k: Code scrubSujith2008-11-261-147/+8Star
* ath9k: Move TX completion routine to xmit.cSujith2008-11-261-2/+0Star
* ath9k: Remove ath9k_rate_tableSujith2008-11-261-5/+0Star
* ath9k: Use rate_driver_dataSujith2008-11-261-1/+0Star
* ath9k: Remove ath_rate_softcSujith2008-11-261-1/+1
* ath9k: Remove rate control reference in VAPSujith2008-11-261-24/+23Star
* ath9k: Revamp RX handlingSujith2008-11-261-50/+3Star
* ath9k: Nuke fixed rate handling in driverSujith2008-11-261-8/+0Star
* mac80211: Add a new event in ieee80211_ampdu_mlme_actionSujith2008-11-101-0/+1
* ath9k: Remove internal RX A-MPDU processingSujith2008-11-101-43/+0Star
* ath9k: Remove ath_tx_aggr_resp()Sujith2008-11-101-10/+1Star
* ath9k: Streamline attach/detachSujith2008-11-101-2/+1Star
* ath9k: Remove unused function ath_get_currentCountry()Sujith2008-11-101-2/+0Star
* ath9k: Revamp VAP managementSujith2008-11-101-13/+3Star
* ath9k: Use bitfields to store tid's state in a single variableSujith2008-11-101-3/+5
* ath9k: Remove SM Power Save as it is not supported nowSujith2008-11-101-7/+0Star
* ath9k: Revamp transmit control blockSujith2008-11-101-23/+7Star