Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0a0cd353 authored by YAMANE Toshiaki's avatar YAMANE Toshiaki Committed by Greg Kroah-Hartman
Browse files

staging/rtl8187se: Fix spacing coding style in ieee80211/ieee80211_softmac_wx.c



The following warnings fixed.
- WARNING: suspect code indent for conditional statements

Signed-off-by: default avatarYAMANE Toshiaki <yamanetoshi@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c90b80bf
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -69,7 +69,6 @@ int ieee80211_wx_set_freq(struct ieee80211_device *ieee, struct iw_request_info

		if (ieee->iw_mode == IW_MODE_ADHOC || ieee->iw_mode == IW_MODE_MASTER)
			if (ieee->state == IEEE80211_LINKED) {

				ieee80211_stop_send_beacons(ieee);
				ieee80211_start_send_beacons(ieee);
			}