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>
This commit is contained in:
parent
a621f75cb8
commit
976418c577
|
@ -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. */
|
||||
|
|
Loading…
Reference in New Issue