summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt7601u
AgeCommit message (Expand)Author
2021-10-13mt7601u: Remove redundant initialization of variable retColin Ian King
2021-06-22mt7601u: add USB device ID for some versions of XiaoDu WiFi Dongle.Wei Mingzhi
2021-04-11mt7601u: enable TDLS supportLorenzo Bianconi
2021-04-11mt7601u: fix always true expressionColin Ian King
2021-02-06Merge tag 'wireless-drivers-next-2021-02-05' of git://git.kernel.org/pub/scm/...Jakub Kicinski
2021-01-25mt7601u: process tx URBs with status EPROTO properlyLorenzo Bianconi
2021-01-25mt7601u: use ieee80211_rx_list to pass frames to the network stack as a batchLorenzo Bianconi
2021-01-25mt7601u: fix kernel crash unplugging the deviceLorenzo Bianconi
2021-01-18mt7601u: fix rx buffer refcountingLorenzo Bianconi
2021-01-14mt7601u: check the status of device in calibrationZhi Han
2021-01-14mt7601u: process URBs in status EPROTO properlyZhi Han
2020-11-07wireless: mt7601u: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-09-22mt7601u: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao
2020-09-07mt7601u: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-09-01mt7601u: phy: Fix misnaming when documented function parameter 'dac'Lee Jones
2020-08-02mt7601u: add missing release on skb in mt7601u_mcu_msg_sendNavid Emamdoost
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2019-11-05Merge tag 'wireless-drivers-next-2019-11-05' of git://git.kernel.org/pub/scm/...David S. Miller
2019-10-31mt7601u: use DEFINE_DEBUGFS_ATTRIBUTE to define debugfs fopszhong jiang
2019-10-04mac80211: simplify TX aggregation startJohannes Berg
2019-10-01mt7601u: fix bbp version check in mt7601u_wait_bbp_readyLorenzo Bianconi
2019-08-06mt7601u: null check the allocationNavid Emamdoost
2019-07-24mt7601u: use params->ssn value directlyStanislaw Gruszka
2019-06-26Merge tag 'wireless-drivers-next-for-davem-2019-06-26' of git://git.kernel.or...David S. Miller
2019-06-25mt7601u: fix possible memory leak when the device is disconnectedLorenzo Bianconi
2019-06-25mt7601u: do not schedule rx_tasklet when the device has been disconnectedLorenzo Bianconi
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-03-19mt7601u: check chip version on probeStanislaw Gruszka
2019-02-01mt7601u: do not use WARN_ON in the datapathLorenzo Bianconi
2019-02-01mt7601u: bump supported EEPROM versionStanislaw Gruszka
2018-07-30mt7601u: expose 802.11w supportDavide Caratti
2018-07-30mt7601u: use sw encryption for hw unsupported ciphersLorenzo Bianconi
2018-06-24mt7601u: remove warning when avg_rssi is zeroStanislaw Gruszka
2018-04-24mt7601u: run calibration works after finishing scanningStanislaw Gruszka
2018-04-24mt7601u: use EWMA to calculate avg_rssiStanislaw Gruszka
2018-04-24mt7601u: phy: mark expected switch fall-throughGustavo A. R. Silva
2018-04-04Merge tag 'driver-core-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-03-28net/mediatek: disambiguate mt76 vs mt7601u trace eventsAlexei Starovoitov
2018-03-27wireless: Use octal not symbolic permissionsJoe Perches
2018-03-22mt7601u: use firmware_request_cache() to address cache on rebootLuis R. Rodriguez
2018-03-13mt7601u: let mac80211 validate rx CCMP PNLorenzo Bianconi
2018-03-13mt7601u: simplify mt7601u_mcu_msg_alloc signatureLorenzo Bianconi
2018-03-13mt7601u: remove a warning in mt7601u_efuse_physical_size_check()Lorenzo Bianconi
2018-02-28mt7601u: make write with mask access atomicLorenzo Bianconi
2018-02-28mt7601u: set device mac address in mt7601u_add_interface()Lorenzo Bianconi
2018-02-28mt7601u: move mt7601u_set_macaddr in mac related codeLorenzo Bianconi
2017-08-24mt7601u: check memory allocation failureChristophe Jaillet
2017-08-10mt7601u: constify usb_device_idArvind Yadav