summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/wil6210
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'wireless-drivers-next-for-davem-2017-04-21' of git://git.kernel.or...David S. Miller2017-04-2411-75/+178
|\
| * wil6210: prevent access to 11AD device if resume failsMaya Erez2017-04-132-2/+15
| * wil6210: fix array out of bounds access in pmcDedy Lansky2017-04-131-2/+2
| * wil6210: remove HALP voting in debugfs ioblobMaya Erez2017-04-133-26/+2Star
| * wil6210: fix memory access violation in wil_memcpy_from/toio_32Dedy Lansky2017-04-131-3/+17
| * wil6210: fix check for sparrow D0 FW fileHamad Kadmany2017-04-131-1/+3
| * wil6210: protect against sporadic interrupt during suspend flowMaya Erez2017-04-131-1/+12
| * wil6210: fix protection against connections during resetHamad Kadmany2017-04-131-2/+9
| * wil6210: align to latest auto generated wmi.hDedy Lansky2017-04-131-21/+52
| * wil6210: support 8KB RX buffersLior David2017-04-134-5/+36
| * wil6210: restore power save state after internal FW resetLazar Alexei2017-04-133-11/+29
| * wil6210: fix sequence for scan-abort during resetHamad Kadmany2017-04-131-4/+4
* | Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/sc...David S. Miller2017-04-201-9/+5Star
|\ \ | |/ |/|
| * cfg80211: move add/change interface monitor flags into paramsJohannes Berg2017-04-131-7/+4Star
| * cfg80211: refactor cfg80211_calculate_bitrate()Johannes Berg2017-03-061-2/+1Star
* | wil6210: add oob_mode for AP certificationLior David2017-03-092-6/+19
* | wil6210: correctly report locally generated disconnect in STA modeDedy Lansky2017-03-094-1/+7
* | wil6210: use WMI_DISCONNECT_CMDID upon connect timeoutDedy Lansky2017-03-091-3/+27
* | 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-094-5/+12
* | wil6210: missing reinit_completion in HALP votingMaya Erez2017-03-091-0/+1
* | wil6210: use print_hex_dump_debug instead of print_hex_dump_bytesDedy Lansky2017-03-092-20/+33
* | wil6210: bus_request platform operation refinementLior David2017-03-094-7/+17
* | wil6210: do not start regular scan on stopped p2p deviceLior David2017-03-091-10/+11
* | wil6210: set dma mask to reflect device capabilityHamad Kadmany2017-03-094-2/+51
|/
* 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