summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/wcn36xx/smd.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-08wcn36xx: Silence error about unsupported smd event 188Bjorn Andersson1-0/+2
2016-07-08wcn36xx: Fix up wcn36xx_smd_update_scan_params()Bjorn Andersson1-6/+9
2016-07-08wcn36xx: Change indication list lock to spinlockBjorn Andersson1-6/+6
2016-07-08wcn36xx: Fold indication payload into message headerBjorn Andersson1-9/+6
2016-04-26Merge ath-next from ath.gitKalle Valo1-73/+151
2016-04-25wcn36xx: Correct remove bss key response encodingBjorn Andersson1-18/+1
2016-04-25wcn36xx: Use correct command struct for EXIT_BMPS_REQPontus Fuchs1-1/+1
2016-04-25wcn36xx: Implement multicast filteringPontus Fuchs1-0/+51
2016-04-25wcn36xx: Use allocated self sta index instead of hard codedPontus Fuchs1-1/+1
2016-04-25wcn36xx: Copy all members in config_sta v1 conversionPontus Fuchs1-2/+17
2016-04-25wcn36xx: Parse trigger_ba response properlyPontus Fuchs1-2/+12
2016-04-25wcn36xx: Remove sta pointer in private vif structPontus Fuchs1-13/+15
2016-04-25wcn36xx: Add helper macros to cast sta to privPontus Fuchs1-6/+6
2016-04-25wcn36xx: Use define for invalid index and fix typoPontus Fuchs1-1/+1
2016-04-25wcn36xx: Use consistent name for private vifPontus Fuchs1-14/+14
2016-04-25wcn36xx: Add helper macros to cast vif to private vif and vice versaPontus Fuchs1-14/+10
2016-04-25wcn36xx: Pad TIM PVM if neededPontus Fuchs1-2/+25
2016-04-25wcn36xx: Clean up wcn36xx_smd_send_beaconPontus Fuchs1-7/+5
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-2/+2
2015-11-30wcn36xx: use new response format for wcn3620 remove_bsskeyAndy Green1-1/+2
2015-11-30wcn36xx: use new response format for wcn3620 trigger_baAndy Green1-1/+2
2015-11-30wcn36xx: handle new hal response formatAndy Green1-0/+16
2015-11-30wcn36xx: swallow two wcn3620 IND messagesAndy Green1-0/+5
2015-06-02mac80211: remove short slot/short preamble incapable flagsJohannes Berg1-3/+1
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2015-03-07treewide: Fix typo in printk messagesMasanari Iida1-1/+1
2015-01-23wcn36xx: initialize device defaults on startBob Copeland1-2/+71
2014-05-29wcn36xx: Use kmemdup instead of kmalloc + memcpyBenoit Taine1-2/+1
2014-02-14wcn36xx: Track dpu signature per staPontus Fuchs1-2/+3
2014-02-14wcn36xx: Rename wcn36xx_vif.ucast_dpu_signature to self_ucast_dpu_signPontus Fuchs1-1/+1
2014-02-14wcn36xx: Print FW capabilitiesPontus Fuchs1-6/+3
2014-02-14wcn36xx: Cache nv to avoid request_firmware on resume pathPontus Fuchs1-12/+10
2014-02-14wcn36xx: Wait longer for SMD commands to completePontus Fuchs1-1/+6
2014-02-14wcn36xx: Improve feature caps exchangePontus Fuchs1-6/+9
2014-02-14wcn36xx: Fix copy paste error hal_exit_bmps -> hal_keep_alivePontus Fuchs1-2/+2
2013-12-19net: wirelesse: wcn36xx: pull allocation outside of critical sectionMichal Nazarewicz1-13/+19
2013-12-10wcn36xx: enable the beaconing in mesh modeChun-Yeow Yeoh1-4/+8
2013-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-6/+13
2013-12-05wcn36xx: fix typo errorChun-Yeow Yeoh1-2/+2
2013-12-05wcn36xx: set self STA default HT parametersChun-Yeow Yeoh1-0/+17
2013-12-02net: wireless: wcn36xx: fix potential NULL pointer dereferenceMichal Nazarewicz1-6/+13
2013-11-11wcn36xx: missing unlocks on error pathsDan Carpenter1-2/+4
2013-11-11wcn36xx: Add missing unlock before returnWei Yongjun1-1/+2
2013-10-10wcn36xx: mac80211 driver for Qualcomm WCN3660/WCN3680 hardwareEugene Krasnikov1-0/+2126