summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt76.h
AgeCommit message (Expand)AuthorFilesLines
2022-05-13mt76: add gfp to mt76_mcu_msg_alloc signatureLorenzo Bianconi1-1/+8
2022-05-13mt76: mt7915: add Wireless Ethernet Dispatch supportFelix Fietkau1-4/+26
2022-05-13mt76: make number of tokens configurable dynamicallyFelix Fietkau1-3/+3
2022-05-13mt76: add support for overriding the device used for DMA mappingFelix Fietkau1-0/+1
2022-05-13mt76: fix MBSS index condition in DBDC modeEvelyn Tsai1-1/+1
2022-05-13mt76: fix use-after-free by removing a non-RCU wcid pointerFelix Fietkau1-1/+1
2022-03-16mt76: usb: introduce __mt76u_init utility routineLorenzo Bianconi1-2/+10
2022-03-16mt76: fix monitor mode crash with sdio driverDeren Wu1-1/+1
2022-02-04mt76: redefine mt76_for_each_q_rx to adapt mt7986 changesBo Jiao1-2/+2
2022-02-03mt76: mt7915: fix/rewrite the dfs state handling logicFelix Fietkau1-0/+9
2022-02-03mt76: sdio: honor the largest Tx buffer the hardware can supportSean Wang1-2/+3
2022-02-03mt76: connac: add support for passing the cipher field in bss_infoFelix Fietkau1-0/+1
2022-02-03mt76: mt7915: enlarge wcid size to 544Bo Jiao1-1/+1
2022-02-03mt76: add MT_RXQ_MAIN_WA for mt7916Bo Jiao1-0/+1
2021-12-19mt76: mt7921s: fix cmd timeout in throughput testDeren Wu1-0/+2
2021-12-19mt76: allow drivers to drop rx packets earlyFelix Fietkau1-0/+2
2021-12-19mt76: move sar_capa configuration in common codeLorenzo Bianconi1-1/+0
2021-12-19mt76: move sar utilities to mt76-core moduleLorenzo Bianconi1-0/+5
2021-12-18mt76: testmode: add support to set MACShayne Chen1-0/+2
2021-10-20mt76: move mt76_ethtool_worker_info in mt76 moduleLorenzo Bianconi1-0/+10
2021-10-20mt76: move mt76_sta_stats in mt76.hLorenzo Bianconi1-0/+7
2021-10-20mt76: mt7921s: add reset supportSean Wang1-0/+2
2021-10-20mt76: connac: extend mcu_get_nic_capabilitySean Wang1-0/+1
2021-10-20mt76: sdio: extend sdio module to support CONNAC2Sean Wang1-1/+3
2021-10-20mt76: sdio: introduce parse_irq callbackLorenzo Bianconi1-0/+3
2021-10-20mt76: sdio: move common code in mt76_sdio moduleLorenzo Bianconi1-0/+16
2021-10-20mt76: sdio: export mt76s_alloc_rx_queue and mt76s_alloc_tx routinesLorenzo Bianconi1-1/+2
2021-10-20mt76: rely on phy pointer in mt76_register_debugfs_fops routine signatureLorenzo Bianconi1-2/+2
2021-10-20mt76: use a separate CCMP PN receive counter for management framesXing Song1-1/+1
2021-10-20mt76: drop MCU header size from buffer size in __mt76_mcu_send_firmwareSean Wang1-1/+3
2021-10-20mt76: introduce __mt76_mcu_send_firmware routineLorenzo Bianconi1-2/+9
2021-10-20mt76: schedule status timeout at dma completionLorenzo Bianconi1-2/+7
2021-10-20mt76: substitute sk_buff_head status_list with spinlock_t status_lockLorenzo Bianconi1-3/+4
2021-10-20mt76: remove mt76_wcid pointer from mt76_tx_status_check signatureLorenzo Bianconi1-2/+1
2021-10-20mt76: introduce packet_id idrLorenzo Bianconi1-8/+18
2021-10-20mt76: connac: add 6GHz support to mt76_connac_mcu_set_channel_domainLorenzo Bianconi1-0/+1
2021-10-20mt76: mt7915: add tx stats gathered from tx-status callbacksBen Greear1-0/+1
2021-10-20mt76: use IEEE80211_OFFLOAD_ENCAP_ENABLED instead of MT_DRV_AMSDU_OFFLOADRyder Lee1-1/+0
2021-10-20mt76: overwrite default reg_ops if necessaryLorenzo Bianconi1-1/+7
2021-10-20mt76: add support for setting mcast rateRyder Lee1-1/+1
2021-10-20mt76: add mt76_default_basic_rate more devices can rely onSean Wang1-0/+1
2021-10-20mt76: mt7915: report tx rate directly from tx statusRyder Lee1-0/+2
2021-10-20mt76: mt7921: add .set_sar_specs supportYN Chen1-0/+8
2021-06-19mt76: fix iv and CCMP header insertionRyder Lee1-0/+16
2021-06-19mt76: make mt76_update_survey() per phyRyder Lee1-2/+2
2021-06-19mt76: move mt76_get_next_pkt_id in mt76.hLorenzo Bianconi1-0/+11
2021-06-19mt76: connac: add mt76_connac_mcu_get_nic_capability utility routineLorenzo Bianconi1-0/+1
2021-06-19mt76: move mt76_rates in mt76 moduleLorenzo Bianconi1-0/+15
2021-06-17mt76: improve tx status codepathFelix Fietkau1-1/+8
2021-04-21mt76: move mt76_token_init in mt76_alloc_deviceLorenzo Bianconi1-1/+0