mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-23 20:53:53 +08:00
Staging: RT2860: Fixed the spacing error in oid.h
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>
This commit is contained in:
parent
a2b4e5f447
commit
4819a3667e
@ -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];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user