diff --git a/drivers/staging/rt2860/oid.h b/drivers/staging/rt2860/oid.h index fd1c1419245160c510e1238e3f6ee57cc6958b0f..1704c27b2736f6b07b03fa6020279f7191aa15c8 100644 --- 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]; };