staging: wlan-ng: avoid CamelCase: HFA384x_RID_CNFAPBCNint
Replace CamelCase define to comply with the standard kernel coding style. Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
36a80337d7
commit
b937612f9d
@ -286,7 +286,7 @@
|
||||
#define HFA384x_RID_CNFWEPFLAGS ((u16)0xFC28)
|
||||
#define HFA384x_RID_CNFAUTHENTICATION ((u16)0xFC2A)
|
||||
#define HFA384x_RID_CNFROAMINGMODE ((u16)0xFC2D)
|
||||
#define HFA384x_RID_CNFAPBCNint ((u16)0xFC33)
|
||||
#define HFA384x_RID_CNFAPBCNINT ((u16)0xFC33)
|
||||
#define HFA384x_RID_CNFDBMADJUST ((u16)0xFC46)
|
||||
#define HFA384x_RID_CNFWPADATA ((u16)0xFC48)
|
||||
#define HFA384x_RID_CNFBASICRATES ((u16)0xFCB3)
|
||||
|
@ -583,7 +583,7 @@ int prism2mgmt_start(struct wlandevice *wlandev, void *msgp)
|
||||
|
||||
/* beacon period */
|
||||
word = msg->beaconperiod.data;
|
||||
result = hfa384x_drvr_setconfig16(hw, HFA384x_RID_CNFAPBCNint, word);
|
||||
result = hfa384x_drvr_setconfig16(hw, HFA384x_RID_CNFAPBCNINT, word);
|
||||
if (result) {
|
||||
netdev_err(wlandev->netdev,
|
||||
"Failed to set beacon period=%d.\n", word);
|
||||
|
Loading…
Reference in New Issue
Block a user