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