Skip to content

Commit

Permalink
wireless: Fix merge.
Browse files Browse the repository at this point in the history
in your merge in 5c01d56 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>
  • Loading branch information
Hauke Mehrtens authored and David S. Miller committed Apr 28, 2010
1 parent 2c48520 commit 28b4c3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/wireless/wl12xx/wl1271_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 28b4c3b

Please sign in to comment.