staging: wlang-ng: avoid new typedef: hfa384x_WPAData_t
This patch fixes the following checkpatch.pl warning in hfa384x.h: WARNING: do not add new typedefs It applies for typedef hfa384x_WPAData_t Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
17fb19f022
commit
a2a4480370
@ -428,10 +428,10 @@ struct hfa384x_authenticateStation_data {
|
|||||||
} __packed;
|
} __packed;
|
||||||
|
|
||||||
/*-- Configuration Record: WPAData (data portion only) --*/
|
/*-- Configuration Record: WPAData (data portion only) --*/
|
||||||
typedef struct hfa384x_WPAData {
|
struct hfa384x_WPAData {
|
||||||
u16 datalen;
|
u16 datalen;
|
||||||
u8 data[0]; /* max 80 */
|
u8 data[0]; /* max 80 */
|
||||||
} __packed hfa384x_WPAData_t;
|
} __packed;
|
||||||
|
|
||||||
/*--------------------------------------------------------------------
|
/*--------------------------------------------------------------------
|
||||||
* Information Record Structures: NIC Information
|
* Information Record Structures: NIC Information
|
||||||
|
@ -709,7 +709,7 @@ static int prism2mib_priv(struct mibrec *mib,
|
|||||||
|
|
||||||
switch (mib->did) {
|
switch (mib->did) {
|
||||||
case DIDmib_lnx_lnxConfigTable_lnxRSNAIE:{
|
case DIDmib_lnx_lnxConfigTable_lnxRSNAIE:{
|
||||||
hfa384x_WPAData_t wpa;
|
struct hfa384x_WPAData wpa;
|
||||||
|
|
||||||
if (isget) {
|
if (isget) {
|
||||||
hfa384x_drvr_getconfig(hw,
|
hfa384x_drvr_getconfig(hw,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user