aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti/wlcore/cmd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-2/+2
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg1-2/+1
2016-07-18wlcore/wl18xx: mesh: added initial mesh support for wl8Maital Hahn1-5/+8
2016-06-29wlcore: reconfigure sta rates on authorizationGuy Mishol1-0/+7
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-18/+18
2015-08-10wlcore: add p2p device supportEliad Peller1-10/+16
2015-08-10wlcore: add generic_cfg_feature command definitionsEliad Peller1-0/+30
2015-03-03wireless: Use eth_<foo>_addr instead of memsetJoe Perches1-2/+2
2015-01-09wlcore: add dfs region to reg domain update cmdGuy Mishol1-0/+1
2015-01-09wlcore: allow using dfs channelsEliad Peller1-7/+9
2015-01-09wl18xx: add radar detection implementationEliad Peller1-1/+2
2014-11-19mac80211: allow drivers to support NL80211_SCAN_FLAG_RANDOM_ADDRJohannes Berg1-1/+1
2014-11-11wlcore: make wlcore_cmd_send_failsafe() staticLuciano Coelho1-3/+4
2014-11-11wlcore: check minimum buffer size in some cmd_send functionsLuciano Coelho1-0/+6
2014-07-15wlcore: user smaller sqn padding for GEMEliad Peller1-2/+5
2014-07-15wlcore: save seq num only between recoveriesEliad Peller1-3/+2
2014-06-25mac80211: split sched scan IEsDavid Spinadel1-4/+7
2014-02-13wlcore: decrease warning verbosity during recoveryArik Nemtsov1-2/+2
2014-02-13wl18xx: move to new firmware (wl18xx-fw-3.bin)Eliad Peller1-1/+4
2014-02-13wlcore/wl12xx/wl18xx: configure num_links per-hwEliad Peller1-2/+2
2014-02-13wlcore/wl12xx/wl18xx: simplify fw_status handlingEliad Peller1-3/+8
2013-11-25cfg80211: consolidate passive-scan and no-ibss flagsLuis R. Rodriguez1-1/+1
2013-10-23wlcore: Allow stopping fw log in recoveryBarak Bercovitz1-1/+2
2013-10-23wlcore: fix interrogate command lengthIgal Chernobelsky1-4/+5
2013-09-30wlcore: clarify and fix regulatory domain bit translationEliad Peller1-21/+31
2013-09-30wlcore: cleanup scan debug printsVictor Goldenshtein1-3/+3
2013-03-25wlcore: AP-mode - recover security seq num for stationsArik Nemtsov1-1/+7
2013-03-25wlcore: consolidate tx_seq handling on recoveryArik Nemtsov1-0/+26
2013-02-08wlcore: fix wrong remote rates when starting STA roleLuciano Coelho1-3/+5
2013-01-18Merge branch 'wl12xx-next' into for-linvilleLuciano Coelho1-138/+281
2012-12-11wlcore: use link count for single-STA-PSM optimizationArik Nemtsov1-0/+4
2012-12-11wlcore: add ACX_PEER_CAP commandEliad Peller1-4/+3
2012-12-05wlcore: track wlvif inside per-link structureArik Nemtsov1-0/+2
2012-12-05wlcore: initialize per-link FW freed blocks correctlyArik Nemtsov1-0/+4
2012-12-05wlcore: consolidate free_link and always call itArik Nemtsov1-0/+5
2012-12-04wlcore: allow fw commands to failEliad Peller1-18/+67
2012-12-04wlcore: mask out CCK rates when starting GOEliad Peller1-0/+2
2012-11-30mac80211: remove probe response temporary buffer allocationJohannes Berg1-1/+3
2012-11-28wlcore: use new set bandwidth command to adjusting channel BWArik Nemtsov1-0/+1
2012-11-28wlcore: add new reg-domain configuration commandVictor Goldenshtein1-0/+125
2012-11-27wlcore: save session_id per-linkEliad Peller1-13/+17
2012-11-27wlcore: pass wmm configuration to the fwEliad Peller1-1/+7
2012-11-27wlcore: update events enum/struct to new fw apiEliad Peller1-37/+7
2012-11-27wlcore: update channel_switch/stop_channel_switch commandsEliad Peller1-37/+3
2012-11-27wlcore: split 18xx and 12xx scan mechanismEliad Peller1-5/+7
2012-11-27wlcore: configure the remote rates with our own ratesEliad Peller1-1/+6
2012-11-27wlcore: specify correct supported_ratesEliad Peller1-2/+10
2012-11-27wlcore: implement .remain_on_channel() callbackEliad Peller1-25/+16
2012-09-27wlcore: use dynamic keep-alive template idsEliad Peller1-1/+1