summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7615
Commit message (Expand)AuthorAgeFilesLines
* wifi: mt76: move shared mac definitions in mt76_connac2_mac.hLorenzo Bianconi2023-04-171-12/+0
* wifi: mt76: get rid of unused sta_ps callbacksLorenzo Bianconi2023-04-175-9/+0
* wifi: mt76: add mt76_connac_irq_enable utility routineLorenzo Bianconi2023-04-173-12/+4
* wifi: mt76: move irq_tasklet in mt76_dev structLorenzo Bianconi2023-04-174-8/+6
* wifi: mt76: add missing locking to protect against concurrent rx/status callsFelix Fietkau2023-04-171-1/+4
* wifi: mt76: handle failure of vzalloc in mt7615_coredump_workKang Chen2023-04-171-3/+5
* wifi: mt76: mt7615: avoid mcu_restart function pointerLorenzo Bianconi2023-02-033-4/+1
* wifi: mt76: mt7615: enable per-phy led supportLorenzo Bianconi2022-12-095-74/+92
* wifi: mt76: move leds struct in mt76_phyLorenzo Bianconi2022-12-091-13/+13
* wifi: mt76: move leds field in leds structLorenzo Bianconi2022-12-091-9/+9
* wifi: mt76: add info parameter to rx_skb signatureSujuan Chen2022-12-012-2/+2
* wifi: mt76: mt7921: add chanctx parameter to mt76_connac_mcu_uni_add_bss sign...Sean Wang2022-12-011-1/+1
* wifi: mt76: move aggr_stats array in mt76_phyLorenzo Bianconi2022-12-012-9/+6
* wifi: mt76: mt7615: rely on mt7615_phy in mt7615_mac_reset_countersLorenzo Bianconi2022-12-013-8/+6
* wifi: mt76: mt7615: enable use_cts_prot supportRyder Lee2022-12-014-0/+22
* wifi: mt76: fix rx checksum offload on mt7615/mt7915/mt7921Felix Fietkau2022-10-111-1/+3
* wifi: mt76: fix receiving LLC packets on mt7615/mt7915Felix Fietkau2022-10-111-4/+4
* Merge tag 'wireless-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-09-303-12/+9
|\
| * wifi: mt76: mt7663s: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Deren Wu2022-09-151-12/+3
| * wifi: mt76: mt7663s: add rx_check callbackLorenzo Bianconi2022-09-151-0/+1
| * wifi: mt76: mt7615: add mt7615_mutex_acquire/release in mt7615_sta_set_decap_...Lorenzo Bianconi2022-09-151-0/+4
| * wifi: mt76: add rx_check callback for usb devicesLorenzo Bianconi2022-09-151-0/+1
* | wifi: mt76: fix reading current per-tid starting sequence number for aggregationFelix Fietkau2022-09-121-1/+1
|/
* Merge tag 'mt76-for-kvalo-2022-07-11' of https://github.com/nbd168/wirelessKalle Valo2022-07-1811-322/+110
|\
| * mt76: convert MT_TX_HW_QUEUE_EXT_PHY to MT_TX_HW_QUEUE_PHYLorenzo Bianconi2022-07-113-9/+8
| * mt76: add phy_idx to mt76_wcidLorenzo Bianconi2022-07-112-5/+5
| * mt76: introduce phys array in mt76_dev structureLorenzo Bianconi2022-07-115-38/+44
| * mt76: add phy_idx in mt76_rx_statusLorenzo Bianconi2022-07-111-1/+1
| * mt76: connac: move tx initialization/cleanup in mt76_connac moduleLorenzo Bianconi2022-07-111-6/+3
| * mt76: do not use skb_set_queue_mapping for internal purposesFelix Fietkau2022-07-115-7/+9
| * mt76: mt7615: fix throughput regression on DFS channelsFelix Fietkau2022-07-114-25/+7
| * mt76: mt7615: add sta_rec with EXTRA_INFO_NEW for the first time onlyFelix Fietkau2022-07-112-1/+9
| * mt76: move mt76_connac2_mcu_fill_message in mt76_connac moduleLorenzo Bianconi2022-07-111-3/+0
| * mt76: connac: move mt7615_txp_skb_unmap in common codeLorenzo Bianconi2022-07-112-57/+1
| * mt76: connac: move mt76_connac_write_hw_txp in shared codeLorenzo Bianconi2022-07-112-45/+1
| * mt76: connac: move mt76_connac_tx_complete_skb in shared codeLorenzo Bianconi2022-07-114-35/+1
| * mt76: connac: move mt76_connac_tx_free in shared codeLorenzo Bianconi2022-07-112-11/+4
| * mt76: move mt7615_txp_ptr in mt76_connac moduleLorenzo Bianconi2022-07-114-30/+8
| * mt76: connac: move mt76_connac_fw_txp in common moduleLorenzo Bianconi2022-07-113-37/+7
| * mt76: mt7615: do not update pm stats in case of errorLorenzo Bianconi2022-07-111-4/+5
| * mt76: enable the VHT extended NSS BW featureDeren Wu2022-07-111-0/+1
| * mt76: mt7663: rely on mt76_connac2_fw_trailerLorenzo Bianconi2022-07-111-16/+2
| * mt76: mt7615: add missing bh-disable around rx napi scheduleFelix Fietkau2022-07-111-0/+2
| * mt76: add DBDC rxq handlings into mac_reset_workRyder Lee2022-07-111-7/+7
* | wifi: mac80211: change QoS settings API to take link into accountJohannes Berg2022-07-151-1/+2
|/
* wifi: mac80211: return a beacon for a specific linkShaul Triebitz2022-06-201-2/+2
* wifi: mac80211: split bss_info_changed methodJohannes Berg2022-06-201-1/+1
* wifi: mac80211: move interface config to new structJohannes Berg2022-06-202-2/+2
* wifi: mac80211: move some future per-link data to bss_confJohannes Berg2022-06-201-1/+1
* mt76: mt7615/mt7915: do reset_work with mt76's work queueBo Jiao2022-05-131-1/+1