aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek
AgeCommit message (Expand)Author
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-18mt76: mt7663s: fix rx buffer refcountingLorenzo 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
2021-01-14mt76: Fix queue ID variable types after mcu queue splitNathan Chancellor
2020-12-20mt76: mt7915: fix MESH ifdef blockRandy Dunlap
2020-12-20mt76: mt76s: fix NULL pointer dereference in mt76s_process_tx_queueLorenzo Bianconi
2020-12-20mt76: sdio: remove wake logic in mt76s_process_tx_queueLorenzo Bianconi
2020-12-20mt76: usb: remove wake logic in mt76u_status_workerLorenzo Bianconi
2020-12-17mt76: mt76u: fix NULL pointer dereference in mt76u_status_workerLorenzo Bianconi
2020-12-11mt76: remove unused variable qSouptick Joarder
2020-12-08Merge tag 'mt76-for-kvalo-2020-12-04' of https://github.com/nbd168/wirelessKalle Valo
2020-12-04mt76: mt7615: Fix fall-through warnings for ClangGustavo A. R. Silva
2020-12-04mt76: mt7915: fix ht mcs in mt7915_mcu_get_rx_rate()Shayne Chen
2020-12-04Merge tag 'wireless-drivers-next-2020-12-03' of git://git.kernel.org/pub/scm/...Jakub Kicinski
2020-12-04mt76: attempt to free up more room when filling the tx queueFelix Fietkau
2020-12-04mt76: mt7915: stop queues when running out of tx tokensFelix Fietkau
2020-12-04mt76: improve tx queue stop/wakeFelix Fietkau
2020-12-04mt76: mt7915: fix memory leak in mt7915_mcu_get_rx_rate()Shayne Chen
2020-12-04mt76: mt7615: fix rdd mcu cmd endiannessLorenzo Bianconi
2020-12-04mt76: mt7915: fix endian issuesFelix Fietkau
2020-12-04mt76: mt7915: get rid of dbdc debugfs knobLorenzo Bianconi
2020-12-04mt76: mt7915: introduce dbdc supportLorenzo Bianconi
2020-12-04mt76: move hw mac_addr in mt76_phyLorenzo Bianconi
2020-12-04mt76: move band allocation in mt76_register_phyLorenzo Bianconi
2020-12-04mt76: rely on mt76_phy in mt76_init_sband_2g and mt76_init_sband_5gLorenzo Bianconi
2020-12-04mt76: move band capabilities in mt76_phyLorenzo Bianconi
2020-12-04mt76: move tx hw data queues in mt76_phyLorenzo Bianconi
2020-12-04mt76: move mcu queues to mt76_dev q_mcu arrayLorenzo Bianconi
2020-12-04mt76: rely on mt76_queue in tx_queue_skb_raw signatureLorenzo Bianconi
2020-12-04mt76: introduce mt76_init_mcu_queue utility routineLorenzo Bianconi
2020-12-04mt76: rely on mt76_queue in tx_queue_skb signatureLorenzo Bianconi
2020-12-04mt76: dma: rely on mt76_queue in mt76_dma_tx_cleanup signatureLorenzo Bianconi
2020-12-04mt76: mt7663s: rely on mt76_queue in mt7663s_tx_run_queue signatureLorenzo Bianconi
2020-12-04mt76: sdio: rely on mt76_queue in mt76s_process_tx_queue signatureLorenzo Bianconi
2020-12-04mt76: sdio: introduce mt76s_alloc_tx_queueLorenzo Bianconi
2020-12-04mt76: move mt76_init_tx_queue in common codeLorenzo Bianconi
2020-12-04mt76: mt7915: rely on eeprom definitionsLorenzo Bianconi
2020-12-04mt76: mt7615: refactor usb/sdio rate codeLorenzo Bianconi
2020-12-04mt76: mt7615: support 16 interfacesRyder Lee
2020-12-04mt76: mt7915: remove unused mt7915_mcu_bss_sync_tlv()Ryder Lee
2020-12-04mt76: mt7915: use BIT_ULL for omac_idxRyder Lee
2020-12-04mt76: mt7915: make mt7915_eeprom_read staticLorenzo Bianconi
2020-12-04mt76: mt7915: add support to set tx frequency offset in testmodeShayne Chen
2020-12-04mt76: mt7915: add support to set txpower in testmodeShayne Chen
2020-12-04mt76: mt7915: implement testmode rx supportShayne Chen