aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/wil6210 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-19wil6210: add support for set_cqm_rssi_configDedy Lansky4-0/+130
2019-12-19wil6210: support set_multicast_to_unicast cfg80211 operationAhmad Masri3-1/+48
2019-12-19wil6210: fix MID valid bits in Rx status messageDedy Lansky1-4/+4
2019-12-19wil6210: reduce ucode_debug memory regionDedy Lansky1-2/+2
2019-12-19wil6210: add verification for cid upper boundAlexei Avshalom Lazar1-1/+1
2019-12-19wil6210: take mem_lock for writing in crash dump collectionAlexei Avshalom Lazar1-5/+12
2019-12-19wil6210: minimize the time that mem_lock is heldAlexei Avshalom Lazar1-4/+6
2019-12-19wil6210: dump Rx status message on errorsAhmad Masri1-0/+10
2019-11-25wil6210: fix break that is never reached because of zero'ing of a retry counterColin Ian King1-1/+2
2019-10-31wil6210: add SPDX license identifiersLior David29-352/+31
2019-10-03Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2-7/+7
2019-10-02wil6210: check len before memcpy() callsDenis Efremov1-2/+4
2019-09-25wil6210: use after free in wil_netif_rx_any()Dan Carpenter1-1/+1
2019-09-23ath: Use dev_get_drvdata where possibleChuhong Yuan1-4/+2
2019-09-23ath: fix various spelling mistakesColin Ian King1-1/+1
2019-09-12wil6210: ignore reset errors for FW during probeLior David1-3/+1
2019-09-12wil6210: fix RX short frame checkLior David1-2/+2
2019-09-12wil6210: use writel_relaxed in wil_debugfs_iomem_x32_setLior David1-1/+2
2019-09-12wil6210: report boottime_ns in scan resultsMaya Erez1-4/+17
2019-09-12wil6210: properly initialize discovery_expired_workDedy Lansky1-0/+1
2019-09-12wil6210: verify cid value is validAlexei Avshalom Lazar1-0/+6
2019-09-12wil6210: make sure DR bit is read before rest of the status messageDedy Lansky2-18/+18
2019-09-12wil6210: fix PTK re-key raceAhmad Masri9-3/+276
2019-09-12wil6210: add debugfs to show PMC ring contentDedy Lansky3-0/+40
2019-09-12wil6210: add wil_netif_rx() helper functionDedy Lansky2-24/+38
2019-09-04wil6210: Delete an unnecessary kfree() call in wil_tid_ampdu_rx_alloc()Markus Elfring1-1/+0
2019-09-04wil6210: Add EDMG channel supportAlexei Avshalom Lazar6-13/+240
2019-09-04wil6210: fix wil_cid_valid with negative cid valuesColin Ian King1-1/+1
2019-08-21nl80211: Add support for EDMG channelsAlexei Avshalom Lazar1-1/+1
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)3-8/+6
2019-07-20wireless: fix nl80211 vendor commandsJohannes Berg1-0/+4
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+2
2019-06-27wil6210: drop old event after wmi_call timeoutAhmad Masri1-1/+12
2019-06-27wil6210: set WIL_WMI_CALL_GENERAL_TO_MS as wmi_call timeoutAhmad Masri5-18/+29
2019-06-27wil6210: add support for reading multiple RFs temperature via debugfsTzahi Sabo4-17/+117
2019-06-27wil6210: publish max_msdu_size to FW on BCAST ringMaya Erez1-0/+1
2019-06-27wil6210: update cid boundary check of wil_find_cid/_by_idx()Alexei Avshalom Lazar2-5/+5
2019-06-27wil6210: clear FW and ucode log addressMaya Erez3-0/+17
2019-06-27wil6210: fix printout in wil_read_pmccfgDedy Lansky1-3/+2
2019-06-27wil6210: Add support for setting RBUFCAP configurationAlexei Avshalom Lazar4-22/+88
2019-06-27wil6210: increase the frequency of status ring hw tail updateAhmad Masri1-3/+13
2019-06-27wil6210: enlarge Tx status ring sizeAhmad Masri1-1/+1
2019-06-27wil6210: do not reset FW in STA to P2P client interface switchAlexei Avshalom Lazar1-1/+12
2019-06-27wil6210: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-58/+22
2019-06-26ath: fix SPDX tagsKalle Valo2-2/+2
2019-05-27Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo12-129/+276
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-05Merge tag 'wireless-drivers-next-for-davem-2019-05-03' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller13-117/+330
2019-05-03wil6210: remove HALP for Talyn devicesMaya Erez1-0/+6
2019-05-03wil6210: check rx_buff_mgmt before accessing itDedy Lansky1-0/+3