summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/wil6210
AgeCommit message (Expand)AuthorFilesLines
2017-02-08wil6210: include moduleparam.hJohannes Berg1-0/+1
2017-02-01Merge tag 'wireless-drivers-next-for-davem-2017-02-01' of git://git.kernel.or...David S. Miller18-379/+623
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2017-01-27wil6210: convert symbolic permissions to octal permissionsMaya Erez6-79/+79
2017-01-27wil6210: option to override A-BFT length in start AP/PCPLior David3-0/+3
2017-01-27wil6210: report association ID (AID) per station in debugfsLior David3-3/+7
2017-01-27wil6210: align to latest auto generated wmi.hLior David1-2/+43
2017-01-27wil6210: fix for broadcast workaround in PBSSLior David2-16/+20
2017-01-27wil6210: protect against false interrupt during reset sequenceHamad Kadmany1-0/+3
2017-01-27wil6210: missing reinit_completion in wmi_callLior David1-0/+1
2017-01-27wil6210: support new WMI-only FW capabilityDedy Lansky3-5/+11
2017-01-27wil6210: remove __func__ from debug printoutsLazar Alexei14-234/+211
2017-01-27wil6210: support loading dedicated image for sparrow-plus devicesLazar Alexei6-21/+72
2017-01-27wil6210: add disable_ap_sme module parameterDedy Lansky5-24/+178
2017-01-12wil6210: constify cfg80211_ops structuresBhumika Goyal1-1/+1
2016-12-16Makefile: drop -D__CHECK_ENDIAN__ from cflagsMichael S. Tsirkin1-2/+0
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2016-12-14treewide: Fix printk() message errorsMasanari Iida1-1/+1
2016-12-01wil6210: align to latest auto generated wmi.hLior David1-128/+264
2016-12-01wil6210: add debugfs blobs for UCODE code and dataLior David3-15/+33
2016-12-01wil6210: validate wil_pmc_alloc parametersMaya Erez1-6/+49
2016-12-01wil6210: delay remain on channel when scan is activeLior David5-61/+149
2016-11-23wil6210: support NL80211_ATTR_WIPHY_RETRY_SHORTLior David4-0/+97
2016-11-23wil6210: align to latest auto generated wmi.hLior David1-2/+206
2016-11-23wil6210: add support for abort scanMaya Erez5-34/+87
2016-11-23wil6210: fix deadlock when using fw_no_recovery optionLior David1-7/+8
2016-11-23wil6210: add support for power save enable / disableMaya Erez3-1/+67
2016-11-23wil6210: fix net queue stop/wakeDedy Lansky5-16/+117
2016-10-20net: use core MTU range checking in wireless driversJarod Wilson1-16/+1
2016-08-31wil6210: extract firmware version from file headerLior David7-6/+46
2016-08-31wil6210: extract firmware capabilities from FW fileLior David6-27/+106
2016-08-31wil6210: align to latest auto generated wmi.hLior David1-0/+292
2016-08-31wil6210: fix protection of wil->scan_requestLior David4-3/+10
2016-08-19wil6210: fix wiphy registration sequenceLior David3-16/+26
2016-08-19wil6210: prevent usage of incorrect TX hwtailMaya Erez1-2/+7
2016-08-19wil6210: Fix driver down flowLazar Alexei1-14/+2
2016-08-19wil6210: fix stop p2p device handlingMaya Erez5-18/+61
2016-08-19wil6210: change HALP logging category to IRQLior David2-15/+15
2016-08-19wil6210: support rx key setting for all TIDsMaya Erez1-35/+81
2016-08-19wil6210: fix HALP handling in case of HALP vote time-outMaya Erez3-4/+15
2016-08-19wil6210: align to latest auto generated wmi.hMaya Erez1-79/+561
2016-07-06nl80211: support beacon report scanningAvraham Stern4-7/+25
2016-06-14wil6210: abort P2P search when stopping P2P deviceLior David2-0/+17
2016-06-14wil6210: fix chan check in wil_p2p_listenMaya Erez1-2/+4
2016-05-28wil6210: align wil log functions to wil_dbg_ratelimited implementationMaya Erez1-26/+20
2016-05-28wil6210: add pm_notify handlingMaya Erez4-4/+98
2016-05-28wil6210: fix dma mapping error cleanup in __wil_tx_vring_tsoMaya Erez1-1/+1
2016-05-28wil6210: protect wil_vring_fini_tx in parallel to tx completionsMaya Erez1-0/+14
2016-05-28wil6210: guarantee safe access to rx descriptors shared memoryMaya Erez1-0/+6
2016-05-28wil6210: fix race conditions between TX send and completionMaya Erez1-0/+20