summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt76x02_util.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-30mt76: move mt76x02_bss_info_changed in mt76x02-lib moduleLorenzo Bianconi1-0/+42
2018-11-30mt76: move tx protection routines in mt76x02-lib moduleLorenzo Bianconi1-0/+15
2018-11-30mt76: move mt76x02_set_tx_ackto in mt76x02-lib moduleLorenzo Bianconi1-0/+30
2018-11-30mt76: introduce mt76x02_init_beacon_config routineLorenzo Bianconi1-2/+28
2018-11-30mt76: move mt76x02_sta_ps in mt76x02-lib moduleLorenzo Bianconi1-0/+12
2018-11-30mt76: move mt76x02_get_txpower in mt76x02_util.cLorenzo Bianconi1-0/+18
2018-11-30mt76: move mt76x02_sw_scan and mt76x02_sw_scan_complete in mt76x02-lib moduleLorenzo Bianconi1-0/+22
2018-11-30mt76: move mt76x02_init_device in mt76x02-lib moduleLorenzo Bianconi1-0/+81
2018-10-13mt76: use mt76x02_dev instead of mt76_dev in mt76x02_txrx.cLorenzo Bianconi1-1/+1
2018-10-13mt76: use mt76x02_dev instead of mt76_dev in mt76x02_mac.cLorenzo Bianconi1-13/+11
2018-10-13mt76: use mt76x02_dev instead of mt76_dev in mt76x02_util.cLorenzo Bianconi1-67/+71
2018-10-05mt76: rename mt76x02_util.h in mt76x02.hLorenzo Bianconi1-4/+1
2018-10-05mt76: move txrx shared routines in mt76x02_txrx.cLorenzo Bianconi1-140/+0
2018-10-05mt76: move mt76x02_tx in mt76x02-lib moduleLorenzo Bianconi1-0/+29
2018-10-05mt76: unify rxwi parsing between mt76x2 and mt76x0 driversLorenzo Bianconi1-0/+24
2018-10-05mt76: move mt76x02_tx_get_max_txpwr_adj in mt76x02_util.cLorenzo Bianconi1-3/+42
2018-10-01mt76: move mt76x02_beacon_offset in mt76x02_util.cLorenzo Bianconi1-0/+38
2018-10-01mt76: include linux/module.h in files using MODULE_*Felix Fietkau1-0/+1
2018-09-19mt76x02: add static qualifier to mt76x02_remove_dma_hdrLorenzo Bianconi1-2/+1
2018-09-19mt76x02: move TXD/RXD/MCU definitions in mt76x02_dma.hLorenzo Bianconi1-1/+1
2018-09-19mt76: usb: move mt76u_skb_dma_info in mt76x02_usb_core.cLorenzo Bianconi1-21/+0