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

staging:vt6655:key: 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 6da16f96
This diff is collapsed.
...@@ -89,7 +89,7 @@ typedef struct tagSKeyTable ...@@ -89,7 +89,7 @@ typedef struct tagSKeyTable
typedef struct tagSKeyManagement typedef struct tagSKeyManagement
{ {
SKeyTable KeyTable[MAX_KEY_TABLE]; SKeyTable KeyTable[MAX_KEY_TABLE];
} SKeyManagement, * PSKeyManagement; } SKeyManagement, *PSKeyManagement;
/*--------------------- Export Types ------------------------------*/ /*--------------------- Export Types ------------------------------*/
...@@ -108,7 +108,7 @@ bool KeybGetKey( ...@@ -108,7 +108,7 @@ bool KeybGetKey(
unsigned char *pbyBSSID, unsigned char *pbyBSSID,
unsigned long dwKeyIndex, unsigned long dwKeyIndex,
PSKeyItem *pKey PSKeyItem *pKey
); );
bool KeybSetKey( bool KeybSetKey(
PSKeyManagement pTable, PSKeyManagement pTable,
...@@ -120,7 +120,7 @@ bool KeybSetKey( ...@@ -120,7 +120,7 @@ bool KeybSetKey(
unsigned char byKeyDecMode, unsigned char byKeyDecMode,
unsigned long dwIoBase, unsigned long dwIoBase,
unsigned char byLocalID unsigned char byLocalID
); );
bool KeybSetDefaultKey( bool KeybSetDefaultKey(
PSKeyManagement pTable, PSKeyManagement pTable,
...@@ -131,45 +131,45 @@ bool KeybSetDefaultKey( ...@@ -131,45 +131,45 @@ bool KeybSetDefaultKey(
unsigned char byKeyDecMode, unsigned char byKeyDecMode,
unsigned long dwIoBase, unsigned long dwIoBase,
unsigned char byLocalID unsigned char byLocalID
); );
bool KeybRemoveKey( bool KeybRemoveKey(
PSKeyManagement pTable, PSKeyManagement pTable,
unsigned char *pbyBSSID, unsigned char *pbyBSSID,
unsigned long dwKeyIndex, unsigned long dwKeyIndex,
unsigned long dwIoBase unsigned long dwIoBase
); );
bool KeybGetTransmitKey( bool KeybGetTransmitKey(
PSKeyManagement pTable, PSKeyManagement pTable,
unsigned char *pbyBSSID, unsigned char *pbyBSSID,
unsigned long dwKeyType, unsigned long dwKeyType,
PSKeyItem *pKey PSKeyItem *pKey
); );
bool KeybCheckPairewiseKey( bool KeybCheckPairewiseKey(
PSKeyManagement pTable, PSKeyManagement pTable,
PSKeyItem *pKey PSKeyItem *pKey
); );
bool KeybRemoveAllKey( bool KeybRemoveAllKey(
PSKeyManagement pTable, PSKeyManagement pTable,
unsigned char *pbyBSSID, unsigned char *pbyBSSID,
unsigned long dwIoBase unsigned long dwIoBase
); );
void KeyvRemoveWEPKey( void KeyvRemoveWEPKey(
PSKeyManagement pTable, PSKeyManagement pTable,
unsigned long dwKeyIndex, unsigned long dwKeyIndex,
unsigned long dwIoBase unsigned long dwIoBase
); );
void KeyvRemoveAllWEPKey( void KeyvRemoveAllWEPKey(
PSKeyManagement pTable, PSKeyManagement pTable,
unsigned long dwIoBase unsigned long dwIoBase
); );
bool KeybSetAllGroupKey ( bool KeybSetAllGroupKey(
PSKeyManagement pTable, PSKeyManagement pTable,
unsigned long dwKeyIndex, unsigned long dwKeyIndex,
unsigned long uKeyLength, unsigned long uKeyLength,
...@@ -178,7 +178,7 @@ bool KeybSetAllGroupKey ( ...@@ -178,7 +178,7 @@ bool KeybSetAllGroupKey (
unsigned char byKeyDecMode, unsigned char byKeyDecMode,
unsigned long dwIoBase, unsigned long dwIoBase,
unsigned char byLocalID unsigned char byLocalID
); );
#endif // __KEY_H__ #endif // __KEY_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