aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-08wl1251: check return from call to wl1251_acx_arp_ip_filterColin Ian King1-2/+1
2017-12-14wlcore: fix unused function warningArnd Bergmann2-7/+3
2017-12-07wlcore, wl1251: fix spelling: "Couldnt" -> "Couldn't" and remove error on -ENOMEMColin Ian King2-4/+2
2017-12-07wlcore: allow elp during wowlan suspendReizer, Eyal1-1/+28
2017-12-07wlcore: use boottime for fw time syncArnd Bergmann2-6/+2
2017-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-3/+4
2017-11-27mac80211: use QoS NDP for AP probingJohannes Berg2-3/+4
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-4/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman7-0/+7
2017-08-24wlcore: add missing nvs file name info for wilink8Reizer, Eyal4-0/+28
2017-08-08wlcore: add const to bin_attribute structureBhumika Goyal1-1/+1
2017-07-27wl1251: add a missing spin_lock_init()Cong Wang1-0/+1
2017-06-28wl18xx: add checks on wl18xx_top_reg_write() return valueGustavo A. R. Silva1-2/+4
2017-06-25Merge tag 'wireless-drivers-next-for-davem-2017-06-25' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller2-5/+4
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu1-2/+1
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg3-5/+3
2017-06-16networking: introduce and use skb_put_data()Johannes Berg3-6/+4
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg2-5/+3
2017-06-13wlcore: spi: remove unnecessary variableGustavo A. R. Silva1-5/+2
2017-06-13wlcore: add wl1285 compatibleSebastian Reichel2-0/+2
2017-05-24wlcore: fix 64K page supportArnd Bergmann1-3/+3
2017-05-18wlcore: use memdup_userGeliang Tang1-10/+3
2017-04-28mac80211: separate encoding/bandwidth from flagsJohannes Berg1-1/+1
2017-04-28mac80211: clean up rate encoding bits in RX statusJohannes Berg2-2/+2
2017-04-26nl80211: allow multiple active scheduled scan requestsArend Van Spriel1-1/+1
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg2-3/+4
2017-04-05wlcore: fix spelling mistakes in wl1271_warningColin Ian King1-1/+1
2017-02-27scripts/spelling.txt: add "configuartion" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-27scripts/spelling.txt: add "intialization" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-15wlcore: disable multicast filter in AP modeIain Hunter1-0/+15
2017-02-10Merge tag 'mac80211-next-for-davem-2017-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller2-3/+4
2017-02-08mac80211: Pass new RSSI level in CQM RSSI notificationAndrzej Zaborowski2-3/+4
2017-01-28wlcore: print the sdio buffer after reading itGuy Mishol1-7/+7
2017-01-02Merge tag 'wireless-drivers-next-for-davem-2017-01-02' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-1/+1
2017-01-01wlcore: fix spelling mistake in wl1271_warningColin Ian King1-1/+1
2016-12-16Makefile: drop -D__CHECK_ENDIAN__ from cflagsMichael S. Tsirkin2-4/+0
2016-11-27Merge tag 'wireless-drivers-next-for-davem-2016-11-25' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller6-6/+42
2016-11-17wlcore: Allow scans when in AP modeJames Minor1-0/+2
2016-11-17wlcore: Add RX_BA_WIN_SIZE_CHANGE_EVENT eventMaxim Altshul3-1/+31
2016-11-17wlcore: Pass win_size taken from ieee80211_sta to FWMaxim Altshul3-5/+9
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2016-10-19mac80211: add a HW flag for supporting HW TX fragmentationSara Sharon1-0/+1
2016-10-05wlcore: sdio: drop kfree for memory allocated with devm_kzallocWei Yongjun1-1/+0
2016-09-26wlcore: wl18xx: Use chip specific configuration firmwareTony Lindgren1-9/+10
2016-09-26wlcore: Fix config firmware loading issuesTony Lindgren3-23/+35
2016-09-26wlcore: spi: Populate config firmware dataTony Lindgren1-18/+24
2016-09-26wlcore: sdio: Populate config firmware dataTony Lindgren1-29/+47
2016-09-26wlcore: Prepare family to fix nvs file handlingTony Lindgren2-8/+11
2016-09-03wl18xx: add time sync configuration apiGuy Mishol4-0/+46
2016-09-03wlcore: Remove wl pointer from wl_sta structureMaxim Altshul2-2/+0