|
|
@@ -784,7 +784,6 @@ static int ath_pci_probe(struct pci_dev *pdev, const struct pci_device_id *id)
|
|
|
{
|
|
|
struct ath_softc *sc;
|
|
|
struct ieee80211_hw *hw;
|
|
|
- struct ath_common *common;
|
|
|
u8 csz;
|
|
|
u32 val;
|
|
|
int ret = 0;
|
|
|
@@ -877,10 +876,6 @@ static int ath_pci_probe(struct pci_dev *pdev, const struct pci_device_id *id)
|
|
|
wiphy_info(hw->wiphy, "%s mem=0x%lx, irq=%d\n",
|
|
|
hw_name, (unsigned long)sc->mem, pdev->irq);
|
|
|
|
|
|
- /* Will be cleared in ath9k_start() */
|
|
|
- common = ath9k_hw_common(sc->sc_ah);
|
|
|
- set_bit(ATH_OP_INVALID, &common->op_flags);
|
|
|
-
|
|
|
return 0;
|
|
|
|
|
|
err_init:
|