summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt7601u
Commit message (Expand)AuthorAgeFilesLines
* 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
* | mt7601u: let mac80211 validate rx CCMP PNLorenzo Bianconi2018-03-132-1/+10
* | mt7601u: simplify mt7601u_mcu_msg_alloc signatureLorenzo Bianconi2018-03-131-4/+3
* | mt7601u: remove a warning in mt7601u_efuse_physical_size_check()Lorenzo Bianconi2018-03-131-1/+1
* | mt7601u: make write with mask access atomicLorenzo Bianconi2018-02-282-16/+39
* | mt7601u: set device mac address in mt7601u_add_interface()Lorenzo Bianconi2018-02-281-0/+3
* | mt7601u: move mt7601u_set_macaddr in mac related codeLorenzo Bianconi2018-02-283-22/+19
|/
* mt7601u: check memory allocation failureChristophe Jaillet2017-08-241-0/+5
* mt7601u: constify usb_device_idArvind Yadav2017-08-101-1/+1
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-1/+1
* networking: introduce and use skb_put_data()Johannes Berg2017-06-162-3/+3