summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/wil6210
AgeCommit message (Expand)Author
2020-11-07wil6210: wmi: Correct misnamed function parameter 'ptr_'Lee Jones
2020-08-31wil6210: wil_platform: Demote kernel-doc header to standard comment blockLee Jones
2020-08-31wil6210: pmc: Demote a few nonconformant kernel-doc function headersLee Jones
2020-08-31wil6210: txrx_edma: Demote comments which are clearly not kernel-docLee Jones
2020-08-31wil6210: txrx: Demote obvious abuse of kernel-docLee Jones
2020-08-31wil6210: interrupt: Demote comment header which is clearly not kernel-docLee Jones
2020-08-31wil6210: wmi: Fix formatting and demote non-conforming function headersLee Jones
2020-08-27wil6210: debugfs: Fix a couple of formatting issues in 'wil6210_debugfs_init'Lee Jones
2020-08-18Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo
2020-08-17wil6210: Demote non-kerneldoc headers to standard comment blocksLee Jones
2020-07-20Merge tag 'wireless-drivers-next-2020-07-20' of git://git.kernel.org/pub/scm/...David S. Miller
2020-06-25wil6210: account for napi_gro_receive never returning GRO_DROPJason A. Donenfeld
2020-06-15Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-09ath: fix wiki website urlFlavio Suligoi
2020-05-12wil6210: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-05-11wil6210: avoid gcc-10 zero-length-bounds warningArnd Bergmann
2020-03-06wil6210: reject unsupported coalescing paramsJakub Kicinski
2020-01-26wil6210: use true,false for bool variablezhengbin
2020-01-06wil6210: get rid of begin() and complete() ethtool_opsMichal Kubecek
2019-12-19wil6210: add support for set_cqm_rssi_configDedy Lansky
2019-12-19wil6210: support set_multicast_to_unicast cfg80211 operationAhmad Masri
2019-12-19wil6210: fix MID valid bits in Rx status messageDedy Lansky
2019-12-19wil6210: reduce ucode_debug memory regionDedy Lansky
2019-12-19wil6210: add verification for cid upper boundAlexei Avshalom Lazar
2019-12-19wil6210: take mem_lock for writing in crash dump collectionAlexei Avshalom Lazar
2019-12-19wil6210: minimize the time that mem_lock is heldAlexei Avshalom Lazar
2019-12-19wil6210: dump Rx status message on errorsAhmad Masri
2019-11-25wil6210: fix break that is never reached because of zero'ing of a retry counterColin Ian King
2019-10-31wil6210: add SPDX license identifiersLior David
2019-10-03Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo
2019-10-02wil6210: check len before memcpy() callsDenis Efremov
2019-09-25wil6210: use after free in wil_netif_rx_any()Dan Carpenter
2019-09-23ath: Use dev_get_drvdata where possibleChuhong Yuan
2019-09-23ath: fix various spelling mistakesColin Ian King
2019-09-12wil6210: ignore reset errors for FW during probeLior David
2019-09-12wil6210: fix RX short frame checkLior David
2019-09-12wil6210: use writel_relaxed in wil_debugfs_iomem_x32_setLior David
2019-09-12wil6210: report boottime_ns in scan resultsMaya Erez
2019-09-12wil6210: properly initialize discovery_expired_workDedy Lansky
2019-09-12wil6210: verify cid value is validAlexei Avshalom Lazar
2019-09-12wil6210: make sure DR bit is read before rest of the status messageDedy Lansky
2019-09-12wil6210: fix PTK re-key raceAhmad Masri
2019-09-12wil6210: add debugfs to show PMC ring contentDedy Lansky
2019-09-12wil6210: add wil_netif_rx() helper functionDedy Lansky
2019-09-04wil6210: Delete an unnecessary kfree() call in wil_tid_ampdu_rx_alloc()Markus Elfring
2019-09-04wil6210: Add EDMG channel supportAlexei Avshalom Lazar
2019-09-04wil6210: fix wil_cid_valid with negative cid valuesColin Ian King
2019-08-21nl80211: Add support for EDMG channelsAlexei Avshalom Lazar
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)