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>
 #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)
 
 
        /* 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);