Home
last modified time | relevance | path

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

/net/mac80211/
Dtrace.h1648 enum ieee80211_reconfig_type reconfig_type),
1649 TP_ARGS(local, reconfig_type),
1653 __field(u8, reconfig_type)
1658 __entry->reconfig_type = reconfig_type;
1663 LOCAL_PR_ARG, __entry->reconfig_type
Ddriver-ops.h966 enum ieee80211_reconfig_type reconfig_type) in drv_reconfig_complete() argument
970 trace_drv_reconfig_complete(local, reconfig_type); in drv_reconfig_complete()
972 local->ops->reconfig_complete(&local->hw, reconfig_type); in drv_reconfig_complete()