summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/wil6210
AgeCommit message (Expand)AuthorFilesLines
2019-05-05Merge tag 'wireless-drivers-next-for-davem-2019-05-03' of git://git.kernel.or...David S. Miller13-117/+330
2019-04-28netlink: make validation more configurable for future strictnessJohannes Berg1-11/+13
2019-04-28netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-2/+2
2019-04-03wil6210: print error in FW and board files load failuresMaya Erez1-1/+5
2019-04-03wil6210: reset buff id in status message after completionMaya Erez4-11/+48
2019-04-03wil6210: add support for ucode tracingAhmad Masri2-0/+2
2019-04-03wil6210: prevent access to RGF_CAF_ICR in TalynMaya Erez1-5/+0
2019-04-03wil6210: fix return code of wmi_mgmt_tx and wmi_mgmt_tx_extLior David2-5/+11
2019-04-03wil6210: fix report of rx packet checksum in edma modeAhmad Masri2-21/+41
2019-04-03wil6210: free edma_rx_swtail upon resetDedy Lansky1-0/+3
2019-04-03wil6210: use OEM MAC address from OTPDedy Lansky2-6/+16
2019-04-03wil6210: check mid is validAhmad Masri8-23/+24
2019-04-03wil6210: update WIL_MCS_MAX to 15Maya Erez1-1/+1
2019-04-03wil6210: do not set BIT_USER_SUPPORT_T_POWER_ON_0 in Talyn-MBMaya Erez1-1/+2
2019-04-03wil6210: increase PCP stop command timeoutMaya Erez1-1/+3
2019-04-03wil6210: prevent device memory access while in reset or suspendAhmad Masri5-38/+80
2019-04-03wil6210: align to latest auto generated wmi.hAlexei Avshalom Lazar2-4/+94
2019-02-28wil6210: check null pointer in _wil_cfg80211_merge_extra_iesAlexei Avshalom Lazar1-3/+11
2019-02-28wil6210: ignore HALP ICR if already handledMaya Erez3-4/+12
2019-02-28wil6210: fix invalid sta statistics updateDedy Lansky1-3/+2
2019-02-28wil6210: accessing 802.3 addresses via utility functionsAhmad Masri2-21/+33
2019-02-28wil6210: support up to 20 stations in AP modeAhmad Masri10-75/+226
2019-02-28wil6210: add option to drop Tx packets when Tx ring is fullDedy Lansky3-2/+13
2019-02-28wil6210: remove rtap_include_phy_info module paramMaya Erez3-81/+18
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-4/+4
2018-12-20wil6210: remove set but not used variable 'wdev'YueHaibing1-2/+0
2018-12-20wil6210: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-198/+42
2018-11-06wil6210: fix locking in wmi_callLior David1-4/+5
2018-11-06wil6210: fix freeing of rx buffers in EDMA modeAhmad Masri1-30/+14
2018-11-06wil6210: remove unnecessary alignment code from rx flowAhmad Masri1-6/+4
2018-11-06wil6210: fix RGF_CAF_ICR address for Talyn-MBMaya Erez2-2/+10
2018-11-06wil6210: fix L2 RX status handlingMaya Erez1-11/+12
2018-11-06wil6210: fix debugfs memory access alignmentAhmad Masri1-5/+10
2018-11-06wil6210: add general initialization/size checksAlexei Avshalom Lazar2-1/+3
2018-11-06wil6210: notify cqm packet loss on disable_ap_smeAhmad Masri1-0/+17
2018-11-06wil6210: refactor disconnect flowAhmad Masri5-72/+147
2018-11-06wil6210: fix memory leak in wil_find_tx_bcast_2Lior David1-0/+2
2018-11-06wil6210: add recovery for FW error while in AP modeDedy Lansky3-8/+120
2018-11-06wil6210: make sure Rx ring sizes are correlatedDedy Lansky4-7/+12
2018-11-06wil6210: increase RX rings and RX buff array sizeMaya Erez4-5/+11
2018-11-06wil6210: fix reset flow for Talyn-mbAlexei Avshalom Lazar1-4/+7
2018-11-06wil6210: remove fake support for RXHASHHamad Kadmany2-10/+1
2018-10-13wil6210: fix debugfs_simple_attr.cocci warningsYueHaibing1-6/+8
2018-10-04Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo3-4/+3
2018-10-02Merge tag 'wireless-drivers-next-for-davem-2018-10-02' of git://git.kernel.or...David S. Miller10-102/+799
2018-10-01wil6210: remove set but not used variable 'start'YueHaibing1-2/+1
2018-09-06wil6210: fix unsigned cid comparison with >= 0Gustavo A. R. Silva2-2/+2
2018-08-28wil6210: fix invalid memory access for rx_buff_mgmt debugfsDedy Lansky1-0/+3
2018-08-28wil6210: add FT roam support for AP and stationAhmad Masri8-57/+735
2018-08-28wil6210: fix RX buffers release and unmapMaya Erez1-5/+10