aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
* iwlwifi: fix sparse warning about wrong enum for band parameterJohn W. Linville2010-09-161-1/+1
* ath9k: Print rxfilter in debugfs.Ben Greear2010-09-161-10/+43
* ath9k: calcrxfilter should take multiple VIFs into account.Ben Greear2010-09-161-3/+3
* ath9k: Use common ath key management functionsBruno Randolf2010-09-1610-583/+6
* ath5k: Use common crypt capabilities flagsBruno Randolf2010-09-163-7/+7
* ath/ath9k: Replace common->splitmic with a flagBruno Randolf2010-09-164-16/+16
* ath5k: Remove old ath5k key handling functionsBruno Randolf2010-09-163-238/+0
* ath5k: Use common ath key management functionsBruno Randolf2010-09-162-19/+17
* ath: Copy key cache management functions from ath9k to athBruno Randolf2010-09-164-1/+620
* ath: Copy cryptographic capability flags into athBruno Randolf2010-09-161-0/+10
* wl1271: remove warnings in wl1271_sdio_set_powerJohn W. Linville2010-09-141-10/+4
* ath9k_hw: remove useless hw capability flagsFelix Fietkau2010-09-147-63/+19
* ath9k_hw: handle rx key missFelix Fietkau2010-09-142-1/+4
* ath9k: fix BSSID mask calculationFelix Fietkau2010-09-143-50/+17
* 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/+23
* iwlwifi: apply settings when finishing scanStanislaw Gruszka2010-09-141-1/+2
* iwlwifi: use IWL_DEBUG_SCAN for debug scanningStanislaw Gruszka2010-09-141-12/+19
* iwlwifi: cleanup scan initiate checkStanislaw Gruszka2010-09-141-16/+1
* iwlwifi: do not force complete scan too earlyStanislaw Gruszka2010-09-145-15/+41
* iwlwifi: assure we complete scan in scan_abort and scan_check worksStanislaw Gruszka2010-09-141-12/+2
* iwlwifi: force scan complete after timeoutStanislaw Gruszka2010-09-142-17/+18
* iwlwifi: rewrite scan completionStanislaw Gruszka2010-09-141-25/+40
* iwlwifi: rework iwl_scan_cancel_timeoutStanislaw Gruszka2010-09-141-13/+12
* iwlwifi: report scan completion when abort failStanislaw Gruszka2010-09-141-64/+67
* iwlwifi: cancel scan when down the deviceStanislaw Gruszka2010-09-143-24/+8
* iwlwifi: move scan completed flags handlingJohannes Berg2010-09-141-16/+14
* iwlwifi: unify scan start checksJohannes Berg2010-09-146-187/+108
* iwlwifi: remove unused conf variablesJohannes Berg2010-09-142-9/+0
* 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
* rt2x00: fix oops in rt2x00lib_txdone with rt61pciHelmut Schaa2010-09-141-1/+1
* rt2x00: Enable missing interrupts in rt61pciHelmut Schaa2010-09-141-0/+2
* rt2x00: Mask out unused interrupts in rt2800pciHelmut Schaa2010-09-141-13/+13
* rt2x00: Check for specific changed flags when updating the erp configHelmut Schaa2010-09-1411-181/+256
* rt2x00: Initialize AMPDU_BA_WINSIZE registerHelmut Schaa2010-09-142-0/+20
* rt2x00: Antenna diversity does not work in 2.6.35Lars Ericsson2010-09-142-10/+6
* ath9k_hw: Support fastcc for AR7010Rajkumar Manoharan2010-09-141-1/+1
* wl1271: sdio: claim host only when doing IOOhad Ben-Cohen2010-09-141-8/+35
* 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
* iwlwifi: remove code repetitionWey-Yi Guy2010-09-111-32/+28
* iwlwifi: make sure runtime calibration is enabled after associationWey-Yi Guy2010-09-111-2/+1
* iwlwifi: fix and describe iwl_adjust_beacon_intervalJohannes Berg2010-09-112-4/+25
* iwlwifi: improve timing handling with dual-modeJohannes Berg2010-09-111-1/+13
* iwlwifi: avoid sending too many commandsJohannes Berg2010-09-114-1/+33