summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-10-11wl1251: move to it's own directoryKalle Valo32-102/+100
2010-10-11wl1251: create a copy of wl12xx_80211.h for wl1251Kalle Valo1-0/+156
2010-10-11carl9170: A-MPDU frame type filterChristian Lamparter1-1/+41
2010-10-11carl9170: remove stale rx error pathChristian Lamparter2-6/+11
2010-10-11carl9170: common error path for bad framesChristian Lamparter1-28/+20
2010-10-11rt2x00: Fix tx status handling in rt2800pciHelmut Schaa1-1/+1
2010-10-11rt2x00: Remove superfluous initialization of qidxHelmut Schaa1-1/+1
2010-10-11rt2x00: Use unlikely for error case in rt2x00queue_write_tx_frameHelmut Schaa1-1/+2
2010-10-11rt2x00: Use proper type for rxwi_w2 in rt2800_agc_to_rssiHelmut Schaa1-1/+1
2010-10-11rt2x00: Optimize unmapping of skbsHelmut Schaa1-3/+1
2010-10-11rt2x00: Shortcut link state updates when not operating as STAHelmut Schaa1-0/+6
2010-10-11mac80211: Update mesh constants to approved IEEE ANA valuesSteve deRosier1-15/+56
2010-10-11ath9k: implement channel utilization stats for surveyFelix Fietkau2-16/+98
2010-10-11ath9k: add compile time checking for the size of the channel listFelix Fietkau2-1/+7
2010-10-11cfg80211: add channel utilization stats to the survey commandFelix Fietkau3-0/+50
2010-10-11mac80211: temporarily disable reorder release timerChristian Lamparter1-0/+24
2010-10-11mac80211: fix possible null-pointer de-referenceChristian Lamparter1-3/+14
2010-10-11ath5k: use the common cycle counter / listen time implementationFelix Fietkau3-41/+26
2010-10-11ath9k_hw: move the cycle counter tracking to athFelix Fietkau9-87/+101
2010-10-11ath5k: store the clock rate in common data on channel changesFelix Fietkau3-6/+10
2010-10-11ath9k_hw: store the clock rate in common data on channel changesFelix Fietkau3-37/+23
2010-10-11ath5k: Adjust opmode when interfaces are removed.Ben Greear1-26/+40
2010-10-11ath5k: Print out opmode in debugfs.Ben Greear3-0/+42
2010-10-11wireless: Set some stats used by /proc/net/wireless (wext)Ben Greear3-1/+11
2010-10-11mac80211: Improve mlme probe response log messages.Ben Greear1-7/+11
2010-10-11Revert "wireless: Use first phyX name available when registering phy devices."Johannes Berg1-30/+24
2010-10-11Merge branch 'wireless-next' of git://git.kernel.org/pub/scm/linux/kernel/git...John W. Linville1-6/+37
2010-10-08wl1271: sdio: add suspend/resume supportOhad Ben-Cohen1-0/+20
2010-10-08wl1271: sdio: enable runtime PMOhad Ben-Cohen1-6/+17
2010-10-07iwlagn: add temperature offset calib for 6000g2Shanyu Zhao5-1/+50
2010-10-07iwlagn: fix default calibration table sizeShanyu Zhao2-2/+3
2010-10-07iwlagn: no version check for experimental uCodeWey-Yi Guy1-11/+16
2010-10-07iwlwifi: fix dual-mode scanningJohannes Berg1-1/+3
2010-10-07iwlwifi: remove iwl_check_bitsJohannes Berg2-6/+1
2010-10-07iwlwifi: clean up declarationsJohannes Berg10-39/+32
2010-10-07iwlwifi: remove apm_ops.stopJohannes Berg10-14/+6
2010-10-07iwlwifi: remove set_pwr_src operationJohannes Berg9-46/+30
2010-10-07iwlwifi: remove set_ct_kill operationJohannes Berg5-17/+6
2010-10-07iwlwifi: move iwl_dump_fh to agnJohannes Berg4-64/+62
2010-10-07iwlwifi: move iwl_dump_csr to agnJohannes Berg4-72/+70
2010-10-07iwlwifi: move iwl_toggle_rx_ant to agnJohannes Berg4-20/+19
2010-10-07iwlwifi: remove agn rates info thereJohannes Berg6-84/+80
2010-10-07iwlwifi: remove spurious exportsJohannes Berg3-7/+0
2010-10-07iwlwifi: move tx fail code to agnJohannes Berg4-41/+42
2010-10-07iwlwifi: move agn specific station code thereJohannes Berg11-754/+823
2010-10-07iwlwifi: remove verify_signature eeprom operationJohannes Berg7-11/+2
2010-10-07iwlwifi: rename iwl_mac_beacon_updateJohannes Berg1-18/+17
2010-10-07iwlwifi: move chain settings to agnJohannes Berg6-145/+144
2010-10-07iwl3945: use iwl3945_commit_rxonJohannes Berg3-10/+12
2010-10-07iwlwifi: introduce post_scan hookJohannes Berg9-10/+47