summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti/wlcore/cmd.c
AgeCommit message (Expand)AuthorLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner-15/+1
2019-04-25wlcore: simplify/fix/optimize reg_ch_conf_pending operationsPaolo Bonzini-9/+6
2019-02-01wlcore: clean up an indentation issueColin Ian King-1/+1
2018-07-04wlcore: Fix memory leak in wlcore_cmd_wait_for_event_or_timeoutGustavo A. R. Silva-2/+2
2018-06-27wlcore: Enable runtime PM autosuspend supportTony Lindgren-1/+2
2018-06-27wlcore: Add support for runtime PMTony Lindgren-4/+7
2018-06-27wlcore: Add missing PM call for wlcore_cmd_wait_for_event_or_timeout()Tony Lindgren-0/+6
2017-11-27mac80211: use QoS NDP for AP probingJohannes Berg-2/+3
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg-2/+2
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg-2/+1
2016-07-18wlcore/wl18xx: mesh: added initial mesh support for wl8Maital Hahn-5/+8
2016-06-29wlcore: reconfigure sta rates on authorizationGuy Mishol-0/+7
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg-18/+18
2015-08-10wlcore: add p2p device supportEliad Peller-10/+16
2015-08-10wlcore: add generic_cfg_feature command definitionsEliad Peller-0/+30
2015-03-03wireless: Use eth_<foo>_addr instead of memsetJoe Perches-2/+2
2015-01-09wlcore: add dfs region to reg domain update cmdGuy Mishol-0/+1
2015-01-09wlcore: allow using dfs channelsEliad Peller-7/+9
2015-01-09wl18xx: add radar detection implementationEliad Peller-1/+2
2014-11-19mac80211: allow drivers to support NL80211_SCAN_FLAG_RANDOM_ADDRJohannes Berg-1/+1
2014-11-11wlcore: make wlcore_cmd_send_failsafe() staticLuciano Coelho-3/+4
2014-11-11wlcore: check minimum buffer size in some cmd_send functionsLuciano Coelho-0/+6
2014-07-15wlcore: user smaller sqn padding for GEMEliad Peller-2/+5
2014-07-15wlcore: save seq num only between recoveriesEliad Peller-3/+2
2014-06-25mac80211: split sched scan IEsDavid Spinadel-4/+7
2014-02-13wlcore: decrease warning verbosity during recoveryArik Nemtsov-2/+2
2014-02-13wl18xx: move to new firmware (wl18xx-fw-3.bin)Eliad Peller-1/+4
2014-02-13wlcore/wl12xx/wl18xx: configure num_links per-hwEliad Peller-2/+2
2014-02-13wlcore/wl12xx/wl18xx: simplify fw_status handlingEliad Peller-3/+8
2013-11-25cfg80211: consolidate passive-scan and no-ibss flagsLuis R. Rodriguez-1/+1
2013-10-23wlcore: Allow stopping fw log in recoveryBarak Bercovitz-1/+2
2013-10-23wlcore: fix interrogate command lengthIgal Chernobelsky-4/+5
2013-09-30wlcore: clarify and fix regulatory domain bit translationEliad Peller-21/+31
2013-09-30wlcore: cleanup scan debug printsVictor Goldenshtein-3/+3
2013-03-25wlcore: AP-mode - recover security seq num for stationsArik Nemtsov-1/+7
2013-03-25wlcore: consolidate tx_seq handling on recoveryArik Nemtsov-0/+26
2013-02-08wlcore: fix wrong remote rates when starting STA roleLuciano Coelho-3/+5
2013-01-18Merge branch 'wl12xx-next' into for-linvilleLuciano Coelho-138/+281
2012-12-11wlcore: use link count for single-STA-PSM optimizationArik Nemtsov-0/+4
2012-12-11wlcore: add ACX_PEER_CAP commandEliad Peller-4/+3
2012-12-05wlcore: track wlvif inside per-link structureArik Nemtsov-0/+2
2012-12-05wlcore: initialize per-link FW freed blocks correctlyArik Nemtsov-0/+4
2012-12-05wlcore: consolidate free_link and always call itArik Nemtsov-0/+5
2012-12-04wlcore: allow fw commands to failEliad Peller-18/+67
2012-12-04wlcore: mask out CCK rates when starting GOEliad Peller-0/+2
2012-11-30mac80211: remove probe response temporary buffer allocationJohannes Berg-1/+3
2012-11-28wlcore: use new set bandwidth command to adjusting channel BWArik Nemtsov-0/+1
2012-11-28wlcore: add new reg-domain configuration commandVictor Goldenshtein-0/+125
2012-11-27wlcore: save session_id per-linkEliad Peller-13/+17