summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/wil6210 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* wil6210: use true,false for bool variablezhengbin2020-01-263-6/+6
* wil6210: get rid of begin() and complete() ethtool_opsMichal Kubecek2020-01-061-27/+16
* wil6210: add support for set_cqm_rssi_configDedy Lansky2019-12-194-0/+130
* wil6210: support set_multicast_to_unicast cfg80211 operationAhmad Masri2019-12-193-1/+48
* wil6210: fix MID valid bits in Rx status messageDedy Lansky2019-12-191-4/+4
* wil6210: reduce ucode_debug memory regionDedy Lansky2019-12-191-2/+2
* wil6210: add verification for cid upper boundAlexei Avshalom Lazar2019-12-191-1/+1
* wil6210: take mem_lock for writing in crash dump collectionAlexei Avshalom Lazar2019-12-191-5/+12
* wil6210: minimize the time that mem_lock is heldAlexei Avshalom Lazar2019-12-191-4/+6
* wil6210: dump Rx status message on errorsAhmad Masri2019-12-191-0/+10
* wil6210: fix break that is never reached because of zero'ing of a retry counterColin Ian King2019-11-251-1/+2
* wil6210: add SPDX license identifiersLior David2019-10-3129-352/+31
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2019-10-032-7/+7
|\
| * wil6210: check len before memcpy() callsDenis Efremov2019-10-021-2/+4
| * ath: Use dev_get_drvdata where possibleChuhong Yuan2019-09-231-4/+2
| * ath: fix various spelling mistakesColin Ian King2019-09-231-1/+1
* | wil6210: use after free in wil_netif_rx_any()Dan Carpenter2019-09-251-1/+1
|/
* wil6210: ignore reset errors for FW during probeLior David2019-09-121-3/+1
* wil6210: fix RX short frame checkLior David2019-09-121-2/+2
* wil6210: use writel_relaxed in wil_debugfs_iomem_x32_setLior David2019-09-121-1/+2
* wil6210: report boottime_ns in scan resultsMaya Erez2019-09-121-4/+17
* wil6210: properly initialize discovery_expired_workDedy Lansky2019-09-121-0/+1
* wil6210: verify cid value is validAlexei Avshalom Lazar2019-09-121-0/+6
* wil6210: make sure DR bit is read before rest of the status messageDedy Lansky2019-09-122-18/+18
* wil6210: fix PTK re-key raceAhmad Masri2019-09-129-3/+276
* wil6210: add debugfs to show PMC ring contentDedy Lansky2019-09-123-0/+40
* wil6210: add wil_netif_rx() helper functionDedy Lansky2019-09-122-24/+38
* wil6210: Delete an unnecessary kfree() call in wil_tid_ampdu_rx_alloc()Markus Elfring2019-09-041-1/+0
* wil6210: Add EDMG channel supportAlexei Avshalom Lazar2019-09-046-13/+240
* wil6210: fix wil_cid_valid with negative cid valuesColin Ian King2019-09-041-1/+1
* nl80211: Add support for EDMG channelsAlexei Avshalom Lazar2019-08-211-1/+1
* net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-233-8/+6
* wireless: fix nl80211 vendor commandsJohannes Berg2019-07-201-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-092-2/+2
|\
| * ath: fix SPDX tagsKalle Valo2019-06-262-2/+2
* | wil6210: drop old event after wmi_call timeoutAhmad Masri2019-06-271-1/+12
* | wil6210: set WIL_WMI_CALL_GENERAL_TO_MS as wmi_call timeoutAhmad Masri2019-06-275-18/+29
* | wil6210: add support for reading multiple RFs temperature via debugfsTzahi Sabo2019-06-274-17/+117
* | wil6210: publish max_msdu_size to FW on BCAST ringMaya Erez2019-06-271-0/+1
* | wil6210: update cid boundary check of wil_find_cid/_by_idx()Alexei Avshalom Lazar2019-06-272-5/+5
* | wil6210: clear FW and ucode log addressMaya Erez2019-06-273-0/+17
* | wil6210: fix printout in wil_read_pmccfgDedy Lansky2019-06-271-3/+2
* | wil6210: Add support for setting RBUFCAP configurationAlexei Avshalom Lazar2019-06-274-22/+88
* | wil6210: increase the frequency of status ring hw tail updateAhmad Masri2019-06-271-3/+13
* | wil6210: enlarge Tx status ring sizeAhmad Masri2019-06-271-1/+1
* | wil6210: do not reset FW in STA to P2P client interface switchAlexei Avshalom Lazar2019-06-271-1/+12
* | wil6210: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-271-58/+22
* | Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2019-05-2712-129/+276
|\ \ | |/ |/|
| * wil6210: remove HALP for Talyn devicesMaya Erez2019-05-031-0/+6
| * wil6210: check rx_buff_mgmt before accessing itDedy Lansky2019-05-031-0/+3