mirror of
https://github.com/proski/madwifi
synced 2024-11-21 22:11:32 +03:00
Fix trailing whitespace
git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@4051 0192ed92-7a03-0410-a25b-9323aeb14dbd
This commit is contained in:
parent
a96aec1cee
commit
892214198a
@ -706,7 +706,7 @@ ieee80211_find_channel(struct ieee80211com *ic, int freq, int flags)
|
||||
c = &ic->ic_channels[i];
|
||||
if (c->ic_freq == freq &&
|
||||
(flags == 0 ||
|
||||
(c->ic_flags & IEEE80211_CHAN_ALLTURBO) ==
|
||||
(c->ic_flags & IEEE80211_CHAN_ALLTURBO) ==
|
||||
(flags & IEEE80211_CHAN_ALLTURBO)))
|
||||
return c;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user