Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ti/wlcore/
Dmain.c5765 { .hw_value = 1, .center_freq = 2412, .max_power = WLCORE_MAX_TXPWR },
5766 { .hw_value = 2, .center_freq = 2417, .max_power = WLCORE_MAX_TXPWR },
5767 { .hw_value = 3, .center_freq = 2422, .max_power = WLCORE_MAX_TXPWR },
5768 { .hw_value = 4, .center_freq = 2427, .max_power = WLCORE_MAX_TXPWR },
5769 { .hw_value = 5, .center_freq = 2432, .max_power = WLCORE_MAX_TXPWR },
5770 { .hw_value = 6, .center_freq = 2437, .max_power = WLCORE_MAX_TXPWR },
5771 { .hw_value = 7, .center_freq = 2442, .max_power = WLCORE_MAX_TXPWR },
5772 { .hw_value = 8, .center_freq = 2447, .max_power = WLCORE_MAX_TXPWR },
5773 { .hw_value = 9, .center_freq = 2452, .max_power = WLCORE_MAX_TXPWR },
5774 { .hw_value = 10, .center_freq = 2457, .max_power = WLCORE_MAX_TXPWR },
[all …]
Dwlcore.h41 #define WLCORE_MAX_TXPWR 25 macro