aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-022-9/+11
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-11-302-9/+11
| |\
| | * ath9k: Revert change that broke AR928X on Acer Ferrari OneRafael J. Wysocki2011-11-281-1/+2
| | * rtlwifi: fix lps_lock deadlockStanislaw Gruszka2011-11-281-8/+9
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-11-28135-38707/+39303
|\ \ \
| * | | rtlwifi: squash warning in _usb_read_syncJohn W. Linville2011-11-221-2/+3
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville2011-11-2289-35/+106
| |\ \ \
| * | | | carl9170: use ieee80211_free_txskbChristian Lamparter2011-11-211-2/+2
| * | | | p54: use ieee80211_free_txskbChristian Lamparter2011-11-211-2/+2
| * | | | rndis_wlan: remove unused macroJussi Kivilinna2011-11-211-2/+0
| * | | | rndis_wlan: add reporting of PMKSA candidate eventsJussi Kivilinna2011-11-211-17/+9
| * | | | rndis_wlan: add missing __packedJussi Kivilinna2011-11-211-2/+2
| * | | | rndis_wlan: pass channel info to cfg80211_roamed()Jussi Kivilinna2011-11-211-2/+3
| * | | | rndis_wlan: split getting current channel to separate functionJussi Kivilinna2011-11-211-18/+31
| * | | | cfg80211: add flags for off-channel capabilitiesJohannes Berg2011-11-211-1/+2
| * | | | iwl-debug: Shrink object by using dev_err and deduplicating formatsJoe Perches2011-11-211-16/+21
| * | | | iwlwifi: remove redundancyWey-Yi Guy2011-11-211-1/+1
| * | | | iwlwifi: tid_data is taken twice in iwl_trans_pcie_tx_agg_allocEmmanuel Grumbach2011-11-211-1/+0
| * | | | iwlwifi: fix endianity issues in debug printsEmmanuel Grumbach2011-11-211-4/+2
| * | | | iwlwifi: improve the prints in the reclaim pathEmmanuel Grumbach2011-11-214-6/+9
| * | | | iwlwifi: check the HW when a queue is stuckEmmanuel Grumbach2011-11-211-1/+5
| * | | | brcm80211: smac: Use kmemdup rather than duplicating its implementationThomas Meyer2011-11-211-2/+1
| * | | | rtlwifi: Remove redundant code from PCI interruptLarry Finger2011-11-211-3/+0
| * | | | rtlwifi: rtl8192cu: Fix endianian issuesLarry Finger2011-11-217-36/+43
| * | | | rtlwifi: rtl8192cu: Change firmware upload to use block writesLarry Finger2011-11-215-3/+64
| * | | | rtlwifi: rtl8192cu: Allow retries for USB I/OGeorge2011-11-212-4/+16
| * | | | ath9k: trivial: reorder rx_tasklet processingZefir Kurtisi2011-11-211-5/+5
| * | | | Merge branch 'for-linville' of git://github.com/sgruszka/iwlegacyJohn W. Linville2011-11-2170-36234/+34525
| |\ \ \ \
| | * | | | iwlegacy: debugfs_ops should depend on CONFIG_IWLEGACY_DEBUGFSGreg Dietsche2011-11-165-42/+8
| | * | | | iwlegacy: 4965-rs: cleanup il4965_rs_sta_dbgfs_rate_scale_data_readGreg Dietsche2011-11-161-7/+1
| | * | | | iwlegacy: 4965-rs: don't return rate from il4965_rs_update_rate_tblGreg Dietsche2011-11-161-9/+3
| | * | | | iwlegacy: 4965-rs: il4965_rs_alloc_sta: remove lq_sta local varGreg Dietsche2011-11-161-4/+1
| | * | | | iwlegacy: 4965-rs: remove unnecessary null check for sta and lq_staGreg Dietsche2011-11-161-3/+0
| | * | | | iwlegacy: 4965-rs: remove null check on sta in il4965_rs_tx_statusGreg Dietsche2011-11-161-1/+1
| | * | | | iwlegacy: 4965: remove vif null check in request_scanGreg Dietsche2011-11-161-2/+1
| | * | | | iwlegacy: remove unused IL_AC_UNSET defineStanislaw Gruszka2011-11-151-2/+0
| | * | | | iwlegacy: change IL_ERR to D_HT in iwl4965_rs_tl_turn_on_agg_for_tidGreg Dietsche2011-11-151-4/+4
| | * | | | iwlegacy: change IL_WARN to D_HT in il4965_tx_agg_startGreg Dietsche2011-11-151-1/+1
| | * | | | iwlegacy: checkpatch.pl fixesStanislaw Gruszka2011-11-1514-411/+297
| | * | | | iwlegacy: indentions and whitespacesStanislaw Gruszka2011-11-1517-6456/+6439
| | * | | | iwlegacy: merge iwl-debug.h into common.hStanislaw Gruszka2011-11-157-209/+165
| | * | | | iwlegacy: rename iwl-debug.c to debug.cStanislaw Gruszka2011-11-152-1/+1
| | * | | | iwlegacy: merge iwl-fh.h into 4965.hStanislaw Gruszka2011-11-152-418/+351
| | * | | | iwlegacy: use FH49_ prefix in 4965 codeStanislaw Gruszka2011-11-154-153/+153
| | * | | | iwlegacy: use FH39_ prefix in 3945 codeStanislaw Gruszka2011-11-152-3/+3
| | * | | | iwlegacy: rename iwl-prph.h to prph.hStanislaw Gruszka2011-11-153-2/+1
| | * | | | iwlegacy: merge iwl-{eeprom,led}.h into common.hStanislaw Gruszka2011-11-158-412/+303
| | * | | | iwlegacy: merge iwl-power.h into common.hStanislaw Gruszka2011-11-155-58/+12
| | * | | | iwlegacy: merge iwl-legacy-rs.h into common.hStanislaw Gruszka2011-11-152-473/+442
| | * | | | iwlegacy: remove iwl-helpers.hStanislaw Gruszka2011-11-151-187/+0