aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/wcn36xx (follow)
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 Andersson3-9/+12
2016-07-08wcn36xx: Correct DXE chip version differentiationBjorn Andersson4-26/+11
2016-07-08wcn36xx: Split mmio space into explicit regionsBjorn Andersson4-27/+59
2016-07-08wcn36xx: Change indication list lock to spinlockBjorn Andersson2-7/+7
2016-07-08wcn36xx: Fold indication payload into message headerBjorn Andersson2-10/+7
2016-04-27wcn36xx: Set SMD timeout to 10 secondsBjorn Andersson1-1/+1
2016-04-26Merge ath-next from ath.gitKalle Valo8-132/+336
2016-04-25wcn36xx: Fill in capability listBjorn Andersson2-1/+78
2016-04-25wcn36xx: Correct remove bss key response encodingBjorn Andersson2-27/+1
2016-04-25wcn36xx: Delete BSS before idling linkBjorn Andersson1-1/+1
2016-04-25wcn36xx: Use correct command struct for EXIT_BMPS_REQPontus Fuchs1-1/+1
2016-04-25wcn36xx: Implement multicast filteringPontus Fuchs4-6/+104
2016-04-25wcn36xx: Track association statePontus Fuchs2-0/+3
2016-04-25wcn36xx: Clear encrypt_type when deleting bss keyPontus Fuchs1-0/+2
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 Fuchs3-17/+15
2016-04-25wcn36xx: Fetch private sta data from sta entry instead of from vifPontus Fuchs1-1/+1
2016-04-25wcn36xx: Add helper macros to cast sta to privPontus Fuchs3-14/+18
2016-04-25wcn36xx: Use define for invalid index and fix typoPontus Fuchs3-4/+4
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 Fuchs6-40/+36
2016-04-25wcn36xx: Pad TIM PVM if neededPontus Fuchs2-2/+28
2016-04-25wcn36xx: Clean up wcn36xx_smd_send_beaconPontus Fuchs2-8/+9
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg3-9/+9
2016-04-05mac80211: allow not sending MIC up from driver for HW cryptoSara Sharon1-1/+1
2016-01-14mac80211: pass block ack session timeout to to driverSara Sharon1-3/+5
2016-01-07wcn36xx: split DMA mask register writing.Fengwei Yin1-1/+1
2016-01-07wcn36xx: handle rx skb allocation failure to avoid system crashFengwei Yin1-21/+22
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 Green2-0/+25
2015-11-30wcn36xx: swallow two wcn3620 IND messagesAndy Green1-0/+5
2015-11-30wcn36xx: introduce WCN36XX_HAL_AVOID_FREQ_RANGE_INDAndy Green1-0/+2
2015-10-28wcn36xx: Remove warning message when dev is NULL for arm64 dma_alloc.yfw1-17/+17
2015-10-28wcn36xx: introduce per-channel ring buffer locksBob Copeland2-8/+20
2015-09-22mac80211: allow to transmit A-MSDU within A-MPDUEmmanuel Grumbach1-1/+1
2015-06-10mac80211: convert HW flags to unsigned long bitmapJohannes Berg1-6/+6
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/jikos/trivialLinus Torvalds1-1/+1
2015-03-06treewide: Fix typo in printk messagesMasanari Iida1-1/+1
2015-01-23wcn36xx: initiate TX BA sessionsBob Copeland3-2/+77
2015-01-23wcn36xx: move set_tx_pdu inside set_tx_data/mgmtBob Copeland1-17/+20
2015-01-23wcn36xx: initialize dxe lockBob Copeland1-0/+2
2015-01-23wcn36xx: initialize skb_lockBob Copeland1-0/+1
2015-01-23wcn36xx: don't process 'valid' descriptorsBob Copeland1-0/+2
2015-01-23wcn36xx: let device generate qos seq numbersBob Copeland2-1/+9
2015-01-23wcn36xx: use !! when assigning int as a booleanBob Copeland1-1/+1