On Mon, 2013-02-11 at 13:07 -0800, Thomas Pedersen wrote: > + if (elems.mesh_id_len != 0 && > + (elems.mesh_id_len != ifmsh->mesh_id_len || > + memcmp(elems.mesh_id, ifmsh->mesh_id, ifmsh->mesh_id_len))) { > + mpl_dbg(sdata, "ignoring probe request for different MBSS\n"); > + presp = dev_alloc_skb(local->tx_headroom + > + bcn->head_len + bcn->tail_len); > + if (WARN_ON(!presp)) > + goto out; same as before. > + mpl_dbg(sdata, "sending probe resp. to %pM\n", hdr->da); I also think you should probably drop both mpl_dbg() statements as they're likely to just be noise for any other debugging when you actually use this? johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html