Lines Matching refs:chnl
2527 static u8 _rtl8821ae_get_chnl_group(u8 chnl) in _rtl8821ae_get_chnl_group() argument
2531 if (chnl <= 14) { in _rtl8821ae_get_chnl_group()
2532 if (1 <= chnl && chnl <= 2) in _rtl8821ae_get_chnl_group()
2534 else if (3 <= chnl && chnl <= 5) in _rtl8821ae_get_chnl_group()
2536 else if (6 <= chnl && chnl <= 8) in _rtl8821ae_get_chnl_group()
2538 else if (9 <= chnl && chnl <= 11) in _rtl8821ae_get_chnl_group()
2543 if (36 <= chnl && chnl <= 42) in _rtl8821ae_get_chnl_group()
2545 else if (44 <= chnl && chnl <= 48) in _rtl8821ae_get_chnl_group()
2547 else if (50 <= chnl && chnl <= 58) in _rtl8821ae_get_chnl_group()
2549 else if (60 <= chnl && chnl <= 64) in _rtl8821ae_get_chnl_group()
2551 else if (100 <= chnl && chnl <= 106) in _rtl8821ae_get_chnl_group()
2553 else if (108 <= chnl && chnl <= 114) in _rtl8821ae_get_chnl_group()
2555 else if (116 <= chnl && chnl <= 122) in _rtl8821ae_get_chnl_group()
2557 else if (124 <= chnl && chnl <= 130) in _rtl8821ae_get_chnl_group()
2559 else if (132 <= chnl && chnl <= 138) in _rtl8821ae_get_chnl_group()
2561 else if (140 <= chnl && chnl <= 144) in _rtl8821ae_get_chnl_group()
2563 else if (149 <= chnl && chnl <= 155) in _rtl8821ae_get_chnl_group()
2565 else if (157 <= chnl && chnl <= 161) in _rtl8821ae_get_chnl_group()
2567 else if (165 <= chnl && chnl <= 171) in _rtl8821ae_get_chnl_group()
2569 else if (173 <= chnl && chnl <= 177) in _rtl8821ae_get_chnl_group()
2574 chnl); in _rtl8821ae_get_chnl_group()