summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k
Commit message (Expand)AuthorAgeFilesLines
* ath9k_hw: Move some RF ops to the private callbacksLuis R. Rodriguez2010-04-1614-1452/+1673
* ath9k_hw: remove wrapper ath9k_hw_write_regs()Luis R. Rodriguez2010-04-163-19/+1Star
* ath9k_hw: AR9003 does not have AR_RC_AHB skip its settingLuis R. Rodriguez2010-04-161-5/+19
* ath9k_hw: add support for GPIO differences on AR9003Felix Fietkau2010-04-162-1/+4
* ath9k_hw: add simple register abstraction for some AR9300 registersFelix Fietkau2010-04-161-21/+21
* ath9k_hw: fix a missing hex prefix for a register maskFelix Fietkau2010-04-161-1/+1
* ath9k_hw: add a macro for abstracting generic timer accessFelix Fietkau2010-04-161-18/+20
* ath9k_hw: add silicon revision macros for AR9300Felix Fietkau2010-04-161-0/+11
* ath9k_hw: start building an abstraction layer for hardware routinesLuis R. Rodriguez2010-04-165-45/+166
* ath9k-htc: fix lockdep warning and kernel warning after unplugging ar9271 usb...Ming Lei2010-04-141-2/+9
* ath9k-htc:respect usb buffer cacheline alignment in reg out pathMing Lei2010-04-143-13/+16
* ath9k-htc:respect usb buffer cacheline alignment in reg in pathMing Lei2010-04-143-9/+12
* ath9k-htc:respect usb buffer cacheline alignment in ath9k_hif_usb_alloc_rx_urbsMing Lei2010-04-141-3/+3
* ath9k: simplify AR9220 fixup code for AR_AN_TOP2 registerPavel Roskin2010-04-082-64/+13Star
* ath9k_htc: Fix HTC layer memleakSujith2010-04-081-0/+7
* ath9k_htc: Use anchors for REGOUT pipeSujith2010-04-082-16/+15Star
* ath9k_htc: Fix module unloading issueSujith2010-04-082-1/+2
* ath9k_htc: Fix RX URB reference countSujith2010-04-081-0/+6
* ath9k_htc: Protect RX stream variablesSujith2010-04-082-0/+9
* wireless/ath: remove trailing space in messagesFrans Pop2010-04-084-5/+5
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-04-082-22/+2Star
|\
| * ath9k: fix double calls to ath_radio_enableFelix Fietkau2010-04-061-2/+1Star
| * ath9k: fix BUG_ON triggered by PAE framesFelix Fietkau2010-03-161-20/+1Star
* | ath9k_htc: Configure the beacon timers once the scan is completed.Vivek Natarajan2010-04-073-16/+43
* | ath9k_htc: Add support for power save.Vivek Natarajan2010-04-075-6/+117
* | ath9k: Add support for newer AR9285 chipsets.Vivek Natarajan2010-04-075-23/+201
* | ath9k_htc: Add TL-WN422G v2 product IDSujith2010-04-061-0/+1
* | ath9k_hw: Don't check devid for ath9k_htcSujith2010-04-062-8/+7Star
* | ath: Add a bus type fieldSujith2010-04-063-0/+3
* | ath9k: fix compile error without debug enabledFelix Fietkau2010-04-061-2/+3
* | ath9k: remove ah->mask_reg, it's never used properlyPavel Roskin2010-04-063-10/+8Star
* | ath9k: move imask from sc to ahPavel Roskin2010-04-065-56/+56
* | ath9k: rename symbols in enum ath9k_internal_frame_type to avoid confusionPavel Roskin2010-04-063-7/+7
* | ath9k: Do not indicate RX_FLAG_DECRYPTED for unprotected framesJouni Malinen2010-03-311-1/+2
* | ath9k_htc: Fix TKIP encryptionSujith2010-03-312-3/+3
* | ath9k: allocate tx and rx status information on stackFelix Fietkau2010-03-313-25/+22Star
* | ath9k: split out access to rx status informationFelix Fietkau2010-03-315-60/+52Star
* | ath9k: split out access to tx status informationFelix Fietkau2010-03-316-103/+104
* | ath9k_htc: Initialize HW opmodeSujith2010-03-311-0/+1
* | ath9k_htc: Handle TX queue overflowSujith2010-03-314-3/+36
* | ath9k_htc: Simplify RX URB managementSujith2010-03-312-82/+50Star
* | ath9k_htc: Fix watchdog pattern parsingSujith2010-03-311-1/+1
* | ath9k_htc: Fix bug in aggregation initiationSujith2010-03-312-15/+24
* | ath9k_common: Move RX filter code to ath9k_htcSujith2010-03-315-88/+77Star
* | ath9k_htc: Fix symbol collision with ath9kSujith2010-03-244-28/+28
* | ath9k_htc: Support for AR9271 chipset.Sujith2010-03-2316-0/+6391
* | ath9k_hw: fix hardware deinitSujith2010-03-232-3/+4
* | ath9k_hw: add HTC init hardware call for special resets for AR9271Sujith2010-03-232-0/+15
* | ath9k_hw: always set the core clock for AR9271Sujith2010-03-231-32/+2Star
* | ath9k_hw: use the skip count for PA calibration on AR9271Sujith2010-03-231-3/+6