summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt7601u
Commit message (Expand)AuthorAgeFilesLines
* wifi: mt7601u: fix an integer underflowJisoo Jang2023-01-161-1/+2
* wifi: mac80211: add wake_tx_queue callback to driversAlexander Wetzel2022-10-101-0/+1
* wifi: mt7601u: fix clang -Wformat warningJustin Stitt2022-07-181-1/+1
* wifi: mt7601u: eeprom: fix clang -Wformat warningJustin Stitt2022-07-181-1/+1
* wifi: mac80211: change QoS settings API to take link into accountJohannes Berg2022-07-152-2/+4
* wifi: mac80211: split bss_info_changed methodJohannes Berg2022-06-201-1/+1
* wifi: mac80211: move interface config to new structJohannes Berg2022-06-201-3/+6
* mac80211: prepare sta handling for MLO supportSriram R2022-04-112-3/+3
* mt7601u: Remove redundant initialization of variable retColin Ian King2021-10-131-1/+1
* mt7601u: add USB device ID for some versions of XiaoDu WiFi Dongle.Wei Mingzhi2021-06-221-0/+1
* mt7601u: enable TDLS supportLorenzo Bianconi2021-04-111-0/+1
* mt7601u: fix always true expressionColin Ian King2021-04-111-1/+1
* Merge tag 'wireless-drivers-next-2021-02-05' of git://git.kernel.org/pub/scm/...Jakub Kicinski2021-02-062-5/+19
|\
| * mt7601u: process tx URBs with status EPROTO properlyLorenzo Bianconi2021-01-251-0/+1
| * mt7601u: use ieee80211_rx_list to pass frames to the network stack as a batchLorenzo Bianconi2021-01-251-5/+14
| * mt7601u: check the status of device in calibrationZhi Han2021-01-141-0/+3
| * mt7601u: process URBs in status EPROTO properlyZhi Han2021-01-141-0/+1
* | mt7601u: fix kernel crash unplugging the deviceLorenzo Bianconi2021-01-251-1/+1
* | mt7601u: fix rx buffer refcountingLorenzo Bianconi2021-01-181-2/+1
|/
* wireless: mt7601u: convert tasklets to use new tasklet_setup() APIAllen Pais2020-11-071-6/+6
* mt7601u: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao2020-09-221-28/+6
* mt7601u: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-09-073-5/+5
* mt7601u: phy: Fix misnaming when documented function parameter 'dac'Lee Jones2020-09-011-1/+1
* mt7601u: add missing release on skb in mt7601u_mcu_msg_sendNavid Emamdoost2020-08-021-1/+3
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* Merge tag 'wireless-drivers-next-2019-11-05' of git://git.kernel.org/pub/scm/...David S. Miller2019-11-052-2/+2
|\
| * mt7601u: use DEFINE_DEBUGFS_ATTRIBUTE to define debugfs fopszhong jiang2019-10-311-1/+1
| * mt7601u: fix bbp version check in mt7601u_wait_bbp_readyLorenzo Bianconi2019-10-011-1/+1
* | mac80211: simplify TX aggregation startJohannes Berg2019-10-041-2/+1
|/
* mt7601u: null check the allocationNavid Emamdoost2019-08-061-0/+3
* mt7601u: use params->ssn value directlyStanislaw Gruszka2019-07-241-2/+2
* Merge tag 'wireless-drivers-next-for-davem-2019-06-26' of git://git.kernel.or...David S. Miller2019-06-262-22/+36
|\
| * mt7601u: fix possible memory leak when the device is disconnectedLorenzo Bianconi2019-06-252-7/+18
| * mt7601u: do not schedule rx_tasklet when the device has been disconnectedLorenzo Bianconi2019-06-251-15/+18
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-3023-207/+23
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* mt7601u: check chip version on probeStanislaw Gruszka2019-03-191-0/+4
* mt7601u: do not use WARN_ON in the datapathLorenzo Bianconi2019-02-011-3/+3
* mt7601u: bump supported EEPROM versionStanislaw Gruszka2019-02-011-1/+1
* mt7601u: expose 802.11w supportDavide Caratti2018-07-301-0/+1
* mt7601u: use sw encryption for hw unsupported ciphersLorenzo Bianconi2018-07-301-0/+11
* mt7601u: remove warning when avg_rssi is zeroStanislaw Gruszka2018-06-241-2/+4
* mt7601u: run calibration works after finishing scanningStanislaw Gruszka2018-04-241-0/+6
* mt7601u: use EWMA to calculate avg_rssiStanislaw Gruszka2018-04-243-6/+13
* mt7601u: phy: mark expected switch fall-throughGustavo A. R. Silva2018-04-241-0/+1
* Merge tag 'driver-core-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-04-041-1/+1
|\
| * mt7601u: use firmware_request_cache() to address cache on rebootLuis R. Rodriguez2018-03-221-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-03-311-3/+3
|\ \
| * | net/mediatek: disambiguate mt76 vs mt7601u trace eventsAlexei Starovoitov2018-03-281-3/+3
| |/
* | wireless: Use octal not symbolic permissionsJoe Perches2018-03-271-9/+7