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:
parent
cd5856aee5
commit
09440e5464
@ -394,12 +394,8 @@ int vnt_vt3184_init(struct vnt_private *priv)
|
|||||||
if (status != STATUS_SUCCESS)
|
if (status != STATUS_SUCCESS)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
priv->byZoneType = priv->abyEEPROM[EEP_OFS_ZONETYPE];
|
|
||||||
|
|
||||||
priv->rf_type = priv->abyEEPROM[EEP_OFS_RFTYPE];
|
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);
|
dev_dbg(&priv->usb->dev, "RF Type %d\n", priv->rf_type);
|
||||||
|
|
||||||
if ((priv->rf_type == RF_AL2230) ||
|
if ((priv->rf_type == RF_AL2230) ||
|
||||||
|
@ -304,8 +304,6 @@ struct vnt_private {
|
|||||||
u8 rf_type;
|
u8 rf_type;
|
||||||
u8 bb_rx_conf;
|
u8 bb_rx_conf;
|
||||||
|
|
||||||
u8 byZoneType;
|
|
||||||
|
|
||||||
struct vnt_cmd_card_init init_command;
|
struct vnt_cmd_card_init init_command;
|
||||||
struct vnt_rsp_card_init init_response;
|
struct vnt_rsp_card_init init_response;
|
||||||
u8 abyCurrentNetAddr[ETH_ALEN];
|
u8 abyCurrentNetAddr[ETH_ALEN];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user