summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath9k
Commit message (Expand)AuthorAgeFilesLines
* ath9k: Fix an operator typo in REG_DOMAIN_2GHZ_MASKJouni Malinen2009-01-161-1/+1
* ath9k: Fix an operator typo in phy rate validationJouni Malinen2009-01-161-1/+1
* ath9k: Revert fix to TX status reporting for retries and MCS indexJouni Malinen2009-01-121-9/+1Star
* ath9k: Fix incorrect sequence numbering for unaggregated QoS Frame.Senthil Balasubramanian2009-01-121-21/+17Star
* ath9k: Fix chainmask handling bugSujith2009-01-121-2/+2
* ath9k: Enforce module build if rfkill is a moduleJouni Malinen2009-01-121-0/+1
* drivers/net/wireless/ath9k: fix sparse warnings: make symbols staticHannes Eder2008-12-261-30/+32
* ath9k: Fixed RX decryption status reportingJouni Malinen2008-12-191-14/+12Star
* ath9k: Fix key cache slot selection for splitmicJouni Malinen2008-12-191-2/+2
* ath9k: Protect config() callback with a mutexSujith2008-12-192-0/+6
* ath9k: Key cache allocation for AP modeJouni Malinen2008-12-191-68/+132
* ath9k: Fix a NULL pointer dereference in ath_rate_getJouni Malinen2008-12-191-1/+2
* ath9k: Move rate control alg register/unregister to appropriate placeVasanthakumar Thiagarajan2008-12-191-16/+14Star
* ath9k: Synchronize DMA transfer with CPU at right placeVasanthakumar Thiagarajan2008-12-191-4/+10
* ath9k: Remove MAC header pad before reporting TX statusJouni Malinen2008-12-191-0/+12
* ath9k: Fix TX status reporting for retries and MCS indexJouni Malinen2008-12-191-1/+9
* ath9k: Report HT rates in RX statusJouni Malinen2008-12-191-35/+26Star
* ath9k: Do not use association state to update rate tableSujith2008-12-191-2/+1Star
* mac80211: Fix HT channel selectionSujith2008-12-191-94/+29Star
* ath9k: Do not remove header padding on RX from short framesJouni Malinen2008-12-121-2/+10
* ath9k: Refactor struct ath_softcSujith2008-12-125-267/+254Star
* ath9k: BH shouldn't be enabled when hardirqs are disabled.Senthil Balasubramanian2008-12-121-2/+3
* ath9k: remove fragmentation workaround againJohannes Berg2008-12-121-6/+0Star
* ath9k: avoid rx frames with corrupted descriptor.Senthil Balasubramanian2008-12-122-2/+9
* ath9k: Incorrect band enum causes invalid antenna configuration.Senthil Balasubramanian2008-12-123-3/+8
* ath9k: Adding support for Atheros AR9285 chipset.Senthil Balasubramanian2008-12-128-332/+1826
* ath9k: Adding initvalues for Atheros AR9285 chipset.Senthil Balasubramanian2008-12-121-0/+1363
* ath9k: Adding AR9285 chipset register information.Senthil Balasubramanian2008-12-121-1/+108
* ath9k: Merge structures ath_atx, ath_node_aggr with ath_nodeSujith2008-12-122-94/+72Star
* ath9k: Remove remaining occurrences of CONFIG_SLOW_ANT_DIVSujith2008-12-123-22/+2Star
* ath9k: Add a debugfs file to show interrupt statisticsSujith2008-12-123-0/+159
* ath9k: Maintain rate table choice after associationSujith2008-12-126-13/+12Star
* ath9k: Fix bug in rate table managementSujith2008-12-122-4/+6
* ath9k: Disable staggered Beacon frame schedulingJouni Malinen2008-12-121-1/+1
* ath9k: Free Beacon skbs in AP modeJouni Malinen2008-12-121-0/+1
* ath9k: Use GFP_ATOMIC when allocating TX private areaLuis R. Rodriguez2008-12-051-2/+20
* ath9k: Check for pci_map_single() errorsLuis R. Rodriguez2008-12-053-3/+53
* generic swap(): ath9k: rename swap() to swap_array()Wu Fengguang2008-12-052-2/+2
* ath9k: Choose correct ANI calibration periodSujith2008-12-051-2/+3
* ath9k: Replace ath9k_opmode with nl80211_iftypeColin McCabe2008-12-0510-74/+81
* ath9k: Add a debugfs file for dumping DMA statusSujith2008-12-056-74/+102
* ath9k: Add initial layout for an ath9k specific debugfs mechanismSujith2008-12-053-8/+42
* ath9k: Remove includes that are not neededSujith2008-12-051-19/+0Star
* ath9k: Add ATH9K_DEBUG configuration optionSujith2008-12-055-17/+75
* ath9k: Use cleaner debug masksSujith2008-12-0513-609/+429Star
* ath9k: Handle channel initialization for AP modeSujith2008-12-052-24/+91
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-272-12/+22
|\
| * ath9k: correct expected max RX buffer sizeLuis R. Rodriguez2008-11-251-2/+11
| * ath9k: Fix SW-IOMMU bounce buffer starvationLuis R. Rodriguez2008-11-252-8/+8
* | ath9k: Use proper TX channel width for setting channelsSujith2008-11-264-69/+60Star