Home
last modified time | relevance | path

Searched refs:WLCORE_MAX_TXPWR (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ti/wlcore/
Dmain.c5805 { .hw_value = 1, .center_freq = 2412, .max_power = WLCORE_MAX_TXPWR },
5806 { .hw_value = 2, .center_freq = 2417, .max_power = WLCORE_MAX_TXPWR },
5807 { .hw_value = 3, .center_freq = 2422, .max_power = WLCORE_MAX_TXPWR },
5808 { .hw_value = 4, .center_freq = 2427, .max_power = WLCORE_MAX_TXPWR },
5809 { .hw_value = 5, .center_freq = 2432, .max_power = WLCORE_MAX_TXPWR },
5810 { .hw_value = 6, .center_freq = 2437, .max_power = WLCORE_MAX_TXPWR },
5811 { .hw_value = 7, .center_freq = 2442, .max_power = WLCORE_MAX_TXPWR },
5812 { .hw_value = 8, .center_freq = 2447, .max_power = WLCORE_MAX_TXPWR },
5813 { .hw_value = 9, .center_freq = 2452, .max_power = WLCORE_MAX_TXPWR },
5814 { .hw_value = 10, .center_freq = 2457, .max_power = WLCORE_MAX_TXPWR },
[all …]
Dwlcore.h41 #define WLCORE_MAX_TXPWR 25 macro