summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath9k/recv.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-23atheros: put atheros wireless drivers into ath/Luis R. Rodriguez1-704/+0
2009-04-23ath9k: Remove the useless do..while loopsSujith1-44/+39
2009-04-23ath9k: Cleanup debug messagesSujith1-2/+2
2009-04-16ath9k: fix access to a freed skb in ath_rx_tasklet()Pavel Roskin1-1/+3
2009-03-28ath9k: fix dma mapping leak of rx buffer upon rmmodLuis R. Rodriguez1-1/+6
2009-03-28ath9k: Update copyright in all the filesSujith1-1/+1
2009-03-17ath9k: Fix FIF_PROMISC_IN_BSS processing in station modeJouni Malinen1-5/+6
2009-03-17ath9k: Get rid of unnecessary ATOMIC memory alloc during init timeSenthil Balasubramanian1-4/+4
2009-03-05ath9k: Configure RX filter for multi-BSSID broadcastJouni Malinen1-0/+8
2009-03-05ath9k: Add support for multiple secondary virtual wiphysJouni Malinen1-2/+39
2009-03-05ath9k: Add data structure for supporting virtual radio/wiphy operationJouni Malinen1-4/+11
2009-02-27ath9k: Filter out beacons from other BSS in STA modeVasanthakumar Thiagarajan1-5/+6
2009-02-27ath9k: Fix HW wait timeoutSujith1-1/+0
2009-02-13ath9k: Remove all the useless ah_ variable prefixesSujith1-9/+9
2009-02-13ath9k: Merge ath_hal and ath_hal_5416 structuresSujith1-5/+5
2009-02-13ath9k: Remove duplicate variablesSujith1-2/+2
2009-02-13ath9k: Remove all the sc_ prefixesSujith1-9/+9
2009-02-13ath9k: Header file cleanupSujith1-1/+1
2009-02-11ath9k: Handle mac80211's FIF_CONTROL flag properlySujith1-0/+3
2009-01-30ath9k: Enable dynamic power save in ath9k.Vivek Natarajan1-0/+6
2009-01-30ath9k: convert to use bus-agnostic DMA routinesGabor Juhos1-15/+12
2009-01-30ath9k: convert to struct deviceGabor Juhos1-6/+9
2009-01-30ath9k: Setup MFP options for CCMPJouni Malinen1-0/+6
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-27Merge 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-26ath9k: correct expected max RX buffer sizeLuis R. Rodriguez1-2/+11
2008-11-26ath9k: 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-11-01mac80211: rewrite HT handlingJohannes Berg1-2/+1
2008-11-01802.11: clean up/fix HT supportJohannes Berg1-1/+1
2008-10-07ath9k: enable ANI to help with noisy environmentsLuis R. Rodriguez1-11/+2
2008-10-07ath9k: kill ath9k's memzero() and use memset() insteadLuis R. Rodriguez1-2/+2
2008-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller1-2/+3
2008-09-03ath9: Fix ath_rx_flush_tid() for IRQs disabled kernel warning message.Senthil Balasubramanian1-2/+3
2008-08-30ath9k: Add IEEE80211_HW_RX_INCLUDES_FCS to hw flagsSujith1-1/+1