summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* drivers: net: ath6kl: use setup_timer() helper.Allen Pais2017-09-211-3/+1Star
* drivers: net: atmel: use setup_timer() helper.Allen Pais2017-09-211-3/+2Star
* drivers: net: rsi_91x: use setup_timer() helper.Allen Pais2017-09-211-3/+2Star
* drivers: net: brcm80211: use setup_timer() helper.Allen Pais2017-09-211-3/+2Star
* Merge tag 'wireless-drivers-for-davem-2017-09-08' of git://git.kernel.org/pub...David S. Miller2017-09-085-10/+25
|\
| * brcmfmac: feature check for multi-scheduled scan fails on bcm4345 devicesIan W MORRISON2017-09-081-1/+2
| * iwlwifi: mvm: only send LEDS_CMD when the FW supports itLuca Coelho2017-09-072-1/+3
| * rtlwifi: btcoexist: Fix antenna selection codeLarry Finger2017-09-071-7/+16
| * rtlwifi: btcoexist: Fix breakage of ant_sel for rtl8723beLarry Finger2017-09-071-1/+4
* | Merge tag 'mac80211-for-davem-2017-09-07' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-09-071-2/+0Star
|\ \ | |/ |/|
| * mac80211_hwsim: Use proper TX powerBeni Lev2017-09-051-2/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-023-9/+12
|\|
| * wl1251: add a missing spin_lock_init()Cong Wang2017-08-311-0/+1
| * iwlwifi: pcie: move rx workqueue initialization to iwl_trans_pcie_alloc()Luca Coelho2017-08-243-9/+12
* | Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2017-08-3128-344/+803
|\ \
| * | ath10k: configure and enable the wakeup capabilityRyan Hsu2017-08-313-0/+16
| * | ath10k: add the PCI PM core suspend/resume opsRyan Hsu2017-08-311-0/+42
| * | wil6210: ensure P2P device is stopped before removing interfaceLior David2017-08-311-28/+29
| * | wil6210: increase connect timeoutLior David2017-08-311-1/+1
| * | wil6210: clear PAL_UNIT_ICR part of device resetDedy Lansky2017-08-312-0/+3
| * | wil6210: move pre-FW configuration to separate functionDedy Lansky2017-08-311-18/+22
| * | wil6210: align to latest auto generated wmi.hLazar Alexei2017-08-311-239/+475
| * | wil6210: make debugfs compilation optionalGidon Studinski2017-08-313-1/+19
| * | wil6210: ratelimit errors in TX/RX interruptsLior David2017-08-311-6/+8
| * | ath10k: activate user space firmware loading againHauke Mehrtens2017-08-311-1/+1
| * | ath10k: sdio: remove unused struct memberErik Stromdahl2017-08-312-6/+0Star
| * | ath10k: fix napi_poll budget overflowRyan Hsu2017-08-311-6/+11
| * | ath9k: constify usb_device_idArvind Yadav2017-08-111-1/+1
| * | ath6kl: constify usb_device_idArvind Yadav2017-08-111-1/+1
| * | wil6210: move vring_idle_trsh definition to wil6210_privGidon Studinski2017-08-084-8/+6Star
| * | wil6210: store FW RF calibration resultDedy Lansky2017-08-084-0/+19
| * | wil6210: fix interface-up checkHamad Kadmany2017-08-082-2/+4
| * | wil6210: notify wiphy on wowlan supportMaya Erez2017-08-081-0/+10
| * | wil6210: add statistics for suspend timeMaya Erez2017-08-084-4/+40
| * | wil6210: check no_fw_recovery in resume failure recoveryMaya Erez2017-08-081-1/+3
| * | wil6210: support FW RSSI reportingDedy Lansky2017-08-085-9/+23
| * | wil6210: protect against invalid length of tx management frameHamad Kadmany2017-08-082-0/+6
| * | ath9k: make ath_ps_ops structures as constBhumika Goyal2017-08-082-2/+2
| * | wcn36xx: Introduce mutual exclusion of fw configurationBjorn Andersson2017-08-082-2/+53
| * | ath10k: switch to use new generic UUID APIAndy Shevchenko2017-08-083-8/+8
| * | ath10k: fix memory leak in rx ring buffer allocationRakesh Pillai2017-08-081-6/+6
| * | ath10k: ath10k_htt_rx_amsdu_allowed() use ath10k_dbg()Gabriel Craciunescu2017-08-081-1/+1
* | | rtlwifi: rtl8723be: fix duplicated code for different branchesGustavo A. R. Silva2017-08-311-6/+2Star
* | | brcmfmac: Log chip id and revisionHans de Goede2017-08-311-0/+3
* | | qtnfmac: implement 64-bit dma supportSergey Matyukevich2017-08-313-16/+65
* | | qtnfmac: fix free_xfer_buffer cleanupSergey Matyukevich2017-08-311-2/+2
* | | qtnfmac: modify qtnf_map_bar not to return NULLSergey Matyukevich2017-08-311-4/+6
* | | qtnfmac: module param sanity checkSergey Matyukevich2017-08-311-2/+15
* | | qtnfmac: drop -D__CHECK_ENDIAN from cflagsSergey Matyukevich2017-08-311-4/+0Star
* | | rsi: remove memset before memcpyHimanshu Jha2017-08-302-2/+0Star