summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/wil6210 (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* Merge tag 'wireless-drivers-next-for-davem-2019-05-03' of git://git.kernel.or...David S. Miller2019-05-0513-117/+330
|\
| * wil6210: print error in FW and board files load failuresMaya Erez2019-04-031-1/+5
| * wil6210: reset buff id in status message after completionMaya Erez2019-04-034-11/+48
| * wil6210: add support for ucode tracingAhmad Masri2019-04-032-0/+2
| * wil6210: prevent access to RGF_CAF_ICR in TalynMaya Erez2019-04-031-5/+0
| * wil6210: fix return code of wmi_mgmt_tx and wmi_mgmt_tx_extLior David2019-04-032-5/+11
| * wil6210: fix report of rx packet checksum in edma modeAhmad Masri2019-04-032-21/+41
| * wil6210: free edma_rx_swtail upon resetDedy Lansky2019-04-031-0/+3
| * wil6210: use OEM MAC address from OTPDedy Lansky2019-04-032-6/+16
| * wil6210: check mid is validAhmad Masri2019-04-038-23/+24
| * wil6210: update WIL_MCS_MAX to 15Maya Erez2019-04-031-1/+1
| * wil6210: do not set BIT_USER_SUPPORT_T_POWER_ON_0 in Talyn-MBMaya Erez2019-04-031-1/+2
| * wil6210: increase PCP stop command timeoutMaya Erez2019-04-031-1/+3
| * wil6210: prevent device memory access while in reset or suspendAhmad Masri2019-04-035-38/+80
| * wil6210: align to latest auto generated wmi.hAlexei Avshalom Lazar2019-04-032-4/+94
* | netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-11/+13
* | netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-2/+2
|/
* wil6210: check null pointer in _wil_cfg80211_merge_extra_iesAlexei Avshalom Lazar2019-02-281-3/+11
* wil6210: ignore HALP ICR if already handledMaya Erez2019-02-283-4/+12
* wil6210: fix invalid sta statistics updateDedy Lansky2019-02-281-3/+2
* wil6210: accessing 802.3 addresses via utility functionsAhmad Masri2019-02-282-21/+33
* wil6210: support up to 20 stations in AP modeAhmad Masri2019-02-2810-75/+226
* wil6210: add option to drop Tx packets when Tx ring is fullDedy Lansky2019-02-283-2/+13
* wil6210: remove rtap_include_phy_info module paramMaya Erez2019-02-283-81/+18
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-4/+4
* wil6210: remove set but not used variable 'wdev'YueHaibing2018-12-201-2/+0
* wil6210: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-201-198/+42
* wil6210: fix locking in wmi_callLior David2018-11-061-4/+5
* wil6210: fix freeing of rx buffers in EDMA modeAhmad Masri2018-11-061-30/+14
* wil6210: remove unnecessary alignment code from rx flowAhmad Masri2018-11-061-6/+4
* wil6210: fix RGF_CAF_ICR address for Talyn-MBMaya Erez2018-11-062-2/+10
* wil6210: fix L2 RX status handlingMaya Erez2018-11-061-11/+12
* wil6210: fix debugfs memory access alignmentAhmad Masri2018-11-061-5/+10
* wil6210: add general initialization/size checksAlexei Avshalom Lazar2018-11-062-1/+3
* wil6210: notify cqm packet loss on disable_ap_smeAhmad Masri2018-11-061-0/+17
* wil6210: refactor disconnect flowAhmad Masri2018-11-065-72/+147
* wil6210: fix memory leak in wil_find_tx_bcast_2Lior David2018-11-061-0/+2
* wil6210: add recovery for FW error while in AP modeDedy Lansky2018-11-063-8/+120
* wil6210: make sure Rx ring sizes are correlatedDedy Lansky2018-11-064-7/+12
* wil6210: increase RX rings and RX buff array sizeMaya Erez2018-11-064-5/+11
* wil6210: fix reset flow for Talyn-mbAlexei Avshalom Lazar2018-11-061-4/+7
* wil6210: remove fake support for RXHASHHamad Kadmany2018-11-062-10/+1
* wil6210: fix debugfs_simple_attr.cocci warningsYueHaibing2018-10-131-6/+8
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2018-10-043-4/+3
|\
| * wil6210: remove set but not used variable 'start'YueHaibing2018-10-011-2/+1
| * wil6210: fix unsigned cid comparison with >= 0Gustavo A. R. Silva2018-09-062-2/+2
* | Merge tag 'wireless-drivers-next-for-davem-2018-10-02' of git://git.kernel.or...David S. Miller2018-10-0210-102/+799
|\|
| * wil6210: fix invalid memory access for rx_buff_mgmt debugfsDedy Lansky2018-08-281-0/+3
| * wil6210: add FT roam support for AP and stationAhmad Masri2018-08-288-57/+735