index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
mediatek
/
mt76
/
mt76x2
Commit message (
Expand
)
Author
Age
Files
Lines
*
mt76: move mt76x02_phy_get_min_avg_rssi to mt76 core
Felix Fietkau
2019-01-17
1
-1
/
+3
*
mt76: move mt76x02_get_txpower to mt76 core
Felix Fietkau
2019-01-17
2
-2
/
+2
*
mt76: add led support to mt76x0e driver
Lorenzo Bianconi
2019-01-11
2
-77
/
+0
*
mt76: make const array 'data' static, shrinks object size
Colin Ian King
2019-01-11
1
-1
/
+1
*
mt76: mmio: introduce mt76x02_check_tx_hang watchdog
Lorenzo Bianconi
2019-01-11
2
-0
/
+3
*
mt76: add energy detect CCA support to mt76x{0,2}e drivers
Lorenzo Bianconi
2019-01-11
2
-0
/
+3
*
mt76x2: init: set default value for MT_TX_LINK_CFG
Lorenzo Bianconi
2019-01-11
1
-0
/
+1
*
mt76x2: add static qualifier to mt76x2_init_hardware
Lorenzo Bianconi
2019-01-11
2
-2
/
+1
*
Merge tag 'mt76-for-kvalo-2018-11-30' of https://github.com/nbd168/wireless
Kalle Valo
2018-12-13
22
-1974
/
+199
|
\
|
*
mt76: replace sta_add/remove ops with common sta_state function
Felix Fietkau
2018-11-30
4
-4
/
+6
|
*
mt76: remove wait argument from mt76x02_mcu_calibrate
Stanislaw Gruszka
2018-11-30
4
-25
/
+25
|
*
mt76x2u: init: remove mt76x2u_init_beacon_offsets routine
Lorenzo Bianconi
2018-11-30
1
-10
/
+0
|
*
mt76x2u: main: use mt76x02_bss_info_changed utility routine
Lorenzo Bianconi
2018-11-30
1
-20
/
+3
|
*
mt76x2u: phy: run phy_channel_calibrate after channel switch
Lorenzo Bianconi
2018-11-30
3
-9
/
+15
|
*
mt76x2u: phy: add TX_SHAPING calibration
Lorenzo Bianconi
2018-11-30
1
-0
/
+1
|
*
mt76x0: pci: enable VHT rates in IBSS mode
Lorenzo Bianconi
2018-11-30
1
-3
/
+0
|
*
mt76: introduce mt76x02_config_mac_addr_list routine
Lorenzo Bianconi
2018-11-30
1
-15
/
+2
|
*
mt76x02: assure we update gain after scan
Stanislaw Gruszka
2018-11-30
1
-1
/
+2
|
*
mt76: remove wait argument from mt76x02_mcu_set_radio_state
Stanislaw Gruszka
2018-11-30
4
-4
/
+4
|
*
mt76: remove wait argument from mt76x02_mcu_function_select
Stanislaw Gruszka
2018-11-30
2
-2
/
+2
|
*
mt76: remove mcu_msg_alloc
Stanislaw Gruszka
2018-11-30
2
-15
/
+8
|
*
mt76: move mt76x02_eeprom_copy in mt76x02-lib module
Lorenzo Bianconi
2018-11-30
1
-13
/
+2
|
*
mt76x2u: init: use common routines for wcid/key initialization
Lorenzo Bianconi
2018-11-30
1
-12
/
+7
|
*
mt76x2u: init: remove not useful configuration
Lorenzo Bianconi
2018-11-30
1
-3
/
+0
|
*
mt76x2: move wcid_tx_rate conf at bootstrap
Lorenzo Bianconi
2018-11-30
1
-1
/
+4
|
*
mt76x0: pci: add DFS support
Lorenzo Bianconi
2018-11-30
2
-29
/
+1
|
*
mt76: move dfs support in mt76x02-lib module
Lorenzo Bianconi
2018-11-30
6
-896
/
+4
|
*
mt76: move mt76x02_bss_info_changed in mt76x02-lib module
Lorenzo Bianconi
2018-11-30
1
-38
/
+1
|
*
mt76: move tx protection routines in mt76x02-lib module
Lorenzo Bianconi
2018-11-30
4
-70
/
+3
|
*
mt76: move mt76x02_set_tx_ackto in mt76x02-lib module
Lorenzo Bianconi
2018-11-30
3
-32
/
+3
|
*
mt76: introduce mt76x02_init_beacon_config routine
Lorenzo Bianconi
2018-11-30
1
-18
/
+1
|
*
mt76: move mt76x02_sta_ps in mt76x02-lib module
Lorenzo Bianconi
2018-11-30
3
-14
/
+1
|
*
mt76: move mt76x02_get_txpower in mt76x02_util.c
Lorenzo Bianconi
2018-11-30
2
-14
/
+2
|
*
mt76: move mt76x02_sw_scan and mt76x02_sw_scan_complete in mt76x02-lib module
Lorenzo Bianconi
2018-11-30
2
-40
/
+4
|
*
mt76x0: pci: add pre_tbtt_tasklet support
Lorenzo Bianconi
2018-11-30
1
-3
/
+0
|
*
mt76: move tx beacon routines in mt76x02-lib module
Lorenzo Bianconi
2018-11-30
4
-147
/
+3
|
*
mt76: move mac beacon routines in mt76x02-lib module
Lorenzo Bianconi
2018-11-30
5
-129
/
+6
|
*
mt76: move mt76x02_init_device in mt76x02-lib module
Lorenzo Bianconi
2018-11-30
4
-79
/
+2
|
*
mt76x2u: introduce mac workqueue support
Lorenzo Bianconi
2018-11-30
4
-1
/
+5
|
*
mt76: move mt76x02_debugfs in mt76x02-lib module
Lorenzo Bianconi
2018-11-30
5
-141
/
+3
|
*
mt76: move mt76x02_mac_work routine in mt76x02-lib module
Lorenzo Bianconi
2018-11-30
4
-23
/
+1
|
*
mt76x0: pci: add get_survey support
Lorenzo Bianconi
2018-11-30
3
-21
/
+2
|
*
mt76x2u: align channel gain logic to mt76x2 one
Lorenzo Bianconi
2018-11-30
8
-177
/
+114
|
*
mt76x2: align mt76x2 and mt76x2u firmware
Lorenzo Bianconi
2018-11-30
3
-7
/
+4
*
|
mt76: fix uninitialized mutex access setting rts threshold
Lorenzo Bianconi
2018-11-16
1
-2
/
+2
*
|
mt76: fix building without CONFIG_LEDS_CLASS
Arnd Bergmann
2018-11-06
1
-2
/
+4
|
/
*
mt76: introduce mt76x02_init_agc_gain routine
Lorenzo Bianconi
2018-10-13
1
-11
/
+1
*
mt76: move mt76x02_phy_adjust_vga_gain in mt76/mt76x02_phy.c
Lorenzo Bianconi
2018-10-13
1
-20
/
+2
*
mt76: move rssi_gain_thresh routines in mt76x02-lib module
Lorenzo Bianconi
2018-10-13
1
-28
/
+2
*
mt76x0: eeprom: introduce mt76x0_tssi_enabled routine
Lorenzo Bianconi
2018-10-13
4
-5
/
+26
[next]