diff options
author | John Whitmore <johnfwhitmore@gmail.com> | 2018-08-07 22:12:39 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-08-08 14:26:40 +0200 |
commit | 976418c5771992948753e875340f5b07505d3a28 (patch) | |
tree | e148a42f3a8c921c936db1c51410d8201466dc6d /drivers/staging/rtl8192u | |
parent | a621f75cb8dde0ea57ff14e001766da1f1347431 (diff) |
staging:rtl8192u: Remove stale comment - Style
Remove a comment which appears to be from a previous version of code.
This is a coding style change which should have no impact on runtime
code execution.
Signed-off-by: John Whitmore <johnfwhitmore@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8192u')
-rw-r--r-- | drivers/staging/rtl8192u/ieee80211/dot11d.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/rtl8192u/ieee80211/dot11d.h b/drivers/staging/rtl8192u/ieee80211/dot11d.h index 5639bb498865..d4c8c28190ff 100644 --- a/drivers/staging/rtl8192u/ieee80211/dot11d.h +++ b/drivers/staging/rtl8192u/ieee80211/dot11d.h @@ -17,8 +17,6 @@ enum dot11d_state { }; struct rt_dot11d_info { - /* DECLARE_RT_OBJECT(rt_dot11d_info); */ - bool enabled; /* dot11MultiDomainCapabilityEnabled */ u16 country_ie_len; /* > 0 if country_ie_buf[] contains valid country information element. */ |