summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/80211mgr.c
diff options
context:
space:
mode:
authorAndres More2013-03-27 00:18:30 +0100
committerGreg Kroah-Hartman2013-03-29 00:06:27 +0100
commit9fbafdd9add10e349deeb1f38290943d5107e276 (patch)
tree54ad92d792967727d0ca7f37579a3ecf4c313d96 /drivers/staging/vt6656/80211mgr.c
parentstaging: sep: Fix typo in printk within sep driver (diff)
downloadkernel-qcow2-linux-9fbafdd9add10e349deeb1f38290943d5107e276.tar.gz
kernel-qcow2-linux-9fbafdd9add10e349deeb1f38290943d5107e276.tar.xz
kernel-qcow2-linux-9fbafdd9add10e349deeb1f38290943d5107e276.zip
staging: vt6656: remove consecutive newlines
Several sed -i '/^$/{ N /^\n$/ D }' drivers/staging/vt6656/*.[ch] Signed-off-by: Andres More <more.andres@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6656/80211mgr.c')
-rw-r--r--drivers/staging/vt6656/80211mgr.c33
1 files changed, 0 insertions, 33 deletions
diff --git a/drivers/staging/vt6656/80211mgr.c b/drivers/staging/vt6656/80211mgr.c
index 368eb2e19f0f..61edb51f3836 100644
--- a/drivers/staging/vt6656/80211mgr.c
+++ b/drivers/staging/vt6656/80211mgr.c
@@ -56,20 +56,9 @@
#include "80211hdr.h"
#include "wpa.h"
-
-
-
-
-
static int msglevel = MSG_LEVEL_INFO;
/*static int msglevel =MSG_LEVEL_DEBUG;*/
-
-
-
-
-
-
/*+
*
* Routine Description:
@@ -112,7 +101,6 @@ vMgrEncodeBeacon(
*
-*/
-
void
vMgrDecodeBeacon(
PWLAN_FR_BEACON pFrame
@@ -237,14 +225,12 @@ vMgrEncodeDisassociation(
{
pFrame->pHdr = (PUWLAN_80211HDR)pFrame->pBuf;
-
/* Fixed Fields */
pFrame->pwReason = (u16 *)(WLAN_HDR_A3_DATA_PTR(&(pFrame->pHdr->sA3))
+ WLAN_DISASSOC_OFF_REASON);
pFrame->len = WLAN_HDR_ADDR3_LEN + WLAN_DISASSOC_OFF_REASON + sizeof(*(pFrame->pwReason));
}
-
/*+
*
* Routine Description:
@@ -279,7 +265,6 @@ vMgrDecodeDisassociation(
*
-*/
-
void
vMgrEncodeAssocRequest(
PWLAN_FR_ASSOCREQ pFrame
@@ -294,7 +279,6 @@ vMgrEncodeAssocRequest(
pFrame->len = WLAN_HDR_ADDR3_LEN + WLAN_ASSOCREQ_OFF_LISTEN_INT + sizeof(*(pFrame->pwListenInterval));
}
-
/*+
*
* Routine Description: (AP)
@@ -388,7 +372,6 @@ vMgrEncodeAssocResponse(
+ sizeof(*(pFrame->pwAid));
}
-
/*+
*
* Routine Description:
@@ -431,7 +414,6 @@ vMgrDecodeAssocResponse(
pFrame->pExtSuppRates = NULL;
}
-
/*+
*
* Routine Description:
@@ -460,7 +442,6 @@ vMgrEncodeReassocRequest(
pFrame->len = WLAN_HDR_ADDR3_LEN + WLAN_REASSOCREQ_OFF_CURR_AP + sizeof(*(pFrame->pAddrCurrAP));
}
-
/*+
*
* Routine Description: (AP)
@@ -472,7 +453,6 @@ vMgrEncodeReassocRequest(
*
-*/
-
void
vMgrDecodeReassocRequest(
PWLAN_FR_REASSOCREQ pFrame
@@ -528,8 +508,6 @@ vMgrDecodeReassocRequest(
}
}
-
-
/*+
*
* Routine Description:
@@ -541,7 +519,6 @@ vMgrDecodeReassocRequest(
*
-*/
-
void
vMgrEncodeProbeRequest(
PWLAN_FR_PROBEREQ pFrame
@@ -601,7 +578,6 @@ vMgrDecodeProbeRequest(
}
}
-
/*+
*
* Routine Description:
@@ -613,7 +589,6 @@ vMgrDecodeProbeRequest(
*
-*/
-
void
vMgrEncodeProbeResponse(
PWLAN_FR_PROBERESP pFrame
@@ -634,8 +609,6 @@ vMgrEncodeProbeResponse(
sizeof(*(pFrame->pwCapInfo));
}
-
-
/*+
*
* Routine Description:
@@ -654,7 +627,6 @@ vMgrDecodeProbeResponse(
{
PWLAN_IE pItem;
-
pFrame->pHdr = (PUWLAN_80211HDR)pFrame->pBuf;
/* Fixed Fields */
@@ -748,7 +720,6 @@ vMgrDecodeProbeResponse(
}
}
-
/*+
*
* Routine Description:
@@ -777,7 +748,6 @@ vMgrEncodeAuthen(
pFrame->len = WLAN_HDR_ADDR3_LEN + WLAN_AUTHEN_OFF_STATUS + sizeof(*(pFrame->pwStatus));
}
-
/*+
*
* Routine Description:
@@ -814,7 +784,6 @@ vMgrDecodeAuthen(
pFrame->pChallenge = (PWLAN_IE_CHALLENGE)pItem;
}
-
/*+
*
* Routine Description:
@@ -839,7 +808,6 @@ vMgrEncodeDeauthen(
pFrame->len = WLAN_HDR_ADDR3_LEN + WLAN_DEAUTHEN_OFF_REASON + sizeof(*(pFrame->pwReason));
}
-
/*+
*
* Routine Description:
@@ -863,7 +831,6 @@ vMgrDecodeDeauthen(
+ WLAN_DEAUTHEN_OFF_REASON);
}
-
/*+
*
* Routine Description: (AP)