Skip to content

Commit

Permalink
Staging: RT2860: Fixed the spacing error in oid.h
Browse files Browse the repository at this point in the history
Fixed the single spacing error in oid.h.

Signed-off-by: Neil Munro <neilmunro@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Neil Munro authored and Greg Kroah-Hartman committed Aug 31, 2010
1 parent a2b4e5f commit 4819a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/rt2860/oid.h
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ struct PACKED rt_rt_802_11_acl {

struct rt_802_11_wds {
unsigned long Num;
NDIS_802_11_MAC_ADDRESS Entry[24 /*MAX_NUM_OF_WDS_LINK */ ];
NDIS_802_11_MAC_ADDRESS Entry[24 /*MAX_NUM_OF_WDS_LINK */];
unsigned long KeyLength;
u8 KeyMaterial[32];
};
Expand Down

0 comments on commit 4819a36

Please sign in to comment.