Home
last modified time | relevance | path

Searched refs:region_chan_old (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/
H A Dmlan_cfp.c1986 region_chan_t region_chan_old[MAX_REGION_CHANNEL_NUM]; in wlan_set_regiontable() local
1990 memcpy(pmadapter, region_chan_old, pmadapter->region_channel, in wlan_set_regiontable()
2017 if (region_chan_old[j].band & (BAND_B | BAND_G)) in wlan_set_regiontable()
2020 if ((j < MAX_REGION_CHANNEL_NUM) && region_chan_old[j].valid) in wlan_set_regiontable()
2022 region_chan_old[j].pcfp, in wlan_set_regiontable()
2023 region_chan_old[j].num_cfp); in wlan_set_regiontable()
2045 if (region_chan_old[j].band & BAND_A) in wlan_set_regiontable()
2048 if ((j < MAX_REGION_CHANNEL_NUM) && region_chan_old[j].valid) in wlan_set_regiontable()
2050 region_chan_old[j].pcfp, in wlan_set_regiontable()
2051 region_chan_old[j].num_cfp); in wlan_set_regiontable()
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_cfp.c2674 region_chan_t region_chan_old[MAX_REGION_CHANNEL_NUM]; in wlan_set_regiontable() local
2680 memcpy_ext(pmadapter, region_chan_old, pmadapter->region_channel, in wlan_set_regiontable()
2681 sizeof(pmadapter->region_channel), sizeof(region_chan_old)); in wlan_set_regiontable()
2710 if (region_chan_old[j].band & (BAND_B | BAND_G)) in wlan_set_regiontable()
2715 (region_chan_old[j].valid == MTRUE)) { in wlan_set_regiontable()
2717 region_chan_old[j].pcfp, in wlan_set_regiontable()
2718 region_chan_old[j].num_cfp); in wlan_set_regiontable()
2744 if (region_chan_old[j].band & BAND_A) in wlan_set_regiontable()
2747 if ((j < MAX_REGION_CHANNEL_NUM) && region_chan_old[j].valid) { in wlan_set_regiontable()
2749 region_chan_old[j].pcfp, in wlan_set_regiontable()
[all …]