summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* brcmfmac: make brcmf_fw_nvram_strip() staticArend van Spriel2014-05-292-2/+1
* brcmfmac: use asynchronous firmware request in USBArend van Spriel2014-05-291-30/+68
* brcmfmac: use asynchronous firmware request in SDIOArend van Spriel2014-05-291-147/+124
* brcmfmac: introduce asynchronous firmware loadingArend van Spriel2014-05-292-1/+120
* brcmfmac: Add log of superspeed device detection to USB probe.Hante Meuleman2014-05-291-1/+3
* brcmfmac: rework usb callback operationsArend van Spriel2014-05-291-20/+28
* brcmfmac: call brcmf_detach() unconditional in sdio .remove() callbackArend van Spriel2014-05-291-3/+1
* brcmfmac: rename nvram.[ch] for upcoming firmware handling functionsArend van Spriel2014-05-294-12/+12
* brcmfmac: remove .init() callback for internal bus interfaceArend van Spriel2014-05-294-15/+10
* brcmfmac: make chandef_to_chanspec() function staticArend van Spriel2014-05-291-2/+2
* brcmfmac: restore mpc before passing scan status to cfg80211Arend van Spriel2014-05-291-2/+3
* brcmfmac: reduce log level for invalid scheduled scan requestArend van Spriel2014-05-291-1/+1
* wcn36xx: Use kmemdup instead of kmalloc + memcpyBenoit Taine2014-05-291-2/+1
* mwifiex: use time_after()Manuel Schölling2014-05-291-1/+1
* at76c50x-usb: Make WEP encryption working.Andrea Merello2014-05-292-13/+52
* at76c50x-usb: Don't perform DMA from stack memoryAndrea Merello2014-05-291-31/+56
* ath9k: avoid passing buffers to the hardware during flushFelix Fietkau2014-05-291-11/+13
* ath9k: simplify DFS pulse interval debug printingZefir Kurtisi2014-05-293-5/+3
* rsi: avoid format string leak to thread nameKees Cook2014-05-291-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-05-271-1/+4
|\
| * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2014-05-221-1/+1
| |\
| * | ath9k_htc: Stop ANI before doing hw_resetRajkumar Manoharan2014-05-141-1/+4
* | | mwifiex: use 'const' qualifier for 2nd arg of mwifiex_tdls_add_ht_operJohn W. Linville2014-05-221-1/+1
* | | ath9k: fix sleep timer during suspendRajkumar Manoharan2014-05-221-0/+1
* | | ath9k: Handle multiple keys while setting tx filtersRajkumar Manoharan2014-05-222-11/+45
* | | mwifiex: update seq number correctly for packets from TDLS peerAvinash Patil2014-05-222-3/+16
* | | mwifiex: set TDLS flags for AMSDU packetsAvinash Patil2014-05-221-0/+7
* | | mwifiex: delete TDLS link upon Teardown eventAvinash Patil2014-05-221-1/+5
* | | mwifiex: silence TDLS link delete failure for nonexistent linkAvinash Patil2014-05-221-6/+12
* | | mwifiex: avoid TDLS check for packets destined to APAvinash Patil2014-05-221-1/+1
* | | ath9k: fix build error with disabled debugZefir Kurtisi2014-05-221-0/+2
* | | b43: N-PHY: add missing calib values for radio 0x2026 rev 11Rafał Miłecki2014-05-221-0/+918
* | | b43: fix list of 5 GHz channels for 802.11n cardsRafał Miłecki2014-05-221-12/+22
* | | b43: fix typo in define name for 2 GHz channels (s/CHAN4G/CHAN2G/)Rafał Miłecki2014-05-221-16/+16
* | | libertas: fix return value when processing invalid packetDan Williams2014-05-221-3/+5
* | | rt2x00: Endless loop on hub port power downRichard Genoud2014-05-221-0/+6
* | | carl9170: fix leaks at failure path in carl9170_usb_probe()Alexey Khoroshilov2014-05-221-1/+7
* | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2014-05-2210-191/+158
|\ \ \
| * | | iwlwifi: mvm: remove vif argument from power_update_macArik Nemtsov2014-05-226-17/+17
| * | | iwlwifi: mvm: make iwl_mvm_update_beacon_abort staticEmmanuel Grumbach2014-05-222-53/+52
| * | | iwlwifi: mvm: remove debugfs hook for reduced tx powerEmmanuel Grumbach2014-05-224-47/+5
| * | | iwlwifi: mvm: disable reduced Tx power when not applicableEmmanuel Grumbach2014-05-221-1/+5
| * | | iwlwifi: mvm: pass force_assoc_off all the way down to avoid hacksLuciano Coelho2014-05-214-16/+18
| * | | iwlwifi: mvm: don't filter out the first beaconAvri Altman2014-05-213-52/+27
| * | | Merge remote-tracking branch 'iwlwifi-fixes/master' into iwlwifi-nextEmmanuel Grumbach2014-05-214-11/+11
| |\ \ \ | | | |/ | | |/|
| | * | iwlwifi: mvm: disable beacon filteringEmmanuel Grumbach2014-05-211-1/+1
| * | | iwlwifi: mvm: set the MAC_FILTER_IN_BEACON flag also for P2PLuciano Coelho2014-05-191-2/+1
| * | | iwlwifi: mvm: enable MAC_FILTER_IN_BEACON when forced_assoc_off is setLuciano Coelho2014-05-191-8/+6
| * | | iwlwifi: mvm: don't allow diversity if BT Coex / TT forbid itEmmanuel Grumbach2014-05-193-2/+35
| * | | iwlwifi: mvm: Remove redundant initializationAvri Altman2014-05-191-1/+0
OpenPOWER on IntegriCloud