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

Commit dbb192d1 authored by mike dupuis's avatar mike dupuis Committed by Greg Kroah-Hartman
Browse files

Staging: rtl8192u: add missing blank lines after declarations



This is a patch to add blank lines after declaration ins several
instances in iee80211_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 dc9db950
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -232,6 +232,7 @@ int ieee80211_wx_get_rate(struct ieee80211_device *ieee,
			     union iwreq_data *wrqu, char *extra)
			     union iwreq_data *wrqu, char *extra)
{
{
	u32 tmp_rate;
	u32 tmp_rate;

	tmp_rate = TxCountToDataRate(ieee, ieee->softmac_stats.CurrentShowTxate);
	tmp_rate = TxCountToDataRate(ieee, ieee->softmac_stats.CurrentShowTxate);


	wrqu->bitrate.value = tmp_rate * 500000;
	wrqu->bitrate.value = tmp_rate * 500000;
@@ -307,6 +308,7 @@ void ieee80211_wx_sync_scan_wq(struct work_struct *work)
	HT_EXTCHNL_OFFSET chan_offset=0;
	HT_EXTCHNL_OFFSET chan_offset=0;
	HT_CHANNEL_WIDTH bandwidth=0;
	HT_CHANNEL_WIDTH bandwidth=0;
	int b40M = 0;
	int b40M = 0;

	chan = ieee->current_network.channel;
	chan = ieee->current_network.channel;
	netif_carrier_off(ieee->dev);
	netif_carrier_off(ieee->dev);


@@ -517,6 +519,7 @@ int ieee80211_wx_set_power(struct ieee80211_device *ieee,
				 union iwreq_data *wrqu, char *extra)
				 union iwreq_data *wrqu, char *extra)
{
{
	int ret = 0;
	int ret = 0;

	down(&ieee->wx_sem);
	down(&ieee->wx_sem);


	if (wrqu->power.disabled) {
	if (wrqu->power.disabled) {