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

staging:vt6655:wpa: 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 cb850a64
This diff is collapsed.
......@@ -60,25 +60,25 @@
void
WPA_ClearRSN(
PKnownBSS pBSSList
);
PKnownBSS pBSSList
);
void
WPA_ParseRSN(
PKnownBSS pBSSList,
PWLAN_IE_RSN_EXT pRSN
);
PKnownBSS pBSSList,
PWLAN_IE_RSN_EXT pRSN
);
bool
WPA_SearchRSN(
unsigned char byCmd,
unsigned char byEncrypt,
PKnownBSS pBSSList
);
unsigned char byCmd,
unsigned char byEncrypt,
PKnownBSS pBSSList
);
bool
WPAb_Is_RSN(
PWLAN_IE_RSN_EXT pRSN
);
PWLAN_IE_RSN_EXT pRSN
);
#endif // __WPA_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