summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt7601u
AgeCommit message (Expand)AuthorFilesLines
2023-10-28net: fill in MODULE_DESCRIPTION()s in kuba@'s modulesJakub Kicinski1-0/+1
2023-10-23wifi: mac80211: rename ieee80211_tx_status() to ieee80211_tx_status_skb()Kalle Valo1-1/+1
2023-08-25Fix nomenclature for USB and PCI wireless devicesAlan Stern1-1/+1
2023-06-15wifi: mt7601u: replace strlcpy() with strscpy()Azeem Shaikh1-1/+1
2023-05-05wifi: mt7601u: delete dead code checking debugfs returnsWang Jikai1-2/+0
2023-01-16wifi: mt7601u: fix an integer underflowJisoo Jang1-1/+2
2022-10-10wifi: mac80211: add wake_tx_queue callback to driversAlexander Wetzel1-0/+1
2022-07-18wifi: mt7601u: fix clang -Wformat warningJustin Stitt1-1/+1
2022-07-18wifi: mt7601u: eeprom: fix clang -Wformat warningJustin Stitt1-1/+1
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg2-2/+4
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg1-1/+1
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg1-3/+6
2022-04-11mac80211: prepare sta handling for MLO supportSriram R2-3/+3
2021-10-13mt7601u: Remove redundant initialization of variable retColin Ian King1-1/+1
2021-06-22mt7601u: add USB device ID for some versions of XiaoDu WiFi Dongle.Wei Mingzhi1-0/+1
2021-04-11mt7601u: enable TDLS supportLorenzo Bianconi1-0/+1
2021-04-11mt7601u: fix always true expressionColin Ian King1-1/+1
2021-02-06Merge tag 'wireless-drivers-next-2021-02-05' of git://git.kernel.org/pub/scm/...Jakub Kicinski2-5/+19
2021-01-25mt7601u: process tx URBs with status EPROTO properlyLorenzo Bianconi1-0/+1
2021-01-25mt7601u: use ieee80211_rx_list to pass frames to the network stack as a batchLorenzo Bianconi1-5/+14
2021-01-25mt7601u: fix kernel crash unplugging the deviceLorenzo Bianconi1-1/+1
2021-01-18mt7601u: fix rx buffer refcountingLorenzo Bianconi1-2/+1
2021-01-14mt7601u: check the status of device in calibrationZhi Han1-0/+3
2021-01-14mt7601u: process URBs in status EPROTO properlyZhi Han1-0/+1
2020-11-07wireless: mt7601u: convert tasklets to use new tasklet_setup() APIAllen Pais1-6/+6
2020-09-22mt7601u: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao1-28/+6
2020-09-07mt7601u: Use fallthrough pseudo-keywordGustavo A. R. Silva3-5/+5
2020-09-01mt7601u: phy: Fix misnaming when documented function parameter 'dac'Lee Jones1-1/+1
2020-08-02mt7601u: add missing release on skb in mt7601u_mcu_msg_sendNavid Emamdoost1-1/+3
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2019-11-06Merge tag 'wireless-drivers-next-2019-11-05' of git://git.kernel.org/pub/scm/...David S. Miller2-2/+2
2019-10-31mt7601u: use DEFINE_DEBUGFS_ATTRIBUTE to define debugfs fopszhong jiang1-1/+1
2019-10-04mac80211: simplify TX aggregation startJohannes Berg1-2/+1
2019-10-01mt7601u: fix bbp version check in mt7601u_wait_bbp_readyLorenzo Bianconi1-1/+1
2019-08-06mt7601u: null check the allocationNavid Emamdoost1-0/+3
2019-07-24mt7601u: use params->ssn value directlyStanislaw Gruszka1-2/+2
2019-06-26Merge tag 'wireless-drivers-next-for-davem-2019-06-26' of git://git.kernel.or...David S. Miller2-22/+36
2019-06-25mt7601u: fix possible memory leak when the device is disconnectedLorenzo Bianconi2-7/+18
2019-06-25mt7601u: do not schedule rx_tasklet when the device has been disconnectedLorenzo Bianconi1-15/+18
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner23-207/+23
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-03-19mt7601u: check chip version on probeStanislaw Gruszka1-0/+4
2019-02-01mt7601u: do not use WARN_ON in the datapathLorenzo Bianconi1-3/+3
2019-02-01mt7601u: bump supported EEPROM versionStanislaw Gruszka1-1/+1
2018-07-30mt7601u: expose 802.11w supportDavide Caratti1-0/+1
2018-07-30mt7601u: use sw encryption for hw unsupported ciphersLorenzo Bianconi1-0/+11
2018-06-24mt7601u: remove warning when avg_rssi is zeroStanislaw Gruszka1-2/+4
2018-04-24mt7601u: run calibration works after finishing scanningStanislaw Gruszka1-0/+6
2018-04-24mt7601u: use EWMA to calculate avg_rssiStanislaw Gruszka3-6/+13
2018-04-24mt7601u: phy: mark expected switch fall-throughGustavo A. R. Silva1-0/+1