Home
last modified time | relevance | path

Searched refs:mhwmp_dbg (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/net/mac80211/
Dmesh_hwmp.c137 mhwmp_dbg(sdata, "sending PREQ to %pM\n", target); in mesh_path_sel_frame_tx()
143 mhwmp_dbg(sdata, "sending PREP to %pM\n", orig_addr); in mesh_path_sel_frame_tx()
149 mhwmp_dbg(sdata, "sending RANN from %pM\n", orig_addr); in mesh_path_sel_frame_tx()
548 mhwmp_dbg(sdata, "received PREQ from %pM\n", orig_addr); in hwmp_preq_frame_process()
551 mhwmp_dbg(sdata, "PREQ is for us\n"); in hwmp_preq_frame_process()
602 mhwmp_dbg(sdata, "replying to the PREQ\n"); in hwmp_preq_frame_process()
623 mhwmp_dbg(sdata, "forwarding the PREQ from %pM\n", orig_addr); in hwmp_preq_frame_process()
667 mhwmp_dbg(sdata, "received PREP from %pM\n", in hwmp_prep_frame_process()
796 mhwmp_dbg(sdata, in hwmp_rann_frame_process()
830 mhwmp_dbg(sdata, in hwmp_rann_frame_process()
[all …]
Ddebug.h168 #define mhwmp_dbg(sdata, fmt, ...) \ macro