aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
Commit message (Expand)AuthorAgeFilesLines
* ath9k: declare MODULE_FIRMWARE for ath9k_htcJohn W. Linville2010-06-231-3/+12
* ath9k: Add a module parameter to disable led blinking.Vivek Natarajan2010-06-234-4/+14
* ath9k_hw: add an extra delay when reseting AR_RTC_RESETLuis R. Rodriguez2010-06-231-0/+1
* ath9k_hw: dynamically choose the SERDES array for low powerLuis R. Rodriguez2010-06-231-3/+7
* ath9k_hw: add pcieSerDesWrite to disable SERDES ASPM tweaksLuis R. Rodriguez2010-06-233-1/+3
* ath9k_hw: move LowPower array writes to ar9003_hw_configpcipowersave()Luis R. Rodriguez2010-06-232-14/+14
* ath9k_hw: fix ASPM setting for AR9003Luis R. Rodriguez2010-06-234-6/+52
* ath9k_htc: Update supported product listSujith2010-06-182-14/+15
* ath5k: report PHY error frames only for chips which need itBruno Randolf2010-06-161-1/+2
* ath5k: review RX descriptor functionsBruno Randolf2010-06-161-14/+20
* ath5k: take descriptor differences between 5210 and 5211 into accountBruno Randolf2010-06-162-10/+25
* ath5k: update 5210/5211 frame typesBruno Randolf2010-06-162-6/+8
* ath5k: review and add comments for descriptorsBruno Randolf2010-06-162-154/+144
* ath5k: remove pointless rx error overlay structBruno Randolf2010-06-163-29/+9
* ath5k: cosmetic changes in ath5k_hw_proc_5212_rx_status()Bruno Randolf2010-06-161-5/+5
* ath5k: use direct function calls for descriptors when possibleBruno Randolf2010-06-163-38/+20
* ath5k: move checks and stats into new functionBruno Randolf2010-06-161-60/+70
* ath5k: split descriptor handling and frame receiveBruno Randolf2010-06-161-71/+78
* ath5k: unify rx descriptor error handlingBruno Randolf2010-06-161-2/+1
* ath5k: reset more pointers after we free skbsBruno Randolf2010-06-161-0/+7
* ath5k: print more errors when decriptor setup failsBruno Randolf2010-06-161-1/+3
* ath5k: fix rx descriptor debuggingBruno Randolf2010-06-161-2/+2
* ath5k: fix some comment typosBruno Randolf2010-06-162-4/+4
* ath5k: rename ath5k_txbuf_free() to ath5k_txbuf_free_skb()Bruno Randolf2010-06-161-8/+9
* ath5k: more debug prints for resetsBruno Randolf2010-06-162-3/+12
* ath9k_htc: Fix ampdu_action callbackSujith2010-06-154-92/+45
* ath9k_hw: avoid setting cwmin/cwmax to 0 for IBSS for AR9003Luis R. Rodriguez2010-06-151-2/+7
* ath9k_hw: remove ATH9K_CAP_DSFelix Fietkau2010-06-142-21/+0
* ath9k/ath9k_htc: remove redundand checks for dual-stream tx supportFelix Fietkau2010-06-142-10/+4
* ath9k_hw: remove ATH9K_CAP_MCAST_KEYSRCHFelix Fietkau2010-06-144-44/+3
* ath9k_hw: remove ATH9K_CAP_TKIP_SPLITFelix Fietkau2010-06-144-14/+1
* ath9k_hw: remove ATH9K_CAP_TKIP_MICFelix Fietkau2010-06-144-34/+0
* ath9k_hw: remove ATH9K_CAP_TXPOWFelix Fietkau2010-06-144-23/+2
* ath9k_hw: remove ATH9K_CAP_CIPHERFelix Fietkau2010-06-144-45/+16
* ath9k: enable AR9003 PCI IDsLuis R. Rodriguez2010-06-141-0/+1
* ath9k: implement PA predistortion supportFelix Fietkau2010-06-144-3/+137
* ath9k_hw: add functions for controlling PA predistortion calibrationFelix Fietkau2010-06-145-1/+746
* ath9k_hw: add support for parsing PA predistortion related EEPROM fieldsFelix Fietkau2010-06-145-5/+18
* ath9k_hw: add register definitions related to PA predistortionFelix Fietkau2010-06-141-17/+207
* ath9k_hw: remove a useless function for setting the mac addressFelix Fietkau2010-06-144-13/+0
* ath9k: add a debugfs entry for ignoring CCA on the extension channel in HT40Felix Fietkau2010-06-142-1/+5
* ath9k: fix queue stopping thresholdFelix Fietkau2010-06-142-26/+30
* ath9k: fix extending the rx timestamp with the hardware TSFFelix Fietkau2010-06-143-19/+14
* ath9k: make ath_get_hal_qnum staticFelix Fietkau2010-06-142-2/+1
* ath9k: remove declarations of some nonexistant functionsFelix Fietkau2010-06-141-2/+0
* ath9k: remove duplicate WMM AC definitionsFelix Fietkau2010-06-148-78/+26
* ath9k_htc: use common WMM AC definitions instead of ath9k onesFelix Fietkau2010-06-145-16/+14
* ath9k: fix mac80211 queue lookup for waking up queuesFelix Fietkau2010-06-142-1/+3
* ath9k_hw: update 5 GHz tx gain tables for femless and high power PALuis R. Rodriguez2010-06-142-248/+248
* ath9k_hw: reduce delay on programming INI on AR9003Luis R. Rodriguez2010-06-141-9/+0