Searched refs:chk_switch_dmdp (Results 1 – 3 of 3) sorted by relevance
382 if (rtlpriv->cfg->ops->chk_switch_dmdp) in rtl_op_config()383 rtlpriv->cfg->ops->chk_switch_dmdp(hw); in rtl_op_config()757 if (rtlpriv->cfg->ops->chk_switch_dmdp) in rtl_op_bss_info_changed()758 rtlpriv->cfg->ops->chk_switch_dmdp(hw); in rtl_op_bss_info_changed()1019 if (rtlpriv->cfg->ops->chk_switch_dmdp) in rtl_op_sw_scan_start()1020 rtlpriv->cfg->ops->chk_switch_dmdp(hw); in rtl_op_sw_scan_start()
868 if (rtlpriv->cfg->ops->chk_switch_dmdp) in rtl_tx_mgmt_proc()869 rtlpriv->cfg->ops->chk_switch_dmdp(hw); in rtl_tx_mgmt_proc()
1720 void (*chk_switch_dmdp) (struct ieee80211_hw *hw); member