Searched refs:MAX_CHANNEL_NUM (Results 1 – 8 of 8) sorted by relevance
33 #define MAX_CHANNEL_NUM 38/* 14+24 */ macro45 u8 channel_set[MAX_CHANNEL_NUM];46 u8 channel_cck_power[MAX_CHANNEL_NUM];/* dbm */47 u8 channel_ofdm_power[MAX_CHANNEL_NUM];/* dbm */
201 unsigned char Channel[MAX_CHANNEL_NUM];420 struct rt_channel_info channel_set[MAX_CHANNEL_NUM];
43 #define MAX_CHANNEL_NUM 14 /* 2.4 GHz only */ macro54 u8 channel_set[MAX_CHANNEL_NUM];55 u8 channel_cck_power[MAX_CHANNEL_NUM]; /* dbm */56 u8 channel_ofdm_power[MAX_CHANNEL_NUM]; /* dbm */
181 unsigned char Channel[MAX_CHANNEL_NUM];426 struct rt_channel_info channel_set[MAX_CHANNEL_NUM];
490 memset(c_set, 0, sizeof(struct rt_channel_info) * MAX_CHANNEL_NUM); in init_channel_set()4496 struct rt_channel_info chplan_sta[MAX_CHANNEL_NUM]; in process_80211d()4542 if (i == MAX_CHANNEL_NUM || in process_80211d()4579 while (i < MAX_CHANNEL_NUM && in process_80211d()4598 while (i < MAX_CHANNEL_NUM && in process_80211d()4615 if (i == MAX_CHANNEL_NUM || in process_80211d()4649 while (i < MAX_CHANNEL_NUM && in process_80211d()4667 while (i < MAX_CHANNEL_NUM && in process_80211d()4683 while (i < MAX_CHANNEL_NUM && chplan_new[i].ChannelNum != 0) { in process_80211d()
2468 struct rt_channel_info chplan_sta[MAX_CHANNEL_NUM]; in process_80211d()2516 if ((i == MAX_CHANNEL_NUM) || in process_80211d()2544 while ((i < MAX_CHANNEL_NUM) && in process_80211d()2562 while ((i < MAX_CHANNEL_NUM) && in process_80211d()2577 while ((i < MAX_CHANNEL_NUM) && (chplan_sta[i].ChannelNum != 0)) { in process_80211d()2591 while ((i < MAX_CHANNEL_NUM) && (chplan_new[i].ChannelNum != 0)) { in process_80211d()4093 memset(channel_set, 0, sizeof(struct rt_channel_info) * MAX_CHANNEL_NUM); in init_channel_set()
83 #define MAX_CHANNEL_NUM 8 macro
912 for (i = 0, val = 0; i < MAX_CHANNEL_NUM; i++) { in rtw_wx_get_range()