summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath9k/beacon.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-27ath9k: Don't reset TSF after scanning automaticallyAlina Friedrichsen1-2/+3
2009-02-27ath9k: Enable TSF Out of Range InterruptSujith1-0/+3
2009-02-13ath9k: Remove all the useless ah_ variable prefixesSujith1-13/+13
2009-02-13ath9k: Merge ath_hal and ath_hal_5416 structuresSujith1-6/+6
2009-02-13ath9k: Remove all the sc_ prefixesSujith1-28/+28
2009-02-13ath9k: Header file cleanupSujith1-1/+1
2009-01-30ath9k: Merge queue draining functionsSujith1-1/+1
2009-01-30ath9k: convert to use bus-agnostic DMA routinesGabor Juhos1-17/+14
2009-01-30ath9k: convert to struct deviceGabor Juhos1-7/+10
2008-12-12ath9k: Refactor struct ath_softcSujith1-47/+47
2008-12-12ath9k: Maintain rate table choice after associationSujith1-1/+1
2008-12-12ath9k: Free Beacon skbs in AP modeJouni Malinen1-0/+1
2008-12-05ath9k: Check for pci_map_single() errorsLuis R. Rodriguez1-1/+15
2008-12-05ath9k: Replace ath9k_opmode with nl80211_iftypeColin McCabe1-12/+12
2008-12-05ath9k: Add a debugfs file for dumping DMA statusSujith1-1/+0
2008-12-05ath9k: Use cleaner debug masksSujith1-42/+35
2008-11-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-5/+5
2008-11-26ath9k: Code scrubSujith1-66/+14
2008-11-26ath9k: Remove ath9k_rate_tableSujith1-4/+4
2008-11-26ath9k: Fix SW-IOMMU bounce buffer starvationLuis R. Rodriguez1-5/+5
2008-11-10ath9k: Revamp VAP managementSujith1-13/+27
2008-11-10ath9k: Revamp transmit control blockSujith1-1/+1
2008-10-07ath9k: kill ath9k's memzero() and use memset() insteadLuis R. Rodriguez1-4/+4
2008-09-25ath9k: Fix nexttbtt calculationSujith1-3/+6
2008-09-25ath9k: Whitespace cleanupSujith1-76/+60
2008-08-30ath9k: Remove more dead codeSujith1-25/+0
2008-08-30ath9k: Use mac80211 for multicast power save bufferingJouni Malinen1-68/+7
2008-08-30ath9k: Add IEEE80211_HW_RX_INCLUDES_FCS to hw flagsSujith1-7/+0
2008-08-30ath9k: Miscellaneous fixesSujith1-26/+26
2008-08-30ath9k: Assign seq# when mac80211 requests thisJouni Malinen1-0/+12
2008-08-30ath9k: Updated Beacon generation to use mac80211-styleJouni Malinen1-36/+36
2008-08-30ath9k: Trim struct ath_softcSujith1-4/+4
2008-08-30ath9k: Use bitfields for sc operationsSujith1-2/+2
2008-08-30ath9k: Use a single opmode variableSujith1-9/+9
2008-08-30ath9k: Merge reset functionsSujith1-1/+1
2008-08-07ath9k: Revamp wireless mode usageSujith1-1/+1
2008-08-07ath9k: Remove redundant data structure ath9k_txq_infoSujith1-4/+4
2008-08-07ath9k: Cleanup data structures related to HW capabilitiesSujith1-4/+6
2008-08-07ath9k: Add new Atheros IEEE 802.11n driverLuis R. Rodriguez1-0/+977