Lines Matching refs:chnl
2559 static u8 _rtl8821ae_get_chnl_group(u8 chnl) in _rtl8821ae_get_chnl_group() argument
2563 if (chnl <= 14) { in _rtl8821ae_get_chnl_group()
2564 if (1 <= chnl && chnl <= 2) in _rtl8821ae_get_chnl_group()
2566 else if (3 <= chnl && chnl <= 5) in _rtl8821ae_get_chnl_group()
2568 else if (6 <= chnl && chnl <= 8) in _rtl8821ae_get_chnl_group()
2570 else if (9 <= chnl && chnl <= 11) in _rtl8821ae_get_chnl_group()
2575 if (36 <= chnl && chnl <= 42) in _rtl8821ae_get_chnl_group()
2577 else if (44 <= chnl && chnl <= 48) in _rtl8821ae_get_chnl_group()
2579 else if (50 <= chnl && chnl <= 58) in _rtl8821ae_get_chnl_group()
2581 else if (60 <= chnl && chnl <= 64) in _rtl8821ae_get_chnl_group()
2583 else if (100 <= chnl && chnl <= 106) in _rtl8821ae_get_chnl_group()
2585 else if (108 <= chnl && chnl <= 114) in _rtl8821ae_get_chnl_group()
2587 else if (116 <= chnl && chnl <= 122) in _rtl8821ae_get_chnl_group()
2589 else if (124 <= chnl && chnl <= 130) in _rtl8821ae_get_chnl_group()
2591 else if (132 <= chnl && chnl <= 138) in _rtl8821ae_get_chnl_group()
2593 else if (140 <= chnl && chnl <= 144) in _rtl8821ae_get_chnl_group()
2595 else if (149 <= chnl && chnl <= 155) in _rtl8821ae_get_chnl_group()
2597 else if (157 <= chnl && chnl <= 161) in _rtl8821ae_get_chnl_group()
2599 else if (165 <= chnl && chnl <= 171) in _rtl8821ae_get_chnl_group()
2601 else if (173 <= chnl && chnl <= 177) in _rtl8821ae_get_chnl_group()
2607 "5G, Channel %d in Group not found\n", chnl); in _rtl8821ae_get_chnl_group()