staging: vt6655: vt6655_probe remove management pointers

All these pointers are now dead.

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-10-29 17:43:59 +00:00 committed by Greg Kroah-Hartman
parent 7e5d88d89b
commit b4bdf94d7d

View file

@ -3266,8 +3266,6 @@ vt6655_probe(struct pci_dev *pcid, const struct pci_device_id *ent)
/* Enable the chip specified capabilities */
priv->flags = priv->sOpts.flags | (pChip_info->flags & 0xff000000UL);
priv->tx_80211 = device_dma0_tx_80211;
priv->sMgmtObj.pAdapter = (void *)priv;
priv->pMgmt = &(priv->sMgmtObj);
wiphy = priv->hw->wiphy;