aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/wireless/mediatek/mt76/mt76x02_util.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-14mt76: do not set HOST_BROADCAST_PS_BUFFERING for mt7615Felix Fietkau1-0/+1
2020-02-14mt76: move WIPHY_FLAG_HAS_CHANNEL_SWITCH in mt76_phy_initLorenzo Bianconi1-1/+0
2020-02-14mt76: mt76x02: simplify led reg definitionsLorenzo Bianconi1-3/+3
2020-02-14mt76: mt76x02: add channel switch support for usb interfacesMarkus Theil1-1/+1
2020-02-14mt76: mt76x02: add check for invalid vif idxMarkus Theil1-1/+3
2020-02-14mt76: mt76x02: fix coverage_class typeLorenzo Bianconi1-1/+1
2020-02-14mt76: move txpower and antenna mask to struct mt76_phyFelix Fietkau1-2/+2
2020-02-14mt76: move chainmask back to driver specific structsFelix Fietkau1-2/+2
2020-02-14mt76: move state from struct mt76_dev to mt76_phyFelix Fietkau1-1/+1
2020-02-14mt76: move channel state to struct mt76_phyFelix Fietkau1-2/+2
2019-11-21mt76: fix fix ampdu lockingMarkus Theil1-2/+4
2019-11-20mt76: move interface_modes definition in mt76_core moduleLorenzo Bianconi1-8/+0
2019-11-20mt76: move SUPPORTS_REORDERING_BUFFER hw property in mt76_register_deviceLorenzo Bianconi1-1/+0
2019-11-20mt76: use mt76_dev in mt76_is_{mmio,usb}Lorenzo Bianconi1-3/+3
2019-11-20mt76: add missing locking around ampdu actionFelix Fietkau1-0/+2
2019-11-20mt76: mt76x02: track approximate tx airtime for airtime fairness and surveyFelix Fietkau1-0/+1
2019-10-04mac80211: simplify TX aggregation startJohannes Berg1-2/+1
2019-09-05mt76: do not send BAR frame on tx aggregation flush stopFelix Fietkau1-1/+0
2019-09-05mt76: add default implementation for mt76_sw_scan/mt76_sw_scan_completeLorenzo Bianconi1-9/+0
2019-09-05mt76: mt76x02u: enable multi-vif supportLorenzo Bianconi1-0/+26
2019-09-05mt76: switch to SPDX tag instead of verbose boilerplate textRyder Lee1-12/+1
2019-09-05mt76: mt76x02: fix some checkpatch warningsRyder Lee1-10/+10
2019-09-05mt76: mt76x02: use params->ssn value directlyStanislaw Gruszka1-3/+3
2019-05-01mt76: do not enable/disable pre_tbtt_tasklet in scan_start/scan_completeLorenzo Bianconi1-5/+0
2019-05-01mt76: move pre_tbtt_tasklet in mt76_devLorenzo Bianconi1-2/+2
2019-05-01mt76: move beacon_int in mt76_devLorenzo Bianconi1-1/+1
2019-05-01mt76: use macro for sn and seq_ctrl conversionRyder Lee1-1/+1
2019-05-01mt76: move mac_work in mt76_devLorenzo Bianconi1-1/+1
2019-05-01mt76: store wcid tx rate info in one u32 reduce lockingFelix Fietkau1-1/+0
2019-05-01mt76x02: enable AP mode for USBStanislaw Gruszka1-1/+1
2019-05-01mt76x02: disable HW encryption for group framesStanislaw Gruszka1-0/+10
2019-05-01mt76x02u: add sta_psStanislaw Gruszka1-1/+2
2019-05-01mt76x02: introduce mt76x02_beacon.cStanislaw Gruszka1-62/+0
2019-05-01mt76: move mt76x02_insert_hdr_pad in mt76-core moduleLorenzo Bianconi1-16/+0
2019-05-01mt76: introduce mt76_sw_queue data structureLorenzo Bianconi1-1/+1
2019-03-07mt76: mt76x02: only update the base mac address if necessaryFelix Fietkau1-4/+6
2019-03-07mt76: mt76x2: implement full device restart on watchdog resetFelix Fietkau1-0/+4
2019-02-26mt76: mt76x02: only reset beacon drift counter when enabling beaconsFelix Fietkau1-1/+0
2019-02-26mt76: mt76x02: fix beacon timer issueFelix Fietkau1-3/+3
2019-02-26mt76: mt76x02: fix TSF sync modeFelix Fietkau1-1/+1
2019-02-18mt76: fix resetting software IV flag on key deleteFelix Fietkau1-1/+1
2019-02-18mt76x02: enable support for IBSS and MESHStanislaw Gruszka1-11/+10
2019-02-18mt76: beaconing fixes for USBStanislaw Gruszka1-6/+2
2019-02-18mt76x02: minor beaconing init changesStanislaw Gruszka1-6/+12
2019-02-18mt76x02: initialize mutli bss mode when set up addressStanislaw Gruszka1-11/+2
2019-02-18mt76x02: use commmon add interface for mt76x2uStanislaw Gruszka1-3/+3
2019-02-18mt76x02: use mask for vifsStanislaw Gruszka1-0/+11
2019-01-17mt76: add channel switch announcement supportFelix Fietkau1-0/+2
2019-01-17mt76: move mt76x02_phy_get_min_avg_rssi to mt76 coreFelix Fietkau1-2/+0
2019-01-17mt76: move mt76x02_get_txpower to mt76 coreFelix Fietkau1-18/+0