aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath9k/core.h
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
* ath9k: Protect config() callback with a mutexSujith2008-12-191-0/+1
* ath9k: Refactor struct ath_softcSujith2008-12-121-73/+61
* ath9k: Merge structures ath_atx, ath_node_aggr with ath_nodeSujith2008-12-121-91/+69
* ath9k: Remove remaining occurrences of CONFIG_SLOW_ANT_DIVSujith2008-12-121-3/+0
* ath9k: Add a debugfs file to show interrupt statisticsSujith2008-12-121-0/+55
* ath9k: Maintain rate table choice after associationSujith2008-12-121-1/+0
* 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/+0
* ath9k: Add ATH9K_DEBUG configuration optionSujith2008-12-051-1/+20
* ath9k: Use cleaner debug masksSujith2008-12-051-99/+58
* ath9k: Use proper TX channel width for setting channelsSujith2008-11-261-6/+1
* ath9k: Code scrubSujith2008-11-261-147/+8
* ath9k: Move TX completion routine to xmit.cSujith2008-11-261-2/+0
* ath9k: Remove ath9k_rate_tableSujith2008-11-261-5/+0
* ath9k: Use rate_driver_dataSujith2008-11-261-1/+0
* ath9k: Remove ath_rate_softcSujith2008-11-261-1/+1
* ath9k: Remove rate control reference in VAPSujith2008-11-261-24/+23
* ath9k: Revamp RX handlingSujith2008-11-261-50/+3
* ath9k: Nuke fixed rate handling in driverSujith2008-11-261-8/+0
* mac80211: Add a new event in ieee80211_ampdu_mlme_actionSujith2008-11-101-0/+1
* ath9k: Remove internal RX A-MPDU processingSujith2008-11-101-43/+0
* ath9k: Remove ath_tx_aggr_resp()Sujith2008-11-101-10/+1
* ath9k: Streamline attach/detachSujith2008-11-101-2/+1
* ath9k: Remove unused function ath_get_currentCountry()Sujith2008-11-101-2/+0
* ath9k: Revamp VAP managementSujith2008-11-101-13/+3
* 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/+0
* ath9k: Revamp transmit control blockSujith2008-11-101-23/+7
* ath9k: Simplify node attach/detach routinesSujith2008-11-101-1/+1
* ath9k: Node cleanupSujith2008-11-101-35/+11
* ath9k: remove pointless sc_txintrperiod and spin_lock_bh on tx prepareLuis R. Rodriguez2008-10-311-4/+0
* mac80211: rewrite HT handlingJohannes Berg2008-10-311-3/+3
* ath9k: enable ANI to help with noisy environmentsLuis R. Rodriguez2008-10-061-0/+25
* ath9k: fix oops on trying to hold the wrong spinlockLuis R. Rodriguez2008-10-061-1/+1
* ath9k: kill ath9k's memzero() and use memset() insteadLuis R. Rodriguez2008-10-061-4/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-10-011-1/+0
|\
| * ath9k: connectivity is lost after Group rekeying is doneSenthil Balasubramanian2008-09-221-1/+0
| * ath9k: Assign seq# when mac80211 requests thisJouni Malinen2008-09-111-0/+1
* | ath9k: Fix nexttbtt calculationSujith2008-09-241-0/+1
* | ath9k: Add RF kill supportVasanthakumar Thiagarajan2008-09-151-0/+16
* | ath9k: Remove sc_lastrx as we don't use it anywhereSujith2008-08-291-1/+0