projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2b4e5f
)
Staging: RT2860: Fixed the spacing error in oid.h
author
Neil Munro
<neilmunro@gmail.com>
Fri, 6 Aug 2010 10:27:51 +0000
(11:27 +0100)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 31 Aug 2010 18:54:30 +0000
(11:54 -0700)
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>
drivers/staging/rt2860/oid.h
patch
|
blob
|
history
diff --git
a/drivers/staging/rt2860/oid.h
b/drivers/staging/rt2860/oid.h
index fd1c1419245160c510e1238e3f6ee57cc6958b0f..1704c27b2736f6b07b03fa6020279f7191aa15c8 100644
(file)
--- a/
drivers/staging/rt2860/oid.h
+++ b/
drivers/staging/rt2860/oid.h
@@
-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];
};