Home
last modified time | relevance | path

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

/linux-4.4.14/net/mac80211/
Dmesh_plink.c135 mpl_dbg(sdata, "mesh_plink %pM: ERP short slot time %d\n", in mesh_set_short_slot_time()
177 mpl_dbg(sdata, "nonHT sta (%pM) is present\n", in mesh_set_ht_prot_mode()
183 mpl_dbg(sdata, "HT20 sta (%pM) is present\n", sta->sta.addr); in mesh_set_ht_prot_mode()
201 mpl_dbg(sdata, "selected new HT protection mode %d\n", ht_opmode); in mesh_set_ht_prot_mode()
606 mpl_dbg(sta->sdata, in mesh_plink_timer()
616 mpl_dbg(sta->sdata, in mesh_plink_timer()
623 mpl_dbg(sta->sdata, in mesh_plink_timer()
635 mpl_dbg(sta->sdata, in mesh_plink_timer()
731 mpl_dbg(sdata, in mesh_plink_open()
779 mpl_dbg(sdata, "Mesh plink with %pM ESTABLISHED\n", sta->sta.addr); in mesh_plink_establish()
[all …]
Ddebug.h160 #define mpl_dbg(sdata, fmt, ...) \ macro