aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/wireless/mediatek/mt76/mac80211.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-14mt76: Introduce mt76_mcu data structureLorenzo Bianconi1-0/+4
2020-02-14mt76: do not set HOST_BROADCAST_PS_BUFFERING for mt7615Felix Fietkau1-1/+0
2020-02-14mt76: fix rounding issues on converting per-chain and combined txpowerFelix Fietkau1-18/+2
2020-02-14mt76: avoid extra RCU synchronization on station removalFelix Fietkau1-3/+13
2020-02-14mt76: enable Airtime Queue Limit supportFelix Fietkau1-0/+1
2020-02-14mt76: rely on mac80211 utility routines to compute airtimeLorenzo Bianconi1-1/+9
2020-02-14mt76: move WIPHY_FLAG_HAS_CHANNEL_SWITCH in mt76_phy_initLorenzo Bianconi1-0/+1
2020-02-14mt76: mt7615: measure channel noise and report it via surveyFelix Fietkau1-0/+4
2020-02-14mt76: do not overwrite max_tx_fragments if it has been setShayne Chen1-1/+3
2020-02-14mt76: add ext_phy field to struct mt76_wcidFelix Fietkau1-0/+1
2020-02-14mt76: add function for allocating an extra wiphyFelix Fietkau1-49/+130
2020-02-14mt76: move txpower and antenna mask to struct mt76_phyFelix Fietkau1-9/+10
2020-02-14mt76: move state from struct mt76_dev to mt76_phyFelix Fietkau1-8/+8
2020-02-14mt76: keep a set of software tx queues per phyFelix Fietkau1-5/+8
2020-02-14mt76: move channel state to struct mt76_phyFelix Fietkau1-29/+42
2020-02-14mt76: add support for an extra wiphy in mt76_sta_state()Felix Fietkau1-4/+9
2020-02-14mt76: add support for an extra wiphy in the rx pathFelix Fietkau1-6/+14
2020-02-14mt76: introduce struct mt76_phyFelix Fietkau1-0/+5
2020-02-14mt76: move initialization of some struct members to mt76_alloc_deviceFelix Fietkau1-2/+6
2019-12-18mt76: fix LED link time failureArnd Bergmann1-1/+2
2019-11-20mt76: move mt76_get_antenna in mt76_core moduleLorenzo Bianconi1-0/+13
2019-11-20mt76: move interface_modes definition in mt76_core moduleLorenzo Bianconi1-0/+7
2019-11-20mt76: move SUPPORTS_REORDERING_BUFFER hw property in mt76_register_deviceLorenzo Bianconi1-0/+1
2019-11-20mt76: add sanity check for a-mpdu rx wcid indexFelix Fietkau1-1/+1
2019-11-20mt76: refactor cc_lock locking schemeLorenzo Bianconi1-13/+16
2019-11-20mt76: do not use devm API for led classdevFelix Fietkau1-1/+10
2019-11-20mt76: enable airtime fairnessFelix Fietkau1-0/+1
2019-11-20mt76: mt7615: report tx_time, bss_rx and busy time to mac80211Lorenzo Bianconi1-0/+1
2019-11-20mt76: unify channel survey update codeFelix Fietkau1-2/+14
2019-11-20mt76: mt7603: track tx airtime for airtime fairness and surveyFelix Fietkau1-0/+2
2019-11-20mt76: track rx airtime for airtime fairness and surveyFelix Fietkau1-5/+105
2019-11-20mt76: store current channel survey_state in struct mt76_devFelix Fietkau1-5/+19
2019-11-20mt76: report rx a-mpdu subframe statusFelix Fietkau1-0/+1
2019-09-05mt76: make mt76_rx_convert staticStanislaw Gruszka1-2/+1
2019-09-05mt76: remove offchannel check in tx schedulingFelix Fietkau1-5/+0
2019-09-05mt76: stop rx aggregation on station removalFelix Fietkau1-0/+3
2019-09-05mt76: add default implementation for mt76_sw_scan/mt76_sw_scan_completeLorenzo Bianconi1-0/+17
2019-09-05mt76: fix some checkpatch warningsRyder Lee1-14/+16
2019-09-05mt76: mt7615: add BIP_CMAC_128 cipher supportLorenzo Bianconi1-2/+3
2019-09-05mt76: move mt76_tx_tasklet in mt76 moduleLorenzo Bianconi1-0/+2
2019-09-05mt76: switch to SPDX tag instead of verbose boilerplate textRyder Lee1-12/+1
2019-06-27mt76: move mt76_get_rate in mt76-moduleLorenzo Bianconi1-0/+24
2019-06-27mt76: generalize mt76_get_txpower for 4x4:4 devicesLorenzo Bianconi1-2/+13
2019-06-27mt76: move mt76_insert_ccmp_hdr in mt76-moduleLorenzo Bianconi1-0/+23
2019-05-01mt76: add TX/RX antenna pattern capabilitiesRyder Lee1-0/+2
2019-05-01mt76usb: fix tx/rx stopStanislaw Gruszka1-1/+2
2019-05-01mt76: use mac80211 txq schedulingFelix Fietkau1-0/+15
2019-05-01mt76: fix tx power issuesFelix Fietkau1-1/+1
2019-05-01mt76: introduce mt76_free_device routineLorenzo Bianconi1-1/+7
2019-05-01mt76: unify set_timStanislaw Gruszka1-0/+7