Home
last modified time | relevance | path

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

/net/mac80211/
Dmesh_plink.c16 #define mpl_dbg(fmt, args...) printk(KERN_DEBUG fmt, ##args) macro
18 #define mpl_dbg(fmt, args...) do { (void)(0); } while (0) macro
275 mpl_dbg("Mesh plink timer for %pM fired on state %d\n", in mesh_plink_timer()
288 mpl_dbg("Mesh plink for %pM (retry, timeout): %d %d\n", in mesh_plink_timer()
349 mpl_dbg("Mesh plink: starting establishment with %pM\n", in mesh_plink_open()
369 mpl_dbg("Mesh plink: closing link with %pM\n", sta->sta.addr); in mesh_plink_close()
413 mpl_dbg("Mesh plink: ignore frame from multicast address"); in mesh_rx_plink_frame()
425 mpl_dbg("Mesh plink: missing necessary peer link ie\n"); in mesh_rx_plink_frame()
434 mpl_dbg("Mesh plink: incorrect plink ie length\n"); in mesh_rx_plink_frame()
439 mpl_dbg("Mesh plink: missing necessary ie\n"); in mesh_rx_plink_frame()
[all …]