aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/wil6210 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-11/+13
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-2/+2
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.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid 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
2018-08-28wil6210: prevent usage of tx ring 0 for eDMAMaya Erez2-4/+9
2018-08-28wil6210: allocate rx reorder buffer only if rx reorder is enabledMaya Erez1-5/+7
2018-08-28wil6210: set edma variables only for Talyn-MB devicesMaya Erez2-2/+1
2018-08-28wil6210: drop Rx multicast packets that are looped-back to STADedy Lansky1-1/+8
2018-08-28wil6210: add support for channel 4Alexei Avshalom Lazar4-1/+26
2018-08-28wil6210: remove reset file from debugfsKarthick Gopalasubramanian1-27/+0
2018-08-28cfg80211: Add support for 60GHz band channels 5 and 6Alexei Avshalom Lazar1-1/+1
2018-07-31wil6210: fix eDMA RX chainingMaya Erez3-7/+15
2018-07-31wil6210: prevent FW download if HW is configured for secured bootMaya Erez1-0/+5
2018-07-31wil6210: off channel transmit management frames in AP modeAhmad Masri4-7/+101
2018-07-31wil6210: align to latest auto generated wmi.hAhmad Masri1-3/+197
2018-07-31wil6210: set default 3-MSIAlexei Avshalom Lazar1-2/+2
2018-07-31wil6210: support Talyn specific board fileMaya Erez4-6/+38
2018-07-31wil6210: increase firmware ready timeoutHamad Kadmany1-1/+1
2018-07-31wil6210: support max aggregation window size 64Maya Erez4-4/+19