diff options
Diffstat (limited to 'net/wireless')
-rw-r--r-- | net/wireless/reg.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/wireless/reg.c b/net/wireless/reg.c index fa738be897a3..47ff44751b70 100644 --- a/net/wireless/reg.c +++ b/net/wireless/reg.c | |||
@@ -1255,8 +1255,6 @@ static int ignore_request(struct wiphy *wiphy, | |||
1255 | return 0; | 1255 | return 0; |
1256 | 1256 | ||
1257 | switch (pending_request->initiator) { | 1257 | switch (pending_request->initiator) { |
1258 | case REGDOM_SET_BY_INIT: | ||
1259 | return -EINVAL; | ||
1260 | case REGDOM_SET_BY_CORE: | 1258 | case REGDOM_SET_BY_CORE: |
1261 | return -EINVAL; | 1259 | return -EINVAL; |
1262 | case REGDOM_SET_BY_COUNTRY_IE: | 1260 | case REGDOM_SET_BY_COUNTRY_IE: |