summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
Commit message (Expand)AuthorAgeFilesLines
* ath9k_hw: remove useless hw capability flagsFelix Fietkau2010-09-147-63/+19Star
* ath9k_hw: handle rx key missFelix Fietkau2010-09-142-1/+4
* ath9k: fix BSSID mask calculationFelix Fietkau2010-09-143-50/+17Star
* ath9k_htc: Fix CPU usage issue during scan periodRajkumar Manoharan2010-09-141-4/+22
* ath9k_htc: Fix memory leak on WMI event handlerRajkumar Manoharan2010-09-142-55/+23Star
* drivers/net/wireless/ath/ath9k: use ARRAY_SIZE macro in ani.cNikitas Angelinas2010-09-141-2/+3
* ath5k: avoid unneeded calibration error messagesFabio Rossi2010-09-141-1/+1
* ath9k_hw: Support fastcc for AR7010Rajkumar Manoharan2010-09-141-1/+1
* carl9170: Makefile, Kconfig files and MAINTAINERSChristian Lamparter2010-09-144-0/+47
* carl9170: firmware parser and debugfs codeChristian Lamparter2010-09-143-0/+1437
* carl9170: 802.11 rx/tx processing and usb backendChristian Lamparter2010-09-143-0/+3419
* carl9170: PHY/RF and MAC routinesChristian Lamparter2010-09-142-0/+2409
* carl9170: Register maps, tx/rx descriptor formats and eeprom layoutChristian Lamparter2010-09-146-0/+2436
* carl9170: mac80211 glue and command interfaceChristian Lamparter2010-09-146-0/+3024
* ath9k_hw: Restore ANI registers to default during partial reset for AR9271Rajkumar Manoharan2010-09-073-0/+53
* ath9k_htc: Enable fastcc for HTC devices.Rajkumar Manoharan2010-09-071-4/+3Star
* ath9k: Implement an algorithm for Antenna diversity and combiningVasanthakumar Thiagarajan2010-09-073-0/+604
* ath9k_hw: Add functions to get/set antenna diversity configurationVasanthakumar Thiagarajan2010-09-073-0/+47
* ath9k_hw: Add capability flag for Antenna diversity and combining featureVasanthakumar Thiagarajan2010-09-074-0/+16
* ath9k: fix spurious MIC failure reportsFelix Fietkau2010-08-314-9/+25
* ath9k_htc: Enable ANI in associated state onlyRajkumar Manoharan2010-08-271-4/+5
* ath9k: Change the default LED pattern.Vivek Natarajan2010-08-271-1/+1
* ath5k: fix off-by-one in pilot magnitude maskBob Copeland2010-08-271-1/+1
* ath5k: re-order one of the frees on unwindDan Carpenter2010-08-271-2/+2
* ath5k: log descriptor chains at a new debug levelBob Copeland2010-08-252-2/+5
* ath5k: trivial spelling fixesBob Copeland2010-08-253-6/+6
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-08-241-2/+2
|\
| * drivers/net/wireless: Restore upper case words in wiphy_<level> messagesJoe Perches2010-08-181-2/+2
* | ath9k_htc: Add support for bluetooth coexistence.Vivek Natarajan2010-08-2411-22/+230
* | ath9k_common: Move bt_stomp to common for sharing with ath9k_htc.Vivek Natarajan2010-08-244-42/+47
* | ath5k: don't enable probe request rx for STAsBob Copeland2010-08-241-2/+2
* | ath5k: remove all mention of monitor iftypeBob Copeland2010-08-241-7/+1Star
* | ath5k: remove monitor check in receive_frame_ok filterBob Copeland2010-08-241-3/+2Star
* | ath5k: clean up some commentsBob Copeland2010-08-249-62/+59Star
* | ath5k: remove own (wrong) IEEE80211_MAX_LENNick Kossifidis2010-08-242-5/+2Star
* | ath5k: rename ath5k_hw_set_associd to _set_bssidNick Kossifidis2010-08-245-12/+11Star
* | mac80211: use cipher suite selectorsJohannes Berg2010-08-166-50/+55
* | ath9k: remove duplicate get_hw_crypto_keytype()Luis R. Rodriguez2010-08-161-17/+1Star
* | drivers/net/wireless/ath/ath9k: Adjust confusing if indentationJulia Lawall2010-08-161-1/+1
* | ath9k: shorten the calibration interval during strong interferenceFelix Fietkau2010-08-162-2/+8
* | ath9k: use AP beacon miss as a trigger for fast recalibrationFelix Fietkau2010-08-164-4/+65
* | ath9k_hw: apply the noise floor validation to the median instead of singleFelix Fietkau2010-08-161-19/+32
* | ath9k: add a separate debug level for stuck beaconsFelix Fietkau2010-08-162-3/+5
* | ath9k: add fastcc to debug print for channel changeLuis R. Rodriguez2010-08-161-2/+3
|/
* ath5k: disable ASPM L0s for all cardsMaxim Levitsky2010-08-131-0/+21
* ath9k_htc: load proper firmware for device ID 7015Rajkumar Manoharan2010-08-135-7/+11
* ath9k_htc: Fix disconnect issue in HT40 mode.Vivek Natarajan2010-08-131-1/+2
* ath9k_htc: fix panic on packet injection using airbase-ng tool.Rajkumar Manoharan2010-08-111-5/+10
* ath9k: fix erased ieee80211_rx_status.mactimeJan Friedrich2010-08-041-5/+5
* ath9k: fix an issue in ath_atx_tid paused flag managementLorenzo Bianconi2010-08-041-26/+8Star