summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ti
AgeCommit message (Expand)AuthorFilesLines
2020-08-21wl1251: fix always return 0 errorWang Hai1-1/+1
2019-11-28wlcore: Fix the return value in case of error in 'wlcore_vendor_cmd_smart_con...Christophe JAILLET1-1/+1
2019-04-05wlcore: Fix memory leak in case wl12xx_fetch_firmware failureZumeng Chen1-2/+5
2018-12-05Revert "wlcore: Add missing PM call for wlcore_cmd_wait_for_event_or_timeout()"Sasha Levin1-6/+0
2018-10-04wlcore: Add missing PM call for wlcore_cmd_wait_for_event_or_timeout()Tony Lindgren1-0/+6
2018-09-19wlcore: Set rx_status boottime_ns field on rxLoic Poulain1-2/+6
2018-08-03wlcore: sdio: check for valid platform device data before suspendEyal Reizer1-0/+5
2018-04-13wl1251: check return from call to wl1251_acx_arp_ip_filterColin Ian King1-2/+1
2017-09-07wl1251: add a missing spin_lock_init()Cong Wang1-0/+1
2017-07-28wlcore: fix 64K page supportArnd Bergmann1-3/+3
2017-05-14wlcore: Add RX_BA_WIN_SIZE_CHANGE_EVENT eventMaxim Altshul3-1/+31
2017-05-14wlcore: Pass win_size taken from ieee80211_sta to FWMaxim Altshul3-5/+9
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
2016-09-03wlcore: spi: fix non static symbol warningWei Yongjun1-1/+1
2016-08-05mac80211: Add ieee80211_hw pointer to get_expected_throughputMaxim Altshul1-2/+3
2016-07-20wlcore: spi: fix build warning caused by redundant variableReizer, Eyal1-1/+0
2016-07-19wlcore: spi: add wl18xx supportEyal Reizer1-18/+105
2016-07-18wlcore: Add support for get_expected_throughput opcodeMaxim Altshul1-0/+11
2016-07-18wlcore/wl18xx: Add functionality to accept TX rate per linkMaxim Altshul6-5/+48
2016-07-18wlcore/wl18xx: mesh: added initial mesh support for wl8Maital Hahn7-14/+52
2016-07-15Merge tag 'wireless-drivers-next-for-davem-2016-07-13' of git://git.kernel.or...David S. Miller5-16/+42
2016-07-08wlcore: time sync : add support for 64 bit clockMachani, Yaniv2-15/+30
2016-07-06mac80211: Add support for beacon report radio measurementAvraham Stern4-5/+23
2016-06-29wlcore: reconfigure sta rates on authorizationGuy Mishol2-0/+12
2016-06-29wlcore: sdio: Fix crash on wlcore_probe_of when failing to parse/map irqBruno Herrera1-1/+0
2016-05-28remove lots of IS_ERR_VALUE abusesArnd Bergmann1-2/+2
2016-05-11wlcore/wl12xx: Fix fw logger over sdioGuy Mishol3-6/+18
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg20-93/+93
2016-04-07wl1251: use to_delayed_work()Geliang Tang1-1/+1
2016-04-07wlcore: use to_delayed_work()Geliang Tang3-7/+7
2016-04-06wl12xx: remove redundant null check on wl->scan.ssidColin Ian King1-1/+1
2016-03-10wlcore/wl18xx: add radar_debug_mode handlingEliad Peller4-1/+74
2016-03-10wlcore: don't WARN_ON in case of existing ROCEliad Peller1-4/+4
2016-03-02Merge tag 'mac80211-next-for-davem-2016-02-26' of git://git.kernel.org/pub/sc...David S. Miller1-3/+5
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-6/+6
2016-02-12wlcore: Fix regression in wlcore_set_partition()Emil Goode2-6/+6
2016-01-29wlcore: fix error handling in wlcore_event_fw_loggerAndrzej Hajda1-1/+1
2016-01-29wlcore/wl12xx: spi: add device tree supportUri Mashiach2-5/+44
2016-01-29wlcore/wl12xx: spi: add power operation functionUri Mashiach1-0/+39
2016-01-14mac80211: pass block ack session timeout to to driverSara Sharon1-3/+5
2016-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds23-500/+667
2015-12-31wlcore/wl12xx: spi: fix NULL pointer dereference (Oops)Uri Mashiach1-3/+7
2015-12-31wlcore/wl18xx: fw logger over sdioShahar Patury13-128/+177