~ubuntu-branches/ubuntu/utopic/linux-backports-modules-3.2.0/utopic

« back to all changes in this revision

Viewing changes to updates/cw-3.3/drivers/net/wireless/rtlwifi/pci.c

  • Committer: Package Import Robot
  • Author(s): Leann Ogasawara
  • Date: 2012-03-16 08:54:19 UTC
  • Revision ID: package-import@ubuntu.com-20120316085419-2su2uxghzxg95ggi
Tags: 3.2.0-19.2
* Update to compat-wireless-3.3-rc6-1-n
* Bump ABI for Precise 3.2.0-19.30 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1501
1501
                return err;
1502
1502
        }
1503
1503
 
1504
 
        return 1;
 
1504
        return 0;
1505
1505
}
1506
1506
 
1507
1507
static int rtl_pci_start(struct ieee80211_hw *hw)
1870
1870
        }
1871
1871
 
1872
1872
        /* Init PCI sw */
1873
 
        err = !rtl_pci_init(hw, pdev);
 
1873
        err = rtl_pci_init(hw, pdev);
1874
1874
        if (err) {
1875
1875
                RT_TRACE(rtlpriv, COMP_ERR, DBG_EMERG,
1876
1876
                         ("Failed to init PCI.\n"));