aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt76x02_util.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-01-11mt76: add led support to mt76x0e driverLorenzo Bianconi1-0/+59
2019-01-11mt76: mmio: introduce mt76x02_check_tx_hang watchdogLorenzo Bianconi1-0/+2
2019-01-11mt76x02: set protection according to ht operation elementStanislaw Gruszka1-0/+4
2019-01-11mt76x02: do not set protection on set_rts_threshold callbackStanislaw Gruszka1-1/+1
2018-12-13Merge tag 'mt76-for-kvalo-2018-11-30' of https://github.com/nbd168/wirelessKalle Valo1-36/+298
2018-11-30mt76: replace sta_add/remove ops with common sta_state functionFelix Fietkau1-35/+8
2018-11-30mt76: mt76x02: remove mt76x02_txq_initFelix Fietkau1-3/+15
2018-11-30mt76: add mt76_sta_remove helperFelix Fietkau1-9/+3
2018-11-30mt76: fix race condition in station removalFelix Fietkau1-1/+3
2018-11-30mt76: avoid queue/status spinlocks while passing tx status to mac80211Felix Fietkau1-1/+1
2018-11-30mt76x0: pci: enable VHT rates in IBSS modeLorenzo Bianconi1-0/+2
2018-11-30mt76: introduce mt76x02_config_mac_addr_list routineLorenzo Bianconi1-0/+22
2018-11-30mt76x02: assure we update gain after scanStanislaw Gruszka1-1/+4
2018-11-30mt76x02: run calibration after scanningStanislaw Gruszka1-0/+3
2018-11-30mt76: add support for reporting tx status with skbFelix Fietkau1-0/+1
2018-11-30mt76: clean up more unused EXPORT_SYMBOLsFelix Fietkau1-1/+0
2018-11-30mt76x0: pci: add DFS supportLorenzo Bianconi1-0/+5