summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/wil6210/cfg80211.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-05wil6210: check null pointer in _wil_cfg80211_merge_extra_iesAlexei Avshalom Lazar1-3/+11
2018-07-31wil6210: off channel transmit management frames in AP modeAhmad Masri1-7/+40
2018-07-31wil6210: allow scan on AP interfaceAhmad Masri1-1/+2
2018-07-25Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo1-6/+6
2018-07-02wil6210: add support for enhanced DMA structuresGidon Studinski1-6/+6
2018-06-27wireless-drivers: use BIT_ULL for NL80211_STA_INFO_ attribute typesOmer Efrat1-9/+9
2018-05-12wil6210: Initialize reply struct of the WMI commandsAlexei Avshalom Lazar1-8/+14
2018-05-12wil6210: move WMI functionality out of wil_cfg80211_mgmt_txDedy Lansky1-35/+4
2018-02-27wil6210: multiple VIFs support for connections and data pathLior David1-17/+15
2018-02-27wil6210: rename p2p_wdev_mutex to vif_mutexLior David1-11/+11
2018-02-27wil6210: multiple VIFs support for start/stop APLior David1-17/+32
2018-02-27wil6210: add support for adding and removing virtual interfacesLior David1-25/+184
2018-02-27wil6210: infrastructure for multiple virtual interfacesLior David1-142/+199
2018-02-27wil6210: support concurrency record in FW fileLior David1-0/+69
2018-02-27wil6210: add wil6210_vif structure for per-VIF dataLior David1-26/+31
2018-02-19cfg80211: send ack_signal to user in probe client responseVenkateswara Naralasetty1-1/+2
2018-01-09wil6210: remove reference to preset_chandefLior David1-2/+1
2018-01-09wil6210: support Scheduled scanDedy Lansky1-0/+65
2017-12-02wil6210: missing length check in wil_cfg80211_mgmt_txLior David1-3/+7
2017-12-02wil6210: abort properly in cfg suspendHamad Kadmany1-2/+5
2017-08-31wil6210: ensure P2P device is stopped before removing interfaceLior David1-28/+29
2017-08-31wil6210: increase connect timeoutLior David1-1/+1
2017-08-08wil6210: notify wiphy on wowlan supportMaya Erez1-0/+10
2017-08-08wil6210: support FW RSSI reportingDedy Lansky1-4/+8
2017-08-08wil6210: protect against invalid length of tx management frameHamad Kadmany1-0/+3
2017-06-21wil6210: add support for PCIe D3hot in system suspendMaya Erez1-0/+38
2017-05-23wil6210: Improve AP stop handlingHamad Kadmany1-0/+2
2017-05-23wil6210: low level RF sector APILior David1-0/+573
2017-04-24Merge tag 'wireless-drivers-next-for-davem-2017-04-21' of git://git.kernel.or...David S. Miller1-11/+1
2017-04-20Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/sc...David S. Miller1-9/+5
2017-04-13wil6210: restore power save state after internal FW resetLazar Alexei1-11/+1
2017-04-13cfg80211: move add/change interface monitor flags into paramsJohannes Berg1-7/+4
2017-03-09wil6210: correctly report locally generated disconnect in STA modeDedy Lansky1-0/+1
2017-03-09wil6210: store bss object and use cfg80211_connect_bss()Dedy Lansky1-0/+1
2017-03-09wil6210: use print_hex_dump_debug instead of print_hex_dump_bytesDedy Lansky1-20/+21
2017-03-09wil6210: bus_request platform operation refinementLior David1-0/+4
2017-03-09wil6210: do not start regular scan on stopped p2p deviceLior David1-10/+11
2017-03-06cfg80211: refactor cfg80211_calculate_bitrate()Johannes Berg1-2/+1
2017-02-08wil6210: include moduleparam.hJohannes Berg1-0/+1
2017-01-27wil6210: convert symbolic permissions to octal permissionsMaya Erez1-1/+1
2017-01-27wil6210: fix for broadcast workaround in PBSSLior David1-0/+1
2017-01-27wil6210: remove __func__ from debug printoutsLazar Alexei1-41/+38
2017-01-27wil6210: add disable_ap_sme module parameterDedy Lansky1-5/+87
2017-01-12wil6210: constify cfg80211_ops structuresBhumika Goyal1-1/+1
2016-12-01wil6210: delay remain on channel when scan is activeLior David1-24/+21
2016-11-23wil6210: support NL80211_ATTR_WIPHY_RETRY_SHORTLior David1-0/+21
2016-11-23wil6210: add support for abort scanMaya Erez1-0/+31
2016-11-23wil6210: add support for power save enable / disableMaya Erez1-1/+31
2016-08-31wil6210: fix protection of wil->scan_requestLior David1-0/+3
2016-08-19wil6210: fix wiphy registration sequenceLior David1-7/+0