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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Dmesh_hwmp.c14 #define mhwmp_dbg(fmt, args...) printk(KERN_DEBUG "Mesh HWMP: " fmt, ##args) macro
16 #define mhwmp_dbg(fmt, args...) do { (void)(0); } while (0) macro
140 mhwmp_dbg("sending PREQ to %pM\n", target);
146 mhwmp_dbg("sending PREP to %pM\n", target);
152 mhwmp_dbg("sending RANN from %pM\n", orig_addr);
488 mhwmp_dbg("received PREQ from %pM\n", orig_addr);
491 mhwmp_dbg("PREQ is for us\n");
527 mhwmp_dbg("replying to the PREQ\n");
547 mhwmp_dbg("forwarding the PREQ from %pM\n", orig_addr);
574 mhwmp_dbg("receive
[all...]

Completed in 102 milliseconds