aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7615 (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-11wifi: mt76: fix rx checksum offload on mt7615/mt7915/mt7921Felix Fietkau1-1/+3
2022-10-11wifi: mt76: fix receiving LLC packets on mt7615/mt7915Felix Fietkau1-4/+4
2022-09-30Merge tag 'wireless-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski3-12/+9
2022-09-15wifi: mt76: mt7663s: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Deren Wu1-12/+3
2022-09-15wifi: mt76: mt7663s: add rx_check callbackLorenzo Bianconi1-0/+1
2022-09-15wifi: mt76: mt7615: add mt7615_mutex_acquire/release in mt7615_sta_set_decap_offloadLorenzo Bianconi1-0/+4
2022-09-15wifi: mt76: add rx_check callback for usb devicesLorenzo Bianconi1-0/+1
2022-09-12wifi: mt76: fix reading current per-tid starting sequence number for aggregationFelix Fietkau1-1/+1
2022-07-18Merge tag 'mt76-for-kvalo-2022-07-11' of https://github.com/nbd168/wirelessKalle Valo11-322/+110
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg1-1/+2
2022-07-11mt76: convert MT_TX_HW_QUEUE_EXT_PHY to MT_TX_HW_QUEUE_PHYLorenzo Bianconi3-9/+8
2022-07-11mt76: add phy_idx to mt76_wcidLorenzo Bianconi2-5/+5
2022-07-11mt76: introduce phys array in mt76_dev structureLorenzo Bianconi5-38/+44
2022-07-11mt76: add phy_idx in mt76_rx_statusLorenzo Bianconi1-1/+1
2022-07-11mt76: connac: move tx initialization/cleanup in mt76_connac moduleLorenzo Bianconi1-6/+3
2022-07-11mt76: do not use skb_set_queue_mapping for internal purposesFelix Fietkau5-7/+9
2022-07-11mt76: mt7615: fix throughput regression on DFS channelsFelix Fietkau4-25/+7
2022-07-11mt76: mt7615: add sta_rec with EXTRA_INFO_NEW for the first time onlyFelix Fietkau2-1/+9
2022-07-11mt76: move mt76_connac2_mcu_fill_message in mt76_connac moduleLorenzo Bianconi1-3/+0
2022-07-11mt76: connac: move mt7615_txp_skb_unmap in common codeLorenzo Bianconi2-57/+1
2022-07-11mt76: connac: move mt76_connac_write_hw_txp in shared codeLorenzo Bianconi2-45/+1
2022-07-11mt76: connac: move mt76_connac_tx_complete_skb in shared codeLorenzo Bianconi4-35/+1
2022-07-11mt76: connac: move mt76_connac_tx_free in shared codeLorenzo Bianconi2-11/+4
2022-07-11mt76: move mt7615_txp_ptr in mt76_connac moduleLorenzo Bianconi4-30/+8
2022-07-11mt76: connac: move mt76_connac_fw_txp in common moduleLorenzo Bianconi3-37/+7
2022-07-11mt76: mt7615: do not update pm stats in case of errorLorenzo Bianconi1-4/+5
2022-07-11mt76: enable the VHT extended NSS BW featureDeren Wu1-0/+1
2022-07-11mt76: mt7663: rely on mt76_connac2_fw_trailerLorenzo Bianconi1-16/+2
2022-07-11mt76: mt7615: add missing bh-disable around rx napi scheduleFelix Fietkau1-0/+2
2022-07-11mt76: add DBDC rxq handlings into mac_reset_workRyder Lee1-7/+7
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz1-2/+2
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg1-1/+1
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg2-2/+2
2022-06-20wifi: mac80211: move some future per-link data to bss_confJohannes Berg1-1/+1
2022-05-13mt76: mt7615/mt7915: do reset_work with mt76's work queueBo Jiao1-1/+1
2022-05-13mt76: mt7915: add Wireless Ethernet Dispatch supportFelix Fietkau1-3/+3
2022-05-13mt76: fix MBSS index condition in DBDC modeEvelyn Tsai1-3/+3
2022-05-13mt76: fix use-after-free by removing a non-RCU wcid pointerFelix Fietkau1-1/+1
2022-05-06mt76: switch to netif_napi_add_tx()Jakub Kicinski1-2/+2
2022-03-16mt76: fix monitor rx FCS error in DFS channelDeren Wu1-1/+2
2022-03-16mt76: usb: introduce __mt76u_init utility routineLorenzo Bianconi1-1/+67
2022-03-16mt76: use le32/16_get_bits() whenever possibleRyder Lee1-11/+9
2022-03-16mt76: split single ldpc cap bit into bitsMeiChia Chiu1-1/+1
2022-03-16mt76: mt7663u: introduce mt7663u_mcu_power_on routineLorenzo Bianconi3-27/+27
2022-03-16mt76: mt7615: honor ret from mt7615_mcu_restart in mt7663u_mcu_initLorenzo Bianconi1-1/+4
2022-02-24mt76: fix dfs state issue with 160 MHz channelsFelix Fietkau1-3/+5
2022-02-24mt76: improve signal strength reportingFelix Fietkau1-9/+0
2022-02-24mt76: mt7615: Fix assigning negative values to unsigned variableYang Li1-1/+1
2022-02-24mt76: mt7615: fix compiler warning on frame sizeDeren Wu1-3/+11
2022-02-23mt76: fix endianness errors in reverse_frag0_hdr_transLorenzo Bianconi1-12/+19