mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-03 09:41:54 +09:00
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:
committed by
Greg Kroah-Hartman
parent
7e5d88d89b
commit
b4bdf94d7d
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user