]> Pileus Git - ~andy/linux/commitdiff
wl18xx: create per-chip-family private storage
authorArik Nemtsov <arik@wizery.com>
Thu, 10 May 2012 09:13:14 +0000 (12:13 +0300)
committerLuciano Coelho <coelho@ti.com>
Tue, 5 Jun 2012 12:54:46 +0000 (15:54 +0300)
Make use of the wlcore provided private storage in the 18xx low-level
driver.

Signed-off-by: Arik Nemtsov <arik@wizery.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
drivers/net/wireless/ti/wl18xx/main.c

index 6a487c83752dc7c71b7ebbdc146c7c0d0e57c683..b298e01213773dfcf7cb0bc671112e0a0f1d6731 100644 (file)
@@ -313,8 +313,9 @@ int __devinit wl18xx_probe(struct platform_device *pdev)
 {
        struct wl1271 *wl;
        struct ieee80211_hw *hw;
+       struct wl18xx_priv *priv;
 
-       hw = wlcore_alloc_hw(0);
+       hw = wlcore_alloc_hw(sizeof(*priv));
        if (IS_ERR(hw)) {
                wl1271_error("can't allocate hw");
                return PTR_ERR(hw);