Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Ddebug_sta.c174 #define PRINT_OFDM_RATE(str, i) \ macro
234 PRINT_OFDM_RATE("OFDM-6M", 0); in read_file_node_recv()
235 PRINT_OFDM_RATE("OFDM-9M", 1); in read_file_node_recv()
236 PRINT_OFDM_RATE("OFDM-12M", 2); in read_file_node_recv()
237 PRINT_OFDM_RATE("OFDM-18M", 3); in read_file_node_recv()
238 PRINT_OFDM_RATE("OFDM-24M", 4); in read_file_node_recv()
239 PRINT_OFDM_RATE("OFDM-36M", 5); in read_file_node_recv()
240 PRINT_OFDM_RATE("OFDM-48M", 6); in read_file_node_recv()
241 PRINT_OFDM_RATE("OFDM-54M", 7); in read_file_node_recv()
249 #undef PRINT_OFDM_RATE