wireless: Fix merge.
authorHauke Mehrtens <hauke@hauke-m.de>
Wed, 28 Apr 2010 21:23:15 +0000 (14:23 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 28 Apr 2010 21:23:15 +0000 (14:23 -0700)
in your merge in 5c01d5669356e13f0fb468944c1dd4c6a7e978ad you added "int
i;" into wl1271_main.c which is unused in that function.

This patch fixes the merge problem:

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/wireless/wl12xx/wl1271_main.c

index 814f300..e47a58d 100644 (file)
@@ -1311,7 +1311,6 @@ static u64 wl1271_op_prepare_multicast(struct ieee80211_hw *hw,
        struct wl1271_filter_params *fp;
        struct netdev_hw_addr *ha;
        struct wl1271 *wl = hw->priv;
-       int i;
 
        if (unlikely(wl->state == WL1271_STATE_OFF))
                return 0;