summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7915 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* wifi: mt76: mt7915: fix EEPROM offset of TSSI flag on MT7981StanleyYP Wang2023-12-071-1/+2
* wifi: mt76: use chainmask for power delta calculationAllen Ye2023-12-071-1/+1
* wifi: mt76: change txpower init to per-phyShayne Chen2023-12-073-14/+23
* wifi: mt76: mt7915: fallback to non-wed mode if platform_get_resource fails i...Lorenzo Bianconi2023-12-071-1/+1
* wifi: mt76: move wed reset common code in mt76 moduleLorenzo Bianconi2023-12-072-33/+4
* wifi: mt76: introduce wed pointer in mt76_queueLorenzo Bianconi2023-12-071-5/+11
* wifi: mt76: introduce mt76_queue_is_wed_tx_free utility routineLorenzo Bianconi2023-12-071-1/+1
* wifi: mt76: move mt76_net_setup_tc in common codeLorenzo Bianconi2023-12-071-15/+1
* wifi: mt76: move mt76_mmio_wed_offload_{enable,disable} in common codeLorenzo Bianconi2023-12-071-27/+2
* wifi: mt76: mmio: move mt76_mmio_wed_{init,release}_rx_buf in common codeLorenzo Bianconi2023-12-071-76/+2
* wifi: mt76: Remove unnecessary (void*) conversionsWu Yunchuan2023-12-072-2/+2
* wifi: mt76: permit to load precal from NVMEM cell for mt7915Christian Marangi2023-12-071-1/+6
* wifi: mt76: limit support of precal loading for mt7915 to MTD onlyChristian Marangi2023-12-071-1/+1
* Merge tag 'mt76-for-kvalo-2023-09-30' of https://github.com/nbd168/wirelessKalle Valo2023-10-098-65/+121
|\
| * wifi: mt76: mt7915 add tc offloading supportFelix Fietkau2023-09-302-0/+18
| * wifi: mt76: mt7915: fix beamforming availability checkMeiChia Chiu2023-09-301-2/+2
| * wifi: mt76: mt7915: update mpdu density capabilityPeter Chiu2023-09-301-4/+12
| * wifi: mt76: check vif type before reporting cca and csaPeter Chiu2023-09-301-3/+5
| * wifi: mt76: fix per-band IEEE80211_CONF_MONITOR flag comparisonShayne Chen2023-09-301-1/+1
| * wifi: mt76: get rid of false alamrs of tx emission issuesStanleyYP Wang2023-09-301-3/+3
| * wifi: mt76: fix potential memory leak of beacon commandsBo Jiao2023-09-301-2/+8
| * wifi: mt76: check sta rx control frame to multibss capabilityAllen Ye2023-09-301-0/+2
| * wifi: mt76: update beacon size limitationMeiChia Chiu2023-09-304-33/+44
| * wifi: mt76: fix clang-specific fortify warningsDmitry Antipov2023-09-301-1/+1
| * wifi: mt76: Use PTR_ERR_OR_ZERO() to simplify codeJinjie Ruan2023-09-302-8/+2
| * wifi: mt76: mt7915: fix monitor mode issuesFelix Fietkau2023-09-303-6/+21
| * wifi: mt76: remove unused error path in mt76_connac_tx_complete_skbFelix Fietkau2023-09-301-1/+1
| * wifi: mt76: fix race condition related to checking tx queue fill statusFelix Fietkau2023-09-301-2/+2
* | Merge tag 'wireless-next-2023-10-06' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-10-071-6/+3
|\|
| * wifi: cfg80211: annotate iftype_data pointer with sparseJohannes Berg2023-09-111-6/+3
* | net: ethernet: mtk_wed: rename mtk_rxbm_desc in mtk_wed_bm_descLorenzo Bianconi2023-09-191-1/+1
|/
* Fix nomenclature for USB and PCI wireless devicesAlan Stern2023-08-251-1/+1
* Merge tag 'mt76-for-kvalo-2023-07-31' of https://github.com/nbd168/wirelessKalle Valo2023-08-0215-508/+723
|\
| * wifi: mt76: mt7915: fix power-limits while chan_switchRyder Lee2023-07-311-1/+2
| * wifi: mt76: mt7915: fix tlv length of mt7915_mcu_get_chan_mib_infoRyder Lee2023-07-311-1/+1
| * wifi: mt76: mt7915: remove VHT160 capability on MT7915Felix Fietkau2023-07-261-1/+0
| * wifi: mt76: mt7915: fix capabilities in non-AP modeFelix Fietkau2023-07-263-12/+50
| * mt76: connac: move more mt7921/mt7915 mac shared code in connac libLorenzo Bianconi2023-07-253-89/+5
| * wifi: mt76: move ampdu_state in mt76_wcidLorenzo Bianconi2023-07-253-5/+4
| * wifi: mt76: mt7915: move poll_list in mt76_wcidLorenzo Bianconi2023-07-253-17/+16
| * wifi: mt76: mt7915: move sta_poll_list and sta_poll_lock in mt76_devLorenzo Bianconi2023-07-254-32/+31
| * wifi: mt76: mt7915: fix command timeout in AP stop periodRany Hany2023-07-251-13/+50
| * wifi: mt76: mt7915: disable WFDMA Tx/Rx during SER recoveryBo Jiao2023-07-253-73/+101
| * wifi: mt76: mt7915: accumulate mu-mimo ofdma muru statsRyder Lee2023-07-255-71/+164
| * wifi: mt76: add tx_nss histogram to ethtool statsRyder Lee2023-07-251-0/+4
| * wifi: mt76: mt7915: add support for MT7981Alexander Couzens2023-07-2512-76/+169
| * wifi: mt76: mt7915: move mib_stats structure in mt76.hLorenzo Bianconi2023-07-254-67/+6
| * wifi: mt76: mt7915: drop return in mt7915_sta_statisticsRyder Lee2023-07-251-14/+13
| * wifi: mt76: mt7915: rework tx bytes counting when WED is activePeter Chiu2023-07-252-28/+8
| * wifi: mt76: mt7915: rework tx packets counting when WED is activePeter Chiu2023-07-253-9/+72