diff options
Diffstat (limited to 'net/wireless')
-rw-r--r-- | net/wireless/reg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wireless/reg.c b/net/wireless/reg.c index c201abd38ad1..5db02a3d9c02 100644 --- a/net/wireless/reg.c +++ b/net/wireless/reg.c | |||
@@ -927,7 +927,7 @@ static bool ignore_reg_update(struct wiphy *wiphy, enum reg_set_by setby) | |||
927 | if (!last_request) | 927 | if (!last_request) |
928 | return true; | 928 | return true; |
929 | if (setby == REGDOM_SET_BY_CORE && | 929 | if (setby == REGDOM_SET_BY_CORE && |
930 | wiphy->fw_handles_regulatory) | 930 | wiphy->custom_regulatory) |
931 | return true; | 931 | return true; |
932 | return false; | 932 | return false; |
933 | } | 933 | } |