Home
last modified time | relevance | path

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

/linux-3.4.99/net/mac80211/
Dmesh_hwmp.c17 #define mhwmp_dbg(fmt, args...) \ macro
20 #define mhwmp_dbg(fmt, args...) do { (void)(0); } while (0) macro
145 mhwmp_dbg("sending PREQ to %pM", target); in mesh_path_sel_frame_tx()
151 mhwmp_dbg("sending PREP to %pM", target); in mesh_path_sel_frame_tx()
157 mhwmp_dbg("sending RANN from %pM", orig_addr); in mesh_path_sel_frame_tx()
534 mhwmp_dbg("received PREQ from %pM", orig_addr); in hwmp_preq_frame_process()
537 mhwmp_dbg("PREQ is for us"); in hwmp_preq_frame_process()
573 mhwmp_dbg("replying to the PREQ"); in hwmp_preq_frame_process()
593 mhwmp_dbg("forwarding the PREQ from %pM", orig_addr); in hwmp_preq_frame_process()
631 mhwmp_dbg("received PREP from %pM", PREP_IE_ORIG_ADDR(prep_elem)); in hwmp_prep_frame_process()
[all …]