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];418 struct rt_channel_info channel_set[MAX_CHANNEL_NUM];
491 memset(c_set, 0, sizeof(struct rt_channel_info) * MAX_CHANNEL_NUM); in init_channel_set()4506 struct rt_channel_info chplan_sta[MAX_CHANNEL_NUM]; in process_80211d()4552 if (i == MAX_CHANNEL_NUM || in process_80211d()4589 while (i < MAX_CHANNEL_NUM && in process_80211d()4608 while (i < MAX_CHANNEL_NUM && in process_80211d()4625 if (i == MAX_CHANNEL_NUM || in process_80211d()4659 while (i < MAX_CHANNEL_NUM && in process_80211d()4677 while (i < MAX_CHANNEL_NUM && in process_80211d()4693 while (i < MAX_CHANNEL_NUM && chplan_new[i].ChannelNum != 0) { in process_80211d()
83 #define MAX_CHANNEL_NUM 8 macro
331 memset(channel_set, 0, sizeof(struct rt_channel_info) * MAX_CHANNEL_NUM); in init_channel_set()4085 struct rt_channel_info chplan_sta[MAX_CHANNEL_NUM]; in process_80211d()4133 if ((i == MAX_CHANNEL_NUM) || in process_80211d()4161 while ((i < MAX_CHANNEL_NUM) && in process_80211d()4179 while ((i < MAX_CHANNEL_NUM) && in process_80211d()4194 while ((i < MAX_CHANNEL_NUM) && (chplan_sta[i].ChannelNum != 0)) { in process_80211d()4208 while ((i < MAX_CHANNEL_NUM) && (chplan_new[i].ChannelNum != 0)) { in process_80211d()
910 for (i = 0, val = 0; i < MAX_CHANNEL_NUM; i++) { in rtw_wx_get_range()