Removing type prefix and camel case.
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
unsigned long key_entry_inuse;
- u8 byAutoFBCtrl;
+ u8 auto_fb_ctrl;
/* For Update BaseBand VGA Gain Offset */
u8 abyBBVGA[BB_VGA_LEVEL];
priv->op_mode = NL80211_IFTYPE_UNSPECIFIED;
priv->bb_type = BBP_TYPE_DEF;
priv->packet_type = priv->bb_type;
- priv->byAutoFBCtrl = AUTO_FB_0;
+ priv->auto_fb_ctrl = AUTO_FB_0;
priv->preamble_type = 0;
priv->exist_sw_net_addr = false;
}
vnt_set_antenna_mode(priv, priv->rx_antenna_mode);
/* get Auto Fall Back type */
- priv->byAutoFBCtrl = AUTO_FB_0;
+ priv->auto_fb_ctrl = AUTO_FB_0;
/* default Auto Mode */
priv->bb_type = BB_TYPE_11G;
/* legacy rates TODO use ieee80211_tx_rate */
if (current_rate >= RATE_18M && ieee80211_is_data(hdr->frame_control)) {
- if (priv->byAutoFBCtrl == AUTO_FB_0) {
+ if (priv->auto_fb_ctrl == AUTO_FB_0) {
tx_buffer_head->wFIFOCtl |= FIFOCTL_AUTO_FB_0;
priv->tx_rate_fb0 =
vnt_fb_opt0[FB_RATE1][current_rate - RATE_18M];
fb_option = AUTO_FB_0;
- } else if (priv->byAutoFBCtrl == AUTO_FB_1) {
+ } else if (priv->auto_fb_ctrl == AUTO_FB_1) {
tx_buffer_head->wFIFOCtl |= FIFOCTL_AUTO_FB_1;
priv->tx_rate_fb0 =