summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti
Commit message (Expand)AuthorAgeFilesLines
* wl1251: check return from call to wl1251_acx_arp_ip_filterColin Ian King2018-01-081-2/+1Star
* wlcore: fix unused function warningArnd Bergmann2017-12-142-7/+3Star
* wlcore, wl1251: fix spelling: "Couldnt" -> "Couldn't" and remove error on -EN...Colin Ian King2017-12-072-4/+2Star
* wlcore: allow elp during wowlan suspendReizer, Eyal2017-12-071-1/+28
* wlcore: use boottime for fw time syncArnd Bergmann2017-12-072-6/+2Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-11-292-3/+4
|\
| * mac80211: use QoS NDP for AP probingJohannes Berg2017-11-272-3/+4
* | treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-4/+3Star
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-027-0/+7
* wlcore: add missing nvs file name info for wilink8Reizer, Eyal2017-08-244-0/+28
* wlcore: add const to bin_attribute structureBhumika Goyal2017-08-081-1/+1
* wl1251: add a missing spin_lock_init()Cong Wang2017-07-271-0/+1
* wl18xx: add checks on wl18xx_top_reg_write() return valueGustavo A. R. Silva2017-06-281-2/+4
* Merge tag 'wireless-drivers-next-for-davem-2017-06-25' of git://git.kernel.or...David S. Miller2017-06-252-5/+4Star
|\
| * wlcore: spi: remove unnecessary variableGustavo A. R. Silva2017-06-131-5/+2Star
| * wlcore: add wl1285 compatibleSebastian Reichel2017-06-132-0/+2
* | net: manual clean code which call skb_put_[data:zero]yuan linyu2017-06-201-2/+1Star
* | networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-163-5/+3Star
* | networking: introduce and use skb_put_data()Johannes Berg2017-06-163-6/+4Star
* | networking: convert many more places to skb_put_zero()Johannes Berg2017-06-162-5/+3Star
|/
* wlcore: fix 64K page supportArnd Bergmann2017-05-241-3/+3
* wlcore: use memdup_userGeliang Tang2017-05-181-10/+3Star
* mac80211: separate encoding/bandwidth from flagsJohannes Berg2017-04-281-1/+1
* mac80211: clean up rate encoding bits in RX statusJohannes Berg2017-04-282-2/+2
* nl80211: allow multiple active scheduled scan requestsArend Van Spriel2017-04-261-1/+1
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-132-3/+4
* wlcore: fix spelling mistakes in wl1271_warningColin Ian King2017-04-051-1/+1
* scripts/spelling.txt: add "configuartion" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
* scripts/spelling.txt: add "intialization" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
* wlcore: disable multicast filter in AP modeIain Hunter2017-02-151-0/+15
* Merge tag 'mac80211-next-for-davem-2017-02-09' of git://git.kernel.org/pub/sc...David S. Miller2017-02-102-3/+4
|\
| * mac80211: Pass new RSSI level in CQM RSSI notificationAndrzej Zaborowski2017-02-082-3/+4
* | wlcore: print the sdio buffer after reading itGuy Mishol2017-01-281-7/+7
|/
* Merge tag 'wireless-drivers-next-for-davem-2017-01-02' of git://git.kernel.or...David S. Miller2017-01-021-1/+1
|\
| * wlcore: fix spelling mistake in wl1271_warningColin Ian King2017-01-011-1/+1
* | Makefile: drop -D__CHECK_ENDIAN__ from cflagsMichael S. Tsirkin2016-12-152-4/+0Star
|/
* Merge tag 'wireless-drivers-next-for-davem-2016-11-25' of git://git.kernel.or...David S. Miller2016-11-286-6/+42
|\
| * wlcore: Allow scans when in AP modeJames Minor2016-11-171-0/+2
| * wlcore: Add RX_BA_WIN_SIZE_CHANGE_EVENT eventMaxim Altshul2016-11-173-1/+31
| * wlcore: Pass win_size taken from ieee80211_sta to FWMaxim Altshul2016-11-173-5/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-301-1/+0Star
|\ \
| * | wlcore: sdio: drop kfree for memory allocated with devm_kzallocWei Yongjun2016-10-051-1/+0Star
| |/
* / mac80211: add a HW flag for supporting HW TX fragmentationSara Sharon2016-10-191-0/+1
|/
* wlcore: wl18xx: Use chip specific configuration firmwareTony Lindgren2016-09-261-9/+10
* wlcore: Fix config firmware loading issuesTony Lindgren2016-09-263-23/+35
* wlcore: spi: Populate config firmware dataTony Lindgren2016-09-261-18/+24
* wlcore: sdio: Populate config firmware dataTony Lindgren2016-09-261-29/+47
* wlcore: Prepare family to fix nvs file handlingTony Lindgren2016-09-262-8/+11
* wl18xx: add time sync configuration apiGuy Mishol2016-09-034-0/+46
* wlcore: Remove wl pointer from wl_sta structureMaxim Altshul2016-09-032-2/+0Star