summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/wcn36xx
AgeCommit message (Expand)AuthorFilesLines
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/jik...Linus Torvalds1-1/+1
2015-03-07treewide: 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
2015-01-23wcn36xx: initialize device defaults on startBob Copeland1-2/+71
2014-12-15Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2014-11-19mac80211: allow drivers to support NL80211_SCAN_FLAG_RANDOM_ADDRJohannes Berg1-2/+5
2014-10-20net: wireless: ath: wcn36xx: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-14wcn36xx: remove unnecessary break after gotoFabian Frederick1-1/+0
2014-05-29wcn36xx: Use kmemdup instead of kmalloc + memcpyBenoit Taine1-2/+1
2014-02-14wcn36xx: Update dtim period before starting BSSPontus Fuchs1-0/+1
2014-02-14wcn36xx: Track dpu signature per staPontus Fuchs3-4/+6
2014-02-14wcn36xx: Rename wcn36xx_vif.ucast_dpu_signature to self_ucast_dpu_signPontus Fuchs3-3/+3
2014-02-14wcn36xx: Add support for 3680Pontus Fuchs4-10/+36
2014-02-14wcn36xx: Print FW capabilitiesPontus Fuchs3-6/+51
2014-02-14wcn36xx: Cache nv to avoid request_firmware on resume pathPontus Fuchs3-12/+14
2014-02-14wcn36xx: Wait longer for SMD commands to completePontus Fuchs2-2/+7
2014-02-14wcn36xx: Improve feature caps exchangePontus Fuchs3-7/+13
2014-02-14wcn36xx: Fix copy paste error hal_exit_bmps -> hal_keep_alivePontus Fuchs1-2/+2
2014-02-06mac80211: remove unused radiotap vendor fields in ieee80211_rx_statusEmmanuel Grumbach1-2/+1
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 Yeoh2-3/+3
2013-12-05wcn36xx: set self STA default HT parametersChun-Yeow Yeoh1-0/+17
2013-12-05wcn36xx: Fix logging macro with unnecessary semicolonEugene Krasnikov1-1/+1
2013-12-05wcn36xx: enable beacon change using BSS_CHANGED_BEACONChun-Yeow Yeoh1-1/+2
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-11-11wcn36xx: harmless memory corruption bug in debugfsDan Carpenter1-1/+1
2013-10-14wcn36xx: fix coccinelle warningsFengguang Wu1-9/+2