summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2013-01-30iwlwifi: add NVM and PHY DB code for new MVM driverJohannes Berg7-7/+1039
2013-01-30iwlwifi: fix calibration parserJohannes Berg2-3/+20
2013-01-30iwlwifi: clean up CMD_MODE enumJohannes Berg1-5/+5
2013-01-30iwlwifi: add 7000 series device configurationJohannes Berg7-0/+125
2013-01-30Merge remote-tracking branch 'wireless-next/master' into iwlwifi-nextJohannes Berg193-4158/+15091
2013-01-30wil6210: fix wil_vring_init_tx statusVladimir Kondratiev1-0/+1
2013-01-30wil6210: Never delete Rx chain with firmwareVladimir Kondratiev3-26/+1
2013-01-30wil6210: checkpatch warningsVladimir Kondratiev6-9/+5
2013-01-30wil6210: fix checkpatch CamelCase warningsVladimir Kondratiev7-82/+82
2013-01-30wil6210: Reorder reset preparation sequenceVladimir Kondratiev1-4/+4
2013-01-30wil6210: Separate common code for mbox regs caching to functionVladimir Kondratiev1-10/+11
2013-01-30wil6210: Fix "don't scan after connect" logicVladimir Kondratiev2-1/+2
2013-01-30wil6210: Call skb_orphan() right before Rx indicationVladimir Kondratiev1-2/+2
2013-01-30wil6210: Fix: Tx stallVladimir Kondratiev2-28/+1
2013-01-30wil6210: Count Tx statistics on Tx completionVladimir Kondratiev1-2/+9
2013-01-30wil6210: Refactor rx init/finiVladimir Kondratiev3-52/+77
2013-01-30wil6210: remove raw wil_dbg() callsVladimir Kondratiev5-24/+25
2013-01-30wil6210: rearrange IRQ debug printingVladimir Kondratiev1-2/+2
2013-01-30wil6210: Detect FW errorVladimir Kondratiev2-5/+25
2013-01-30mwifiex: avoid out of bounds access in mwifiex_get_common_rates.Cyril Roelandt1-2/+2
2013-01-30rtlwifi: Eliminate two empty routinesLarry Finger1-15/+0
2013-01-30net: iwlegacy: remove unused variableGuenter Roeck1-3/+0
2013-01-30iwlegacy: fix antenna bitmaskChristian Lamparter1-1/+1
2013-01-30mwifiex: do not overwrite error code from lower layer driverBing Zhao2-8/+6
2013-01-30mwifiex: don't return zero on failure paths in mwifiex_pcie_init()Alexey Khoroshilov1-0/+2
2013-01-30rtl8723ae: Fix misspellings sucess->successAnatol Pomozov1-3/+3
2013-01-30mwl8k: Do not call STA specific cmds not supported by the AP fwYogesh Ashok Powar1-3/+23
2013-01-30mwl8k: Choose interface specific calls on vif typeYogesh Ashok Powar1-4/+2
2013-01-30mwl8k: Add/Del self entry for AP interface onlyYogesh Ashok Powar1-2/+2
2013-01-30mwl8k: Enable hw encryption for STA mode on AP fwYogesh Ashok Powar1-1/+2
2013-01-30mwl8k: set mac type to MWL8K_MAC_TYPE_SECONDARY_CLIENTYogesh Ashok Powar1-1/+4
2013-01-30mwl8k: Allow adding station interface on AP firmwareYogesh Ashok Powar1-7/+13
2013-01-30mwl8k: Announce simultaneous AP-STA support on AP fwYogesh Ashok Powar1-0/+2
2013-01-30mwl8k: Move tx/rx antenna configuration to mwl8k_probe_hwYogesh Ashok Powar1-6/+9
2013-01-30mwl8k: Do not call mwl8k_cmd_set_rf_channel unconditionallyYogesh Ashok Powar1-3/+5
2013-01-30mwl8k: Stop bsses before hw specific commandsYogesh Ashok Powar1-8/+70
2013-01-30rt2x00: allow AP and mesh mode to operate simultaneouslyChun-Yeow Yeoh1-1/+2
2013-01-30rt2x00: remove NOTICEStanislaw Gruszka3-5/+3
2013-01-30rt2800usb: move "TX status missed" messages to debug levelStanislaw Gruszka1-3/+3
2013-01-30rt2x00: print warning, notice and info as defaultStanislaw Gruszka1-2/+2
2013-01-30ath9k: Update spectral scan output dataSven Eckelmann3-11/+15
2013-01-30ath9k: reorder error codes for spectralSimon Wunderlich1-4/+4
2013-01-30ath9k: drop spectral packets after processing themSimon Wunderlich3-15/+25
2013-01-30ath9k: add debug parameters for spectral scanSimon Wunderlich4-17/+200
2013-01-30mwifiex: fix invalid access of PCIe RxBD ring buffer descriptorAvinash Patil1-2/+2
2013-01-30rt2x00: print chip and firmware version by defaultStanislaw Gruszka2-4/+4
2013-01-30drivers/net/wireless/iwlegacy/4965-mac.c: adjust duplicate testJulia Lawall1-3/+0
2013-01-30Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville61-91/+98
2013-01-30Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville3-5/+4
2013-01-29Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville47-2022/+4622