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

Commit c90b80bf 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 errors fixed.
- ERROR: space required before the open brace '{'
- ERROR: space required before the open parenthesis '('
- ERROR: space prohibited before that close parenthesis ')'
- ERROR: space required after that close brace '}'

Signed-off-by: default avatarYAMANE Toshiaki <yamanetoshi@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5048ddb1
Loading
Loading
Loading
Loading
+35 −38
Original line number Diff line number Diff line
@@ -382,8 +382,7 @@ int ieee80211_wx_set_essid(struct ieee80211_device *ieee,
			ieee->current_network.capability = 0;
		}
		//YJ,add,080819,for hidden ap,end
	}
	else{
	} else {
		ieee->ssid_set = 0;
		ieee->current_network.ssid[0] = '\0';
		ieee->current_network.ssid_len = 0;
@@ -425,8 +424,7 @@ int ieee80211_wx_set_essid(struct ieee80211_device *ieee,
	printk(KERN_INFO"raw TX is %s\n",
	      ieee->raw_tx ? "enabled" : "disabled");

	if(ieee->iw_mode == IW_MODE_MONITOR)
	{
	if (ieee->iw_mode == IW_MODE_MONITOR) {
		if (prev == 0 && ieee->raw_tx) {
			if (ieee->data_hard_resume)
				ieee->data_hard_resume(ieee->dev);
@@ -473,8 +471,7 @@ int ieee80211_wx_set_power(struct ieee80211_device *ieee,
{
	int ret = 0;

	if(
		(!ieee->sta_wake_up) ||
	if ((!ieee->sta_wake_up) ||
	    (!ieee->ps_request_tx_ack) ||
	    (!ieee->enter_sleep_state) ||
	    (!ieee->ps_is_queue_empty)) {