summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/wil6210/cfg80211.c
AgeCommit message (Expand)AuthorFilesLines
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
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
2016-02-24cfg80211: basic support for PBSS network typeLior David1-0/+10
2016-02-02wil6210: wait for disconnect completionVladimir Kondratiev1-1/+12
2016-01-26wil6210: use extra IEs from probe responseLior David1-39/+102
2016-01-26wil6210: fix privacy flag calculation in change_beaconLior David1-4/+4
2015-08-06wil6210: unify wmi_set_ie() error handlingVladimir Kondratiev1-21/+8
2015-08-06wil6210: sort IEs handlingVladimir Kondratiev1-49/+29
2015-06-30wil6210: restart AP upon change in privacy settingsVladimir Kondratiev1-84/+133
2015-06-09wil6210: Support hidden SSIDHamad Kadmany1-3/+43
2015-05-04wil6210: support WSC for STA modeVladimir Kondratiev1-12/+14
2015-05-04wil6210: broadcast for secure linkVladimir Kondratiev1-14/+50
2015-05-04wil6210: fix for probe_resp IE'sVladimir Kondratiev1-10/+21
2015-04-28wil6210: stop_ap to leave interface closedVladimir Kondratiev1-4/+0