Commit e9bcffdc authored by Mike Dupuis's avatar Mike Dupuis Committed by Greg Kroah-Hartman
Browse files

Staging: rtl8192u: suspect code indent for conditional statment



This is a patch to correct an improperly indented block of code in
ieee80211_softmac_wx.c

Signed-off-by: default avatarMike Dupuis <mike.dupuis.0@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 96d6a318
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -72,7 +72,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);
			}