Home
last modified time | relevance | path

Searched refs:regd_orig (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Dreg.c188 static void ath11k_copy_regd(struct ieee80211_regdomain *regd_orig, in ath11k_copy_regd() argument
194 memcpy(regd_copy, regd_orig, sizeof(*regd_orig)); in ath11k_copy_regd()
196 for (i = 0; i < regd_orig->n_reg_rules; i++) in ath11k_copy_regd()
197 memcpy(&regd_copy->reg_rules[i], &regd_orig->reg_rules[i], in ath11k_copy_regd()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_cfg80211.c10528 static int wl_copy_regd(const struct ieee80211_regdomain *regd_orig, in wl_copy_regd() argument
10533 if (memcpy_s(regd_copy, sizeof(*regd_copy), regd_orig, sizeof(*regd_orig))) { in wl_copy_regd()
10536 for (i = 0; i < regd_orig->n_reg_rules; i++) { in wl_copy_regd()
10538 &regd_orig->reg_rules[i], sizeof(regd_orig->reg_rules[i]))) { in wl_copy_regd()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_cfg80211.c10449 static int wl_copy_regd(const struct ieee80211_regdomain *regd_orig, in wl_copy_regd() argument
10454 if (memcpy_s(regd_copy, sizeof(*regd_copy), regd_orig, sizeof(*regd_orig))) { in wl_copy_regd()
10457 for (i = 0; i < regd_orig->n_reg_rules; i++) { in wl_copy_regd()
10459 &regd_orig->reg_rules[i], sizeof(regd_orig->reg_rules[i]))) { in wl_copy_regd()