Commit 09440e54 authored by Malcolm Priestley's avatar Malcolm Priestley Committed by Greg Kroah-Hartman

staging: vt6656: remove variable byZoneType

Zone types are nolonger handled by driver.
Signed-off-by: default avatarMalcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent cd5856ae
......@@ -394,12 +394,8 @@ int vnt_vt3184_init(struct vnt_private *priv)
if (status != STATUS_SUCCESS)
return false;
priv->byZoneType = priv->abyEEPROM[EEP_OFS_ZONETYPE];
priv->rf_type = priv->abyEEPROM[EEP_OFS_RFTYPE];
dev_dbg(&priv->usb->dev, "Zone Type %x\n", priv->byZoneType);
dev_dbg(&priv->usb->dev, "RF Type %d\n", priv->rf_type);
if ((priv->rf_type == RF_AL2230) ||
......
......@@ -304,8 +304,6 @@ struct vnt_private {
u8 rf_type;
u8 bb_rx_conf;
u8 byZoneType;
struct vnt_cmd_card_init init_command;
struct vnt_rsp_card_init init_response;
u8 abyCurrentNetAddr[ETH_ALEN];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment