diff options
author | Johannes Berg <johannes.berg@intel.com> | 2012-12-03 11:21:11 -0500 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2013-01-03 07:01:22 -0500 |
commit | 1a9193185f462a51815fe48491f8a6fb6b942551 (patch) | |
tree | 9c89b47fdecbbd005fa5795393fab31e6a2e6e97 /net/wireless/reg.h | |
parent | 75e2dba866706ab9b133983b7fd9a6297b24c22d (diff) |
regulatory: code cleanup
Clean up various things like indentation, extra
parentheses, too many/few line breaks, etc.
Acked-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/wireless/reg.h')
-rw-r--r-- | net/wireless/reg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/wireless/reg.h b/net/wireless/reg.h index 4c0a32ffd530..37891e813a74 100644 --- a/net/wireless/reg.h +++ b/net/wireless/reg.h | |||
@@ -55,8 +55,8 @@ bool reg_last_request_cell_base(void); | |||
55 | * set the wiphy->disable_beacon_hints to true. | 55 | * set the wiphy->disable_beacon_hints to true. |
56 | */ | 56 | */ |
57 | int regulatory_hint_found_beacon(struct wiphy *wiphy, | 57 | int regulatory_hint_found_beacon(struct wiphy *wiphy, |
58 | struct ieee80211_channel *beacon_chan, | 58 | struct ieee80211_channel *beacon_chan, |
59 | gfp_t gfp); | 59 | gfp_t gfp); |
60 | 60 | ||
61 | /** | 61 | /** |
62 | * regulatory_hint_11d - hints a country IE as a regulatory domain | 62 | * regulatory_hint_11d - hints a country IE as a regulatory domain |