summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath9k/recv.c
Commit message (Expand)AuthorAgeFilesLines
* atheros: put atheros wireless drivers into ath/Luis R. Rodriguez2009-04-221-704/+0
* ath9k: Remove the useless do..while loopsSujith2009-04-221-44/+39
* ath9k: Cleanup debug messagesSujith2009-04-221-2/+2
* ath9k: fix access to a freed skb in ath_rx_tasklet()Pavel Roskin2009-04-161-1/+3
* ath9k: fix dma mapping leak of rx buffer upon rmmodLuis R. Rodriguez2009-03-271-1/+6
* ath9k: Update copyright in all the filesSujith2009-03-271-1/+1
* ath9k: Fix FIF_PROMISC_IN_BSS processing in station modeJouni Malinen2009-03-161-5/+6
* ath9k: Get rid of unnecessary ATOMIC memory alloc during init timeSenthil Balasubramanian2009-03-161-4/+4
* ath9k: Configure RX filter for multi-BSSID broadcastJouni Malinen2009-03-051-0/+8
* ath9k: Add support for multiple secondary virtual wiphysJouni Malinen2009-03-051-2/+39
* ath9k: Add data structure for supporting virtual radio/wiphy operationJouni Malinen2009-03-051-4/+11
* ath9k: Filter out beacons from other BSS in STA modeVasanthakumar Thiagarajan2009-02-271-5/+6
* ath9k: Fix HW wait timeoutSujith2009-02-271-1/+0
* ath9k: Remove all the useless ah_ variable prefixesSujith2009-02-131-9/+9
* ath9k: Merge ath_hal and ath_hal_5416 structuresSujith2009-02-131-5/+5
* ath9k: Remove duplicate variablesSujith2009-02-131-2/+2
* ath9k: Remove all the sc_ prefixesSujith2009-02-131-9/+9
* ath9k: Header file cleanupSujith2009-02-131-1/+1
* 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/+12
* 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/+26
* ath9k: Do not remove header padding on RX from short framesJouni Malinen2008-12-121-2/+10
* ath9k: Refactor struct ath_softcSujith2008-12-121-54/+53
* 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/+4
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-261-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/+26
* | ath9k: Remove ath9k_rate_tableSujith2008-11-261-2/+4
* | ath9k: Revamp RX handlingSujith2008-11-261-369/+206
* | ath9k: enable RXing of beacons on STA/IBSSLuis R. Rodriguez2008-11-211-3/+2
* | ath9k: Remove internal RX A-MPDU processingSujith2008-11-101-501/+0
* | ath9k: Ensure ath_node is not NULL when updating tx chainmaskSujith2008-11-101-3/+3
* | ath9k: Simplify node attach/detach routinesSujith2008-11-101-43/+38
* | ath9k: Node cleanupSujith2008-11-101-36/+6
* | mac80211: rewrite HT handlingJohannes Berg2008-10-311-2/+1
* | 802.11: clean up/fix HT supportJohannes Berg2008-10-311-1/+1
|/
* ath9k: enable ANI to help with noisy environmentsLuis R. Rodriguez2008-10-061-11/+2
* ath9k: kill ath9k's memzero() and use memset() insteadLuis R. Rodriguez2008-10-061-2/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-09-081-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
OpenPOWER on IntegriCloud