summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/wil6210
Commit message (Expand)AuthorAgeFilesLines
* wil6210: include moduleparam.hJohannes Berg2017-02-081-0/+1
* Merge tag 'wireless-drivers-next-for-davem-2017-02-01' of git://git.kernel.or...David S. Miller2017-02-0118-379/+623
|\
| * wil6210: convert symbolic permissions to octal permissionsMaya Erez2017-01-276-79/+79
| * wil6210: option to override A-BFT length in start AP/PCPLior David2017-01-273-0/+3
| * wil6210: report association ID (AID) per station in debugfsLior David2017-01-273-3/+7
| * wil6210: align to latest auto generated wmi.hLior David2017-01-271-2/+43
| * wil6210: fix for broadcast workaround in PBSSLior David2017-01-272-16/+20
| * wil6210: protect against false interrupt during reset sequenceHamad Kadmany2017-01-271-0/+3
| * wil6210: missing reinit_completion in wmi_callLior David2017-01-271-0/+1
| * wil6210: support new WMI-only FW capabilityDedy Lansky2017-01-273-5/+11
| * wil6210: remove __func__ from debug printoutsLazar Alexei2017-01-2714-234/+211Star
| * wil6210: support loading dedicated image for sparrow-plus devicesLazar Alexei2017-01-276-21/+72
| * wil6210: add disable_ap_sme module parameterDedy Lansky2017-01-275-24/+178
| * wil6210: constify cfg80211_ops structuresBhumika Goyal2017-01-121-1/+1
* | drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
|/
* Makefile: drop -D__CHECK_ENDIAN__ from cflagsMichael S. Tsirkin2016-12-151-2/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-12-141-1/+1
|\
| * treewide: Fix printk() message errorsMasanari Iida2016-12-141-1/+1
* | wil6210: align to latest auto generated wmi.hLior David2016-12-011-128/+264
* | wil6210: add debugfs blobs for UCODE code and dataLior David2016-12-013-15/+33
* | wil6210: validate wil_pmc_alloc parametersMaya Erez2016-12-011-6/+49
* | wil6210: delay remain on channel when scan is activeLior David2016-12-015-61/+149
* | wil6210: support NL80211_ATTR_WIPHY_RETRY_SHORTLior David2016-11-234-0/+97
* | wil6210: align to latest auto generated wmi.hLior David2016-11-231-2/+206
* | wil6210: add support for abort scanMaya Erez2016-11-235-34/+87
* | wil6210: fix deadlock when using fw_no_recovery optionLior David2016-11-231-7/+8
* | wil6210: add support for power save enable / disableMaya Erez2016-11-233-1/+67
* | wil6210: fix net queue stop/wakeDedy Lansky2016-11-235-16/+117
* | net: use core MTU range checking in wireless driversJarod Wilson2016-10-201-16/+1Star
|/
* wil6210: extract firmware version from file headerLior David2016-08-317-6/+46
* wil6210: extract firmware capabilities from FW fileLior David2016-08-316-27/+106
* wil6210: align to latest auto generated wmi.hLior David2016-08-311-0/+292
* wil6210: fix protection of wil->scan_requestLior David2016-08-314-3/+10
* wil6210: fix wiphy registration sequenceLior David2016-08-193-16/+26
* wil6210: prevent usage of incorrect TX hwtailMaya Erez2016-08-191-2/+7
* wil6210: Fix driver down flowLazar Alexei2016-08-191-14/+2Star
* wil6210: fix stop p2p device handlingMaya Erez2016-08-195-18/+61
* wil6210: change HALP logging category to IRQLior David2016-08-192-15/+15
* wil6210: support rx key setting for all TIDsMaya Erez2016-08-191-35/+81
* wil6210: fix HALP handling in case of HALP vote time-outMaya Erez2016-08-193-4/+15
* wil6210: align to latest auto generated wmi.hMaya Erez2016-08-191-79/+561
* nl80211: support beacon report scanningAvraham Stern2016-07-064-7/+25
* wil6210: abort P2P search when stopping P2P deviceLior David2016-06-142-0/+17
* wil6210: fix chan check in wil_p2p_listenMaya Erez2016-06-141-2/+4
* wil6210: align wil log functions to wil_dbg_ratelimited implementationMaya Erez2016-05-281-26/+20Star
* wil6210: add pm_notify handlingMaya Erez2016-05-284-4/+98
* wil6210: fix dma mapping error cleanup in __wil_tx_vring_tsoMaya Erez2016-05-281-1/+1
* wil6210: protect wil_vring_fini_tx in parallel to tx completionsMaya Erez2016-05-281-0/+14
* wil6210: guarantee safe access to rx descriptors shared memoryMaya Erez2016-05-281-0/+6
* wil6210: fix race conditions between TX send and completionMaya Erez2016-05-281-0/+20