Searched refs:regd_orig (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/ |
| H A D | reg.c | 188 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(®d_copy->reg_rules[i], ®d_orig->reg_rules[i], in ath11k_copy_regd()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wl_cfg80211.c | 10528 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 ®d_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 D | wl_cfg80211.c | 10449 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 ®d_orig->reg_rules[i], sizeof(regd_orig->reg_rules[i]))) { in wl_copy_regd()
|