Lines Matching refs:chnl
2486 static u8 _rtl8821ae_get_chnl_group(u8 chnl) in _rtl8821ae_get_chnl_group() argument
2490 if (chnl <= 14) { in _rtl8821ae_get_chnl_group()
2491 if (1 <= chnl && chnl <= 2) in _rtl8821ae_get_chnl_group()
2493 else if (3 <= chnl && chnl <= 5) in _rtl8821ae_get_chnl_group()
2495 else if (6 <= chnl && chnl <= 8) in _rtl8821ae_get_chnl_group()
2497 else if (9 <= chnl && chnl <= 11) in _rtl8821ae_get_chnl_group()
2502 if (36 <= chnl && chnl <= 42) in _rtl8821ae_get_chnl_group()
2504 else if (44 <= chnl && chnl <= 48) in _rtl8821ae_get_chnl_group()
2506 else if (50 <= chnl && chnl <= 58) in _rtl8821ae_get_chnl_group()
2508 else if (60 <= chnl && chnl <= 64) in _rtl8821ae_get_chnl_group()
2510 else if (100 <= chnl && chnl <= 106) in _rtl8821ae_get_chnl_group()
2512 else if (108 <= chnl && chnl <= 114) in _rtl8821ae_get_chnl_group()
2514 else if (116 <= chnl && chnl <= 122) in _rtl8821ae_get_chnl_group()
2516 else if (124 <= chnl && chnl <= 130) in _rtl8821ae_get_chnl_group()
2518 else if (132 <= chnl && chnl <= 138) in _rtl8821ae_get_chnl_group()
2520 else if (140 <= chnl && chnl <= 144) in _rtl8821ae_get_chnl_group()
2522 else if (149 <= chnl && chnl <= 155) in _rtl8821ae_get_chnl_group()
2524 else if (157 <= chnl && chnl <= 161) in _rtl8821ae_get_chnl_group()
2526 else if (165 <= chnl && chnl <= 171) in _rtl8821ae_get_chnl_group()
2528 else if (173 <= chnl && chnl <= 177) in _rtl8821ae_get_chnl_group()
2533 chnl); in _rtl8821ae_get_chnl_group()