summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/wcn36xx/smd.c
Commit message (Expand)AuthorAgeFilesLines
* soc: qcom: smd: Transition client drivers from smd to rpmsgBjorn Andersson2017-03-281-5/+5
* wcn36xx: Implement print_reg indicationBjorn Andersson2017-01-121-0/+30
* wcn36xx: Implement firmware assisted scanBjorn Andersson2017-01-121-4/+4
* wcn36xx: Transition driver to SMD clientBjorn Andersson2017-01-121-19/+12
* wcn36xx: Silence error about unsupported smd event 188Bjorn Andersson2016-07-081-0/+2
* wcn36xx: Fix up wcn36xx_smd_update_scan_params()Bjorn Andersson2016-07-081-6/+9
* wcn36xx: Change indication list lock to spinlockBjorn Andersson2016-07-081-6/+6
* wcn36xx: Fold indication payload into message headerBjorn Andersson2016-07-081-9/+6
* Merge ath-next from ath.gitKalle Valo2016-04-261-73/+151
|\
| * wcn36xx: Correct remove bss key response encodingBjorn Andersson2016-04-251-18/+1
| * wcn36xx: Use correct command struct for EXIT_BMPS_REQPontus Fuchs2016-04-251-1/+1
| * wcn36xx: Implement multicast filteringPontus Fuchs2016-04-251-0/+51
| * wcn36xx: Use allocated self sta index instead of hard codedPontus Fuchs2016-04-251-1/+1
| * wcn36xx: Copy all members in config_sta v1 conversionPontus Fuchs2016-04-251-2/+17
| * wcn36xx: Parse trigger_ba response properlyPontus Fuchs2016-04-251-2/+12
| * wcn36xx: Remove sta pointer in private vif structPontus Fuchs2016-04-251-13/+15
| * wcn36xx: Add helper macros to cast sta to privPontus Fuchs2016-04-251-6/+6
| * wcn36xx: Use define for invalid index and fix typoPontus Fuchs2016-04-251-1/+1
| * wcn36xx: Use consistent name for private vifPontus Fuchs2016-04-251-14/+14
| * wcn36xx: Add helper macros to cast vif to private vif and vice versaPontus Fuchs2016-04-251-14/+10
| * wcn36xx: Pad TIM PVM if neededPontus Fuchs2016-04-251-2/+25
| * wcn36xx: Clean up wcn36xx_smd_send_beaconPontus Fuchs2016-04-251-7/+5
* | cfg80211: remove enum ieee80211_bandJohannes Berg2016-04-121-2/+2
|/
* wcn36xx: use new response format for wcn3620 remove_bsskeyAndy Green2015-11-301-1/+2
* wcn36xx: use new response format for wcn3620 trigger_baAndy Green2015-11-301-1/+2
* wcn36xx: handle new hal response formatAndy Green2015-11-301-0/+16
* wcn36xx: swallow two wcn3620 IND messagesAndy Green2015-11-301-0/+5
* mac80211: remove short slot/short preamble incapable flagsJohannes Berg2015-06-021-3/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-04-141-1/+1
|\
| * treewide: Fix typo in printk messagesMasanari Iida2015-03-061-1/+1
* | wcn36xx: initialize device defaults on startBob Copeland2015-01-231-2/+71
|/
* wcn36xx: Use kmemdup instead of kmalloc + memcpyBenoit Taine2014-05-291-2/+1
* wcn36xx: Track dpu signature per staPontus Fuchs2014-02-131-2/+3
* wcn36xx: Rename wcn36xx_vif.ucast_dpu_signature to self_ucast_dpu_signPontus Fuchs2014-02-131-1/+1
* wcn36xx: Print FW capabilitiesPontus Fuchs2014-02-131-6/+3
* wcn36xx: Cache nv to avoid request_firmware on resume pathPontus Fuchs2014-02-131-12/+10
* wcn36xx: Wait longer for SMD commands to completePontus Fuchs2014-02-131-1/+6
* wcn36xx: Improve feature caps exchangePontus Fuchs2014-02-131-6/+9
* wcn36xx: Fix copy paste error hal_exit_bmps -> hal_keep_alivePontus Fuchs2014-02-131-2/+2
* net: wirelesse: wcn36xx: pull allocation outside of critical sectionMichal Nazarewicz2013-12-181-13/+19
* wcn36xx: enable the beaconing in mesh modeChun-Yeow Yeoh2013-12-091-4/+8
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-12-061-6/+13
|\
| * net: wireless: wcn36xx: fix potential NULL pointer dereferenceMichal Nazarewicz2013-12-021-6/+13
* | wcn36xx: fix typo errorChun-Yeow Yeoh2013-12-051-2/+2
* | wcn36xx: set self STA default HT parametersChun-Yeow Yeoh2013-12-051-0/+17
|/
* wcn36xx: missing unlocks on error pathsDan Carpenter2013-11-111-2/+4
* wcn36xx: Add missing unlock before returnWei Yongjun2013-11-111-1/+2
* wcn36xx: mac80211 driver for Qualcomm WCN3660/WCN3680 hardwareEugene Krasnikov2013-10-101-0/+2126