staging: vt6656: remove variable byZoneType

Zone types are nolonger handled by driver.

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Malcolm Priestley 2014-07-19 12:30:09 +01:00 committed by Greg Kroah-Hartman
parent cd5856aee5
commit 09440e5464
2 changed files with 0 additions and 6 deletions

View File

@ -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) ||

View File

@ -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];