Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219643
b: refs/heads/master
c: 62e7e96
h: refs/heads/master
i:
  219641: a756e3a
  219639: eddacc8
v: v3
  • Loading branch information
Victor Rosales authored and Greg Kroah-Hartman committed Aug 31, 2010
1 parent 2644ba8 commit 7276bde
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4846cbc13a2b1b2278e9f94f526425e6d1814e4b
refs/heads/master: 62e7e9614849c1a05ab8d18c07cb086304568629
8 changes: 4 additions & 4 deletions trunk/drivers/staging/vt6656/wpa.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const BYTE abyOUI05[4] = { 0x00, 0x50, 0xf2, 0x05 };
-*/

void
WPA_ClearRSN (
WPA_ClearRSN(
PKnownBSS pBSSList
)
{
Expand Down Expand Up @@ -105,7 +105,7 @@ WPA_ClearRSN (
*
-*/
void
WPA_ParseRSN (
WPA_ParseRSN(
PKnownBSS pBSSList,
PWLAN_IE_RSN_EXT pRSN
)
Expand Down Expand Up @@ -240,7 +240,7 @@ WPA_ParseRSN (
*
-*/
BOOL
WPA_SearchRSN (
WPA_SearchRSN(
BYTE byCmd,
BYTE byEncrypt,
PKnownBSS pBSSList
Expand Down Expand Up @@ -300,7 +300,7 @@ WPA_SearchRSN (
*
-*/
BOOL
WPAb_Is_RSN (
WPAb_Is_RSN(
PWLAN_IE_RSN_EXT pRSN
)
{
Expand Down

0 comments on commit 7276bde

Please sign in to comment.