Commit e1c77579 authored by Joe Perches's avatar Joe Perches Committed by Greg Kroah-Hartman

staging:vt6655:bssdb: Whitespace cleanups

Neatening only.
git diff -w shows no differences.
Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 37529367
This diff is collapsed.
......@@ -92,13 +92,13 @@ typedef enum _NDIS_802_11_NETWORK_TYPE
typedef struct tagSERPObject {
bool bERPExist;
unsigned char byERP;
}ERPObject, *PERPObject;
} ERPObject, *PERPObject;
typedef struct tagSRSNCapObject {
bool bRSNCapExist;
unsigned short wRSNCap;
}SRSNCapObject, *PSRSNCapObject;
} SRSNCapObject, *PSRSNCapObject;
// BSS info(AP)
#pragma pack(1)
......@@ -163,7 +163,7 @@ typedef struct tagKnownBSS {
SRSNCapObject sRSNCapObj;
unsigned char abyIEs[1024]; // don't move this field !!
}__attribute__ ((__packed__))
} __attribute__ ((__packed__))
KnownBSS , *PKnownBSS;
//2006-1116-01,<Add> by NomadZhao
......@@ -248,20 +248,20 @@ BSSpSearchBSSList(
unsigned char *pbyDesireBSSID,
unsigned char *pbyDesireSSID,
CARD_PHY_TYPE ePhyType
);
);
PKnownBSS
BSSpAddrIsInBSSList(
void *hDeviceContext,
unsigned char *abyBSSID,
PWLAN_IE_SSID pSSID
);
);
void
BSSvClearBSSList(
void *hDeviceContext,
bool bKeepCurrBSSID
);
);
bool
BSSbInsertToBSSList(
......@@ -282,7 +282,7 @@ BSSbInsertToBSSList(
unsigned int uIELength,
unsigned char *pbyIEs,
void *pRxPacketContext
);
);
bool
......@@ -305,7 +305,7 @@ BSSbUpdateToBSSList(
unsigned int uIELength,
unsigned char *pbyIEs,
void *pRxPacketContext
);
);
bool
......@@ -321,13 +321,13 @@ BSSvUpdateAPNode(
unsigned short *pwCapInfo,
PWLAN_IE_SUPP_RATES pItemRates,
PWLAN_IE_SUPP_RATES pExtSuppRates
);
);
void
BSSvSecondCallBack(
void *hDeviceContext
);
);
void
......@@ -337,29 +337,29 @@ BSSvUpdateNodeTxCounter(
unsigned char byTsr1,
unsigned char *pbyBuffer,
unsigned int uFIFOHeaderSize
);
);
void
BSSvRemoveOneNode(
void *hDeviceContext,
unsigned int uNodeIndex
);
);
void
BSSvAddMulticastNode(
void *hDeviceContext
);
);
void
BSSvClearNodeDBTable(
void *hDeviceContext,
unsigned int uStartIndex
);
);
void
BSSvClearAnyBSSJoinRecord(
void *hDeviceContext
);
);
#endif //__BSSDB_H__
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment