aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti/wlcore/tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-23wl12xx: use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()Minghao Chi1-4/+2
2020-05-29wlcore: fix runtime pm imbalance in wl1271_tx_workDinghao Liu1-0/+1
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
2018-06-27wlcore: Enable runtime PM autosuspend supportTony Lindgren1-1/+2
2018-06-27wlcore: Add support for runtime PMTony Lindgren1-3/+6
2017-12-07wlcore: use boottime for fw time syncArnd Bergmann1-3/+1
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-2/+1
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-1/+1
2014-07-15wlcore/wl18xx/wl12xx: convert bitmaps to unsigned longsEliad Peller1-1/+1
2014-02-13wlcore: consider multiple APs when checking active_link_countEliad Peller1-5/+5
2014-02-13wlcore: send EAPOL frames with voice priorityIgal Chernobelsky1-0/+4
2014-02-13wl18xx: move to new firmware (wl18xx-fw-3.bin)Eliad Peller1-1/+1
2014-02-13wlcore/wl12xx/wl18xx: configure num_links per-hwEliad Peller1-10/+10
2014-02-13wlcore: cancel Tx watchdog on suspend and rearm on first Tx afterArik Nemtsov1-2/+7
2013-09-30wlcore: fix unsafe dereference of the wlvifVictor Goldenshtein1-1/+1
2013-09-30wlcore: ROC on AP channel before auth replyArik Nemtsov1-5/+20
2013-06-17wlcore: set default_wep_key when configuredYoni Divinsky1-1/+1
2013-03-25wlcore: consider dummy packets when tx queues are emptyArik Nemtsov1-1/+1
2013-03-25wlcore: free AP global links properly on recoveryArik Nemtsov1-1/+2
2013-03-25wlcore: change warn on missing lock in wlcore_queue_xx funcsArik Nemtsov1-2/+3
2013-03-25wlcore: consolidate tx_seq handling on recoveryArik Nemtsov1-19/+0
2013-03-25wlcore: fix link count in single-link-PSM optimizationArik Nemtsov1-3/+7
2012-12-11wlcore: consolidate Rx BA bitmap management to links structArik Nemtsov1-1/+0
2012-12-11wlcore: don't take mutex before stopping queuesArik Nemtsov1-2/+21
2012-12-11wlcore: use separate HW queue for each AC in each vifArik Nemtsov1-42/+54
2012-12-11wlcore: use link count for single-STA-PSM optimizationArik Nemtsov1-5/+5
2012-12-11wlcore/wl18xx: change priority calculations for linksArik Nemtsov1-15/+3
2012-12-11wlcore: remove support for injected TxArik Nemtsov1-4/+1
2012-12-05wlcore: improved Tx scheduling algorithmArik Nemtsov1-34/+90
2012-12-05wlcore: track FW-allocated packets per linkArik Nemtsov1-3/+1
2012-12-05wlcore: count packets held per AC in each vifArik Nemtsov1-2/+14
2012-12-05wlcore: consolidate free_link and always call itArik Nemtsov1-5/+6
2012-12-05wlcore: remove unnecessary WARN_ON in wl12xx_tx_resetVictor Goldenshtein1-1/+1
2012-12-04wlcore/wl12xx: make sure session id is always zero for APArik Nemtsov1-2/+7
2012-11-27wlcore: save session_id per-linkEliad Peller1-1/+1
2012-11-27wlcore: split 18xx and 12xx scan mechanismEliad Peller1-0/+1
2012-11-27wlcore: implement .remain_on_channel() callbackEliad Peller1-0/+8
2012-11-27wlcore: start sta role on CHANGED_BSSIDEliad Peller1-9/+1
2012-09-27wlcore/wl18xx/wl12xx: aggregation buffer size setIgal Chernobelsky1-1/+1
2012-09-27wlcore: tx_flush - optimize flow and force Tx during the flushArik Nemtsov1-8/+18
2012-09-27wlcore: make Tx flush timings more verboseArik Nemtsov1-4/+9
2012-09-27wlcore: AP mode - send non-data packets with basic ratesArik Nemtsov1-2/+6
2012-09-27wlcore: Prevent interaction with HW after recovery is queuedIdo Yariv1-1/+1
2012-07-31wlcore: op_tx: pass sta explicitly when inferring frame hlidArik Nemtsov1-9/+6
2012-07-31wlcore: don't get the hlid from a queued skbArik Nemtsov1-20/+26
2012-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-6/+8
2012-07-18wlcore: use basic rates for non-data packetsEliad Peller1-2/+2
2012-07-18wlcore: send EAPOLs using minimum basic rate for all rolesIgal Chernobelsky1-4/+6
2012-06-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-22/+64