summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath9k/recv.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-19ath9k: Synchronize DMA transfer with CPU at right placeVasanthakumar Thiagarajan1-4/+10
2008-12-19ath9k: Report HT rates in RX statusJouni Malinen1-35/+26
2008-12-12ath9k: Do not remove header padding on RX from short framesJouni Malinen1-2/+10
2008-12-12ath9k: Refactor struct ath_softcSujith1-54/+53
2008-12-12ath9k: Maintain rate table choice after associationSujith1-1/+1
2008-12-05ath9k: Check for pci_map_single() errorsLuis R. Rodriguez1-0/+17
2008-12-05ath9k: Replace ath9k_opmode with nl80211_iftypeColin McCabe1-8/+8
2008-12-05ath9k: Use cleaner debug masksSujith1-10/+4
2008-11-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-7/+17
2008-11-26ath9k: Code scrubSujith1-0/+22
2008-11-26ath9k: Handle -ENOMEM on RX gracefullyLuis R. Rodriguez1-31/+26
2008-11-26ath9k: Remove ath9k_rate_tableSujith1-2/+4
2008-11-26ath9k: Revamp RX handlingSujith1-369/+206
2008-11-25ath9k: correct expected max RX buffer sizeLuis R. Rodriguez1-2/+11
2008-11-25ath9k: Fix SW-IOMMU bounce buffer starvationLuis R. Rodriguez1-3/+3
2008-11-21ath9k: enable RXing of beacons on STA/IBSSLuis R. Rodriguez1-3/+2
2008-11-10ath9k: Remove internal RX A-MPDU processingSujith1-501/+0
2008-11-10ath9k: Ensure ath_node is not NULL when updating tx chainmaskSujith1-3/+3
2008-11-10ath9k: Simplify node attach/detach routinesSujith1-43/+38
2008-11-10ath9k: Node cleanupSujith1-36/+6
2008-10-31mac80211: rewrite HT handlingJohannes Berg1-2/+1
2008-10-31802.11: clean up/fix HT supportJohannes Berg1-1/+1
2008-10-06ath9k: enable ANI to help with noisy environmentsLuis R. Rodriguez1-11/+2
2008-10-06ath9k: kill ath9k's memzero() and use memset() insteadLuis R. Rodriguez1-2/+2
2008-09-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller1-2/+3
2008-09-02ath9: Fix ath_rx_flush_tid() for IRQs disabled kernel warning message.Senthil Balasubramanian1-2/+3
2008-08-29ath9k: Add IEEE80211_HW_RX_INCLUDES_FCS to hw flagsSujith1-1/+1
2008-08-29ath9k: Remove remaining occurences of ath_skb_map functionsSujith1-32/+8
2008-08-29ath9k: Trim struct ath_softcSujith1-4/+4
2008-08-29ath9k: Use bitfields for sc operationsSujith1-4/+4
2008-08-29ath9k: Use a single opmode variableSujith1-9/+9
2008-08-29ath9k: RX Filter cleanupSujith1-3/+8
2008-08-29ath9k: Merge reset functionsSujith1-1/+1
2008-08-07ath9k: Cleanup data structures related to HW capabilitiesSujith1-2/+2
2008-08-07ath9k: Add new Atheros IEEE 802.11n driverLuis R. Rodriguez1-0/+1318