X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;ds=sidebyside;f=net%2Fmac80211%2Fmesh_plink.c;h=0f7c6e6a4248cf6300b79e21b363b776dd4a5da7;hb=d4be151b2180fbbc6729dfaa16280d150e3fab1f;hp=ec68d2046d24d894cc14452d9d88bd1d644ed379;hpb=77fa76bb7f5589cd336e4da4a02e2d685b70ce0a;p=safe%2Fjmp%2Flinux-2.6 diff --git a/net/mac80211/mesh_plink.c b/net/mac80211/mesh_plink.c index ec68d20..0f7c6e6 100644 --- a/net/mac80211/mesh_plink.c +++ b/net/mac80211/mesh_plink.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008 open80211s Ltd. + * Copyright (c) 2008, 2009 open80211s Ltd. * Author: Luis Carlos Cobo * * This program is free software; you can redistribute it and/or modify @@ -222,7 +222,7 @@ static int mesh_plink_frame_tx(struct ieee80211_sub_if_data *sdata, memcpy(pos, &reason, 2); } - ieee80211_tx_skb(sdata, skb, 1); + ieee80211_tx_skb(sdata, skb); return 0; }