summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath9k/recv.c
Commit message (Expand)AuthorAgeFilesLines
* ath9k: Handle mac80211's FIF_CONTROL flag properlySujith2009-02-111-0/+3
* ath9k: Enable dynamic power save in ath9k.Vivek Natarajan2009-01-291-0/+6
* ath9k: convert to use bus-agnostic DMA routinesGabor Juhos2009-01-291-15/+12Star
* ath9k: convert to struct deviceGabor Juhos2009-01-291-6/+9
* ath9k: Setup MFP options for CCMPJouni Malinen2009-01-291-0/+6
* ath9k: Synchronize DMA transfer with CPU at right placeVasanthakumar Thiagarajan2008-12-191-4/+10
* ath9k: Report HT rates in RX statusJouni Malinen2008-12-191-35/+26Star
* ath9k: Do not remove header padding on RX from short framesJouni Malinen2008-12-121-2/+10
* ath9k: Refactor struct ath_softcSujith2008-12-121-54/+53Star
* ath9k: Maintain rate table choice after associationSujith2008-12-121-1/+1
* ath9k: Check for pci_map_single() errorsLuis R. Rodriguez2008-12-051-0/+17
* ath9k: Replace ath9k_opmode with nl80211_iftypeColin McCabe2008-12-051-8/+8
* ath9k: Use cleaner debug masksSujith2008-12-051-10/+4Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-271-7/+17
|\
| * ath9k: correct expected max RX buffer sizeLuis R. Rodriguez2008-11-251-2/+11
| * ath9k: Fix SW-IOMMU bounce buffer starvationLuis R. Rodriguez2008-11-251-3/+3
* | ath9k: Code scrubSujith2008-11-261-0/+22
* | ath9k: Handle -ENOMEM on RX gracefullyLuis R. Rodriguez2008-11-261-31/+26Star
* | ath9k: Remove ath9k_rate_tableSujith2008-11-261-2/+4
* | ath9k: Revamp RX handlingSujith2008-11-261-369/+206Star
* | ath9k: enable RXing of beacons on STA/IBSSLuis R. Rodriguez2008-11-211-3/+2Star
* | ath9k: Remove internal RX A-MPDU processingSujith2008-11-101-501/+0Star
* | ath9k: Ensure ath_node is not NULL when updating tx chainmaskSujith2008-11-101-3/+3
* | ath9k: Simplify node attach/detach routinesSujith2008-11-101-43/+38Star
* | ath9k: Node cleanupSujith2008-11-101-36/+6Star
* | mac80211: rewrite HT handlingJohannes Berg2008-11-011-2/+1Star
* | 802.11: clean up/fix HT supportJohannes Berg2008-11-011-1/+1
|/
* ath9k: enable ANI to help with noisy environmentsLuis R. Rodriguez2008-10-071-11/+2Star
* ath9k: kill ath9k's memzero() and use memset() insteadLuis R. Rodriguez2008-10-071-2/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-09-091-2/+3
|\
| * ath9: Fix ath_rx_flush_tid() for IRQs disabled kernel warning message.Senthil Balasubramanian2008-09-021-2/+3
* | ath9k: Add IEEE80211_HW_RX_INCLUDES_FCS to hw flagsSujith2008-08-291-1/+1
* | ath9k: Remove remaining occurences of ath_skb_map functionsSujith2008-08-291-32/+8Star
* | ath9k: Trim struct ath_softcSujith2008-08-291-4/+4
* | ath9k: Use bitfields for sc operationsSujith2008-08-291-4/+4
* | ath9k: Use a single opmode variableSujith2008-08-291-9/+9
* | ath9k: RX Filter cleanupSujith2008-08-291-3/+8
* | ath9k: Merge reset functionsSujith2008-08-291-1/+1
|/
* ath9k: Cleanup data structures related to HW capabilitiesSujith2008-08-071-2/+2
* ath9k: Add new Atheros IEEE 802.11n driverLuis R. Rodriguez2008-08-071-0/+1318