summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/wil6210/wmi.c
Commit message (Expand)AuthorAgeFilesLines
* wil6210: missing length check in wmi_set_ieLior David2018-12-051-1/+7
* wil6210: store FW RF calibration resultDedy Lansky2017-08-081-0/+5
* wil6210: support FW RSSI reportingDedy Lansky2017-08-081-3/+6
* Merge tag 'wireless-drivers-next-for-davem-2017-06-25' of git://git.kernel.or...David S. Miller2017-06-251-2/+145
|\
| * wil6210: add support for PCIe D3hot in system suspendMaya Erez2017-06-211-0/+143
| * wil6210: support devices with different PCIe bar sizeMaya Erez2017-05-231-2/+2
* | networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-1/+1
* | networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
|/
* wil6210: fix protection against connections during resetHamad Kadmany2017-04-131-2/+9
* wil6210: support 8KB RX buffersLior David2017-04-131-1/+2
* wil6210: correctly report locally generated disconnect in STA modeDedy Lansky2017-03-091-0/+1
* wil6210: protect list of pending wmi events during flushHamad Kadmany2017-03-091-0/+5
* wil6210: store bss object and use cfg80211_connect_bss()Dedy Lansky2017-03-091-5/+9
* wil6210: bus_request platform operation refinementLior David2017-03-091-0/+1
* wil6210: convert symbolic permissions to octal permissionsMaya Erez2017-01-271-3/+3
* wil6210: option to override A-BFT length in start AP/PCPLior David2017-01-271-0/+1
* wil6210: report association ID (AID) per station in debugfsLior David2017-01-271-2/+3
* wil6210: missing reinit_completion in wmi_callLior David2017-01-271-0/+1
* wil6210: remove __func__ from debug printoutsLazar Alexei2017-01-271-27/+23
* wil6210: add disable_ap_sme module parameterDedy Lansky2017-01-271-11/+57
* wil6210: add debugfs blobs for UCODE code and dataLior David2016-12-011-14/+25
* wil6210: delay remain on channel when scan is activeLior David2016-12-011-0/+4
* wil6210: support NL80211_ATTR_WIPHY_RETRY_SHORTLior David2016-11-231-0/+59
* wil6210: add support for abort scanMaya Erez2016-11-231-3/+18
* wil6210: add support for power save enable / disableMaya Erez2016-11-231-0/+34
* wil6210: fix net queue stop/wakeDedy Lansky2016-11-231-2/+1
* wil6210: extract firmware version from file headerLior David2016-08-311-4/+4
* wil6210: fix protection of wil->scan_requestLior David2016-08-311-2/+2
* nl80211: support beacon report scanningAvraham Stern2016-07-061-3/+5
* wil6210: add support for device led configurationMaya Erez2016-05-111-0/+77
* wil6210: prevent deep sleep of 60G device in critical pathsMaya Erez2016-04-261-5/+15
* cfg80211: remove enum ieee80211_bandJohannes Berg2016-04-121-1/+1
* wil6210: pass is_go flag to firmwareLior David2016-03-071-1/+2
* wil6210: P2P_DEVICE virtual interface supportLior David2016-03-071-1/+6
* wil6210: p2p initial supportDedy Lansky2016-03-071-3/+77
* wil6210: switch to generated wmi.hLior David2016-03-071-18/+18
* wil6210: AP: prevent connecting to already connected stationMaya Erez2016-03-071-0/+8
* wil6210: protect synchronous wmi commands handlingMaya Erez2016-02-021-4/+13
* wil6210: handle multiple connect/disconnect eventsMaya Erez2016-01-261-44/+113
* wil6210: prevent external wmi commands during suspend flowMaya Erez2015-12-081-0/+4
* wil6210: fix device ready detectionVladimir Kondratiev2015-10-291-8/+2
* wil6210: ignore selected WMI eventsVladimir Kondratiev2015-10-291-0/+10
* wil6210: capture all frames in sniffer modeVladimir Kondratiev2015-10-091-1/+1
* wil6210: match wait_for_completion_timeout return typeNicholas Mc Guire2015-08-171-1/+1
* wil6210: use inline functions for register accessVladimir Kondratiev2015-08-061-13/+13
* wil6210: unify wmi_set_ie() error handlingVladimir Kondratiev2015-08-061-2/+17
* wil6210: treat "unhandled event" as warning instead of errorDedy Lansky2015-08-061-1/+1
* wil6210: improve mgmt frame handlingVladimir Kondratiev2015-08-061-10/+44
* wil6210: wait for del_station to completeVladimir Kondratiev2015-08-061-1/+28
* wil6210: Support hidden SSIDHamad Kadmany2015-06-091-1/+3