summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2012-04-13rt2800: initialize queues before giving up due to DMA errorJakub Kicinski2-3/+5
2012-04-13rt2800: add disabling of DMA before loading firmwareJakub Kicinski1-0/+2
2012-04-13rt2800: introduce wpdma_disable functionJakub Kicinski3-24/+19
2012-04-13Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville84-2907/+3790
2012-04-12iwlwifi: dynamically determine lib_opsJohannes Berg14-736/+763
2012-04-12net/wireless: ipw2x00: add supported cipher suites to wiphy initializationStanislav Yakovlev3-0/+31
2012-04-12prism54: replace open-coded ARRAY_SIZE with macroJim Cromie1-4/+2
2012-04-12brcm80211: replace open-coded ARRAY_SIZE with the macroJim Cromie2-32/+12
2012-04-12ath9k: remove dead codeZefir Kurtisi6-16/+0
2012-04-12mwifiex: use asynchronous firmware loadingAmitkumar Karwar4-48/+62
2012-04-12mwifiex: add support for WPS2.0Avinash Patil7-0/+105
2012-04-12mwifiex: display correct country information in debugfs "info"Amitkumar Karwar3-3/+4
2012-04-12mwifiex: set default regulatory domainAmitkumar Karwar3-0/+38
2012-04-12mwifiex: fix typo in RSSI_HIGH event handlingBing Zhao1-1/+1
2012-04-12iwlwifi: introduce device family enumJohannes Berg5-34/+61
2012-04-12iwlwifi: create device configuration header fileJohannes Berg2-142/+215
2012-04-12iwlwifi: move eeprom into privJohannes Berg13-172/+155
2012-04-12iwlwifi: split force_reset debugfs fileJohannes Berg8-115/+62
2012-04-12iwlwifi: remove ack_check module parameterJohannes Berg3-74/+0
2012-04-12iwlwifi: move hw_params into privJohannes Berg17-169/+168
2012-04-12iwlwifi: move queue watchdog into transportJohannes Berg11-141/+91
2012-04-12iwlwifi: remove unneeded struct declarationsJohannes Berg1-2/+0
2012-04-12iwlwifi: remove watchdog debugfs fileJohannes Berg1-25/+0
2012-04-12iwlwifi: move rx_page_order into transportJohannes Berg7-25/+29
2012-04-12ipw2100: remove a redundant NULL check before calling release_firmware()Jesper Juhl1-2/+1
2012-04-12wireless, orinoco: release_firmware() tests for NULL, remove explicit tests b...Jesper Juhl1-5/+2
2012-04-12wireless, mwifiex: drop redundant NULL test before call to release_firmware()Jesper Juhl1-2/+1
2012-04-12wireless, libertas: remove redundant NULL tests before calling release_firmwa...Jesper Juhl4-20/+10
2012-04-12ipw2200: remove a redundant NULL check before calling release_firmware()Jesper Juhl1-2/+1
2012-04-12wireless, atmel: remove pointless test for NULL before release_firmware() callJesper Juhl1-2/+1
2012-04-12wireless, at76c50x:: Don't needlessly test for NULL before calling release_fi...Jesper Juhl1-4/+2
2012-04-12rtl8192de: Recognize 92D E-CUT version.Forest Bond1-1/+5
2012-04-12rtl8192de: Clean up and fix 92D cut version constants and macros.Forest Bond1-9/+7
2012-04-12rtlwifi: support for Belkin Surf N300 XRLorenzo Bianconi1-0/+1
2012-04-12Merge branch 'for-linville' of git://github.com/kvalo/ath6klJohn W. Linville20-165/+3370
2012-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville193-1242/+1627
2012-04-12Merge branch 'wl12xx-next' into for-linvilleLuciano Coelho84-2907/+3790
2012-04-12wlcore/wl12xx: adapt FW status for multiple familiesArik Nemtsov6-19/+36
2012-04-12wlcore: add module param to prevent HW recoveryArik Nemtsov1-0/+12
2012-04-12wlcore/wl12xx: move identify firmware function to a lower driver opLuciano Coelho4-26/+48
2012-04-12wlcore: set max_rx_agg_subframes in mac80211 according to HT confArik Nemtsov1-1/+1
2012-04-12wlcore/wl12xx: set HT capabilities per chip-familyArik Nemtsov3-18/+21
2012-04-12wlcore/wl12xx: add hw op to get rate-mask for AP-link in STA modeArik Nemtsov4-1/+23
2012-04-12wlcore/wl12xx: use a single memory config and reset if using wl127xLuciano Coelho4-17/+41
2012-04-12wlcore/wl12xx: move extended radio configuration parameters to wl12xxLuciano Coelho6-35/+86
2012-04-12wlcore/wl12xx: move runtime configuration struct to the lower driverLuciano Coelho4-356/+352
2012-04-12wlcore/wl12xx: expand functionality of cmd_trigger HW opArik Nemtsov3-3/+6
2012-04-12wlcore/wl12xx: add hw op for vif initArik Nemtsov4-0/+16
2012-04-12wlcore/wl12xx: add hw_init operationLuciano Coelho13-405/+499
2012-04-12wlcore/wl12xx: turn no-Tx-align quirk into Tx-alignArik Nemtsov5-12/+15