summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ti/wlcore/main.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-05Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2021-06-15wlcore: remove leading spaces before tabsHui Tang1-2/+2
2021-05-13firmware: replace HOTPLUG with UEVENT in FW_ACTION definesShawn Guo1-1/+1
2021-01-25wlcore: Fix command execute failure 19 for wl12xxTony Lindgren1-14/+1
2021-01-14wlcore: Downgrade exceeded max RX BA sessions to debugTony Lindgren1-1/+1
2020-11-07wlcore: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-09-25Merge tag 'wireless-drivers-next-2020-09-25' of git://git.kernel.org/pub/scm/...David S. Miller1-1/+0
2020-09-16wlcore: Remove unused macro WL1271_SUSPEND_SLEEPYueHaibing1-1/+0
2020-09-07Revert "wlcore: Adding suppoprt for IGTK key in wlcore driver"Mauro Carvalho Chehab1-4/+0
2020-07-15wlcore: Remove pointless spinlockTony Lindgren1-2/+0
2020-07-15wlcore: Use spin_trylock in wlcore_irq() to see if we need to queue txTony Lindgren1-6/+11
2020-07-15wlcore: Use spin_trylock in wlcore_irq_locked() for running the queueTony Lindgren1-9/+13
2020-07-15wlcore: Simplify runtime resume ELP pathTony Lindgren1-28/+15
2020-05-29wlcore: fix runtime pm imbalance in wlcore_irq_lockedDinghao Liu1-8/+9
2020-05-29wlcore: fix runtime pm imbalance in __wl1271_op_remove_interfaceDinghao Liu1-2/+6
2020-05-29wlcore: fix runtime pm imbalance in wl1271_op_suspendDinghao Liu1-3/+1
2020-05-29wlcore: fix runtime pm imbalance in wlcore_regdomain_configDinghao Liu1-1/+3
2020-04-23wlcore: Adding suppoprt for IGTK key in wlcore driverRaz Bouganim1-0/+4
2020-03-12wlcore: remove stray plus signJohannes Berg1-1/+1
2020-01-26wlcore: mesh: Add support for RX Broadcast KeyMaital Hahn1-8/+15
2019-10-11wlcore: clean-up clearing of WL1271_FLAG_IRQ_RUNNINGTony Lindgren1-6/+6
2019-10-02net/wireless: Use kmemdup rather than duplicating its implementationFuqian Huang1-2/+1
2019-07-26mac80211: pass the vif to cancel_remain_on_channelEmmanuel Grumbach1-1/+2
2019-06-22timekeeping: Use proper clock specifier names in functionsJason A. Donenfeld1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner1-15/+1
2019-01-10wlcore: Fix memory leak in case wl12xx_fetch_firmware failureZumeng Chen1-2/+5
2018-10-05wlcore: Add support for optional wakeirqTony Lindgren1-4/+26
2018-10-05wlcore: Fix BUG with clear completion on timeoutTony Lindgren1-4/+14
2018-07-31wlcore: remove duplicate \n for some warningsH. Nikolaus Schaller1-5/+5
2018-06-27wireless-drivers: use BIT_ULL for NL80211_STA_INFO_ attribute typesOmer Efrat1-1/+1
2018-06-27wlcore: Enable runtime PM autosuspend supportTony Lindgren1-36/+75
2018-06-27wlcore: Make sure firmware is initialized in wl1271_op_add_interface()Tony Lindgren1-13/+18
2018-06-27wlcore: Use generic runtime pm calls for wowlan elp configurationEyal Reizer1-38/+13
2018-06-27wlcore: Fix timout errors after recoveryTony Lindgren1-2/+1
2018-06-27wlcore: Add support for runtime PMTony Lindgren1-115/+295
2018-06-27wlcore: Make sure PM calls are pairedTony Lindgren1-2/+8
2018-03-27wireless: Use octal not symbolic permissionsJoe Perches1-4/+4
2017-12-14wlcore: fix unused function warningArnd Bergmann1-5/+3
2017-12-07wlcore: allow elp during wowlan suspendReizer, Eyal1-1/+28
2017-12-07wlcore: use boottime for fw time syncArnd Bergmann1-3/+1
2017-11-22treewide: setup_timer() -> timer_setup()Kees Cook1-4/+3
2017-08-24wlcore: add missing nvs file name info for wilink8Reizer, Eyal1-0/+23
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg1-3/+2
2017-04-27nl80211: allow multiple active scheduled scan requestsArend Van Spriel1-1/+1
2017-02-15wlcore: disable multicast filter in AP modeIain Hunter1-0/+15
2016-11-28Merge tag 'wireless-drivers-next-for-davem-2016-11-25' of git://git.kernel.or...David S. Miller1-2/+6
2016-11-17wlcore: Allow scans when in AP modeJames Minor1-0/+2
2016-11-17wlcore: Pass win_size taken from ieee80211_sta to FWMaxim Altshul1-2/+4
2016-10-19mac80211: add a HW flag for supporting HW TX fragmentationSara Sharon1-0/+1
2016-09-26wlcore: Fix config firmware loading issuesTony Lindgren1-12/+24