aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/wil6210/cfg80211.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-11/+1
2017-04-20Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid 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
2016-08-19wil6210: fix stop p2p device handlingMaya Erez1-16/+9
2016-08-19wil6210: support rx key setting for all TIDsMaya Erez1-35/+81
2016-07-06nl80211: support beacon report scanningAvraham Stern1-1/+5
2016-06-14wil6210: abort P2P search when stopping P2P deviceLior David1-0/+16
2016-04-26wil6210: support regular scan on P2P_DEVICE interfaceLior David1-2/+3
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-2/+2
2016-03-07wil6210: pass is_go flag to firmwareLior David1-1/+8
2016-03-07wil6210: fix no_fw_recovery mode with change_virtual_intfLior David1-1/+1
2016-03-07wil6210: fix race conditions in p2p listen and searchLior David1-4/+5
2016-03-07wil6210: P2P_DEVICE virtual interface supportLior David1-14/+122
2016-03-07wil6210: p2p initial supportDedy Lansky1-12/+55
2016-03-07wil6210: basic PBSS/PCP supportLior David1-13/+14
2016-03-07wil6210: switch to generated wmi.hLior David1-2/+2
2016-03-07wil6210: add support for discovery mode during scanLior David1-0/+6
2016-03-07wil6210: replay attack detectionVladimir Kondratiev1-11/+89
2016-03-06Merge 'net-next/master'Kalle Valo1-0/+10