summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville2011-11-2289-35/+106
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-11-0713-67/+69
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-11-0413-67/+69
| | |\
| * | \ Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-0684-8/+87
| |\ \ \ | | |/ / | |/| |
| | * | staging: Add module.h to more drivers implicitly using it.Paul Gortmaker2011-10-311-0/+1
| | * | drivers/net: wireless/ath/ath5k/debug.c does not need module.hPaul Gortmaker2011-10-311-1/+0
| | * | drivers/net: Add moduleparam.h to drivers as required.Paul Gortmaker2011-10-316-0/+7
| | * | drivers/net: change moduleparam.h to module.h as required.Paul Gortmaker2011-10-317-7/+7
| | * | drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-3145-0/+45
| | * | drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker2011-10-3127-0/+27
| * | | Merge branch 'for-linus' of git://github.com/richardweinberger/linuxLinus Torvalds2011-11-022-3/+3
| |\ \ \
| | * | | um: a couple of missing dependencies...Al Viro2011-11-022-3/+3
| * | | | wireless: at76c50x: follow rename pack_hex_byte to hex_byte_packAndy Shevchenko2011-10-311-1/+1
| * | | | treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-10-315-23/+18
| | |/ / | |/| |
* | | | 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
OpenPOWER on IntegriCloud