diff options
Diffstat (limited to 'net/wireless')
-rw-r--r-- | net/wireless/reg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/wireless/reg.c b/net/wireless/reg.c index 2714379ce2d6..58d69959ab28 100644 --- a/net/wireless/reg.c +++ b/net/wireless/reg.c | |||
@@ -812,7 +812,7 @@ static void handle_channel(struct wiphy *wiphy, | |||
812 | if (r) { | 812 | if (r) { |
813 | /* | 813 | /* |
814 | * We will disable all channels that do not match our | 814 | * We will disable all channels that do not match our |
815 | * recieved regulatory rule unless the hint is coming | 815 | * received regulatory rule unless the hint is coming |
816 | * from a Country IE and the Country IE had no information | 816 | * from a Country IE and the Country IE had no information |
817 | * about a band. The IEEE 802.11 spec allows for an AP | 817 | * about a band. The IEEE 802.11 spec allows for an AP |
818 | * to send only a subset of the regulatory rules allowed, | 818 | * to send only a subset of the regulatory rules allowed, |
@@ -841,7 +841,7 @@ static void handle_channel(struct wiphy *wiphy, | |||
841 | request_wiphy && request_wiphy == wiphy && | 841 | request_wiphy && request_wiphy == wiphy && |
842 | request_wiphy->flags & WIPHY_FLAG_STRICT_REGULATORY) { | 842 | request_wiphy->flags & WIPHY_FLAG_STRICT_REGULATORY) { |
843 | /* | 843 | /* |
844 | * This gaurantees the driver's requested regulatory domain | 844 | * This guarantees the driver's requested regulatory domain |
845 | * will always be used as a base for further regulatory | 845 | * will always be used as a base for further regulatory |
846 | * settings | 846 | * settings |
847 | */ | 847 | */ |