summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/rtllib_softmac_wx.c
diff options
context:
space:
mode:
authorMatthew Casey2014-08-22 12:27:52 +0200
committerGreg Kroah-Hartman2014-08-30 22:54:03 +0200
commit3a6b70c3f3558a2e47d2ca82752f0aed0f3c33c6 (patch)
treeeab4f16226009119d0e04eff2da2c13c63dbc7d2 /drivers/staging/rtl8192e/rtllib_softmac_wx.c
parentstaging: rtl8821ae: fix sparse warning for static declarations in rtl8821ae/s... (diff)
downloadkernel-qcow2-linux-3a6b70c3f3558a2e47d2ca82752f0aed0f3c33c6.tar.gz
kernel-qcow2-linux-3a6b70c3f3558a2e47d2ca82752f0aed0f3c33c6.tar.xz
kernel-qcow2-linux-3a6b70c3f3558a2e47d2ca82752f0aed0f3c33c6.zip
staging: rtl8192e: fixed coding style issues
Fixed missing blank line after declarations issues Signed-off-by: Matthew Casey <mdcasey@chabloom.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8192e/rtllib_softmac_wx.c')
-rw-r--r--drivers/staging/rtl8192e/rtllib_softmac_wx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/rtl8192e/rtllib_softmac_wx.c b/drivers/staging/rtl8192e/rtllib_softmac_wx.c
index 65b650cc3d0a..d077f49c2abd 100644
--- a/drivers/staging/rtl8192e/rtllib_softmac_wx.c
+++ b/drivers/staging/rtl8192e/rtllib_softmac_wx.c
@@ -244,6 +244,7 @@ int rtllib_wx_get_rate(struct rtllib_device *ieee,
union iwreq_data *wrqu, char *extra)
{
u32 tmp_rate = 0;
+
tmp_rate = TxCountToDataRate(ieee,
ieee->softmac_stats.CurrentShowTxate);
wrqu->bitrate.value = tmp_rate * 500000;