diff options
author | Thomas Pedersen <thomas@cozybit.com> | 2013-02-16 13:41:06 -0500 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2013-02-18 09:31:24 -0500 |
commit | c39ac036add6b0696fb61b4d4733d671ca031723 (patch) | |
tree | 768c108e333d84f63aff77ecc632b94d6d09de25 /net/mac80211/mesh.c | |
parent | 95e48addba6f9271aed51d9d3eaccbfc99a914b4 (diff) |
mac80211: don't spam mesh probe response messages
If mesh plink debugging is enabled, this gets annoying in
a crowded environment, fast.
Signed-off-by: Thomas Pedersen <thomas@cozybit.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/mesh.c')
-rw-r--r-- | net/mac80211/mesh.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/mac80211/mesh.c b/net/mac80211/mesh.c index b0223326d9cd..29ce2aa87e7b 100644 --- a/net/mac80211/mesh.c +++ b/net/mac80211/mesh.c | |||
@@ -925,7 +925,6 @@ ieee80211_mesh_rx_probe_req(struct ieee80211_sub_if_data *sdata, | |||
925 | hdr->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT | | 925 | hdr->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT | |
926 | IEEE80211_STYPE_PROBE_RESP); | 926 | IEEE80211_STYPE_PROBE_RESP); |
927 | memcpy(hdr->da, mgmt->sa, ETH_ALEN); | 927 | memcpy(hdr->da, mgmt->sa, ETH_ALEN); |
928 | mpl_dbg(sdata, "sending probe resp. to %pM\n", hdr->da); | ||
929 | IEEE80211_SKB_CB(presp)->flags |= IEEE80211_TX_INTFL_DONT_ENCRYPT; | 928 | IEEE80211_SKB_CB(presp)->flags |= IEEE80211_TX_INTFL_DONT_ENCRYPT; |
930 | ieee80211_tx_skb(sdata, presp); | 929 | ieee80211_tx_skb(sdata, presp); |
931 | out: | 930 | out: |