summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek
Commit message (Expand)AuthorAgeFilesLines
* wifi: mt76: fix rx checksum offload on mt7615/mt7915/mt7921Felix Fietkau2022-10-114-7/+10
* wifi: mt76: fix receiving LLC packets on mt7615/mt7915Felix Fietkau2022-10-112-8/+8
* wifi: mt76: fix rate reporting / throughput regression on mt7915 and newerFelix Fietkau2022-10-061-2/+8
* Merge tag 'wireless-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-09-3039-525/+868
|\
| * wifi: mt76: mt7921s: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Deren Wu2022-09-151-12/+3
| * wifi: mt76: mt7663s: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Deren Wu2022-09-151-12/+3
| * wifi: mt76: mt7921e: fix random fw download failDeren Wu2022-09-153-0/+5
| * wifi: mt76: mt7921: introduce Country Location Control supportMing Yen Hsieh2022-09-156-3/+244
| * wifi: mt76: mt7921e: fix rmmod crash in driver reload testDeren Wu2022-09-151-0/+2
| * wifi: mt76: mt7921: reset msta->airtime_ac while clearing up hw valueSean Wang2022-09-151-0/+1
| * wifi: mt76: mt7915: do not check state before configuring implicit beamformHoward Hsu2022-09-151-3/+3
| * wifi: mt76: fix uninitialized pointer in mt7921_mac_fill_rxLorenzo Bianconi2022-09-151-1/+1
| * wifi: mt76: mt7915: fix mcs value in ht modeHoward Hsu2022-09-151-4/+6
| * wifi: mt76: mt7921: get rid of the false positive resetSean Wang2022-09-153-18/+3
| * wifi: mt76: connac: fix in commentRuffalo Lavoisier2022-09-151-1/+1
| * wifi: mt76: add PPDU based TxS support for WED deviceRyder Lee2022-09-159-32/+117
| * wifi: mt76: move move mt76_sta_stats to mt76_wcidRyder Lee2022-09-159-33/+29
| * wifi: mt76: mt7921: fix the firmware version reportSean Wang2022-09-151-0/+4
| * wifi: mt76: mt7921: add mt7921_mutex_acquire at mt7921_sta_set_decap_offloadSean Wang2022-09-151-0/+4
| * wifi: mt76: mt7921: add mt7921_mutex_acquire at mt7921_[start, stop]_apSean Wang2022-09-151-5/+16
| * wifi: mt76: mt76_usb.mt76u_mcu.burst is always false remove related codeGergo Koteles2022-09-152-23/+8
| * wifi: mt76: mt7663s: add rx_check callbackLorenzo Bianconi2022-09-151-0/+1
| * wifi: mt76: connac: fix possible unaligned access in mt76_connac_mcu_add_nest...Lorenzo Bianconi2022-09-151-2/+4
| * wifi: mt76: mt7915: fix possible unaligned access in mt7915_mac_add_twt_setupLorenzo Bianconi2022-09-151-4/+6
| * wifi: mt76: mt7615: add mt7615_mutex_acquire/release in mt7615_sta_set_decap_...Lorenzo Bianconi2022-09-151-0/+4
| * wifi: mt76: sdio: fix transmitting packet hangsYN Chen2022-09-151-1/+1
| * wifi: mt76: sdio: add rx_check callback for sdio devicesLorenzo Bianconi2022-09-152-7/+17
| * wifi: mt76: mt7921: delete stray if statementDan Carpenter2022-09-151-3/+0
| * wifi: mt76: mt7921: fix use after free in mt7921_acpi_read()Dan Carpenter2022-09-151-1/+4
| * wifi: mt76: mt7915: fix an uninitialized variable bugDan Carpenter2022-09-151-1/+1
| * wifi: mt76: sdio: poll sta stat when device transmits dataSean Wang2022-09-151-1/+1
| * wifi: mt76: sdio: fix the deadlock caused by sdio->stat_workSean Wang2022-09-151-2/+2
| * wifi: mt76: mt7921: move mt7921_rx_check and mt7921_queue_rx_skb in mac.cLorenzo Bianconi2022-09-154-157/+119
| * wifi: mt76: mt7921u: remove unnecessary MT76_STATE_SUSPENDSean Wang2022-09-151-4/+0
| * wifi: mt76: mt7921u: fix race issue between reset and suspend/resumeSean Wang2022-09-151-4/+24
| * wifi: mt76: mt7921s: fix race issue between reset and suspend/resumeSean Wang2022-09-151-4/+9
| * wifi: mt76: mt7921e: fix race issue between reset and suspend/resumeSean Wang2022-09-152-4/+14
| * wifi: mt76: add rx_check callback for usb devicesLorenzo Bianconi2022-09-155-0/+28
| * wifi: mt76: testmode: use random payload for tx packetsShayne Chen2022-09-151-2/+6
| * wifi: mt76: connac: introduce mt76_connac_reg_map structureLorenzo Bianconi2022-09-154-174/+170
| * wifi: mac80211: keep A-MSDU data in sta and per-linkBenjamin Berg2022-09-062-4/+4
| * wifi: mac80211: make smps_mode per-linkBenjamin Berg2022-09-064-5/+5
* | net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-1/+1
* | wifi: mt76: fix 5 GHz connection regression on mt76x0/mt76x2Felix Fietkau2022-09-121-1/+2
* | wifi: mt76: fix reading current per-tid starting sequence number for aggregationFelix Fietkau2022-09-121-1/+1
|/
* wifi: mt76: mt7921e: fix crash in chip reset failDeren Wu2022-08-261-1/+1
* wifi: mt7601u: fix clang -Wformat warningJustin Stitt2022-07-181-1/+1
* wifi: mt7601u: eeprom: fix clang -Wformat warningJustin Stitt2022-07-181-1/+1
* Merge tag 'mt76-for-kvalo-2022-07-11' of https://github.com/nbd168/wirelessKalle Valo2022-07-1860-3794/+2992
|\
| * mt76: mt7921: Let PCI core handle power state and use pm_sleep_ptr()Kai-Heng Feng2022-07-111-18/+7