iwl_mvm_tdls_sta_count
iwl_mvm_tdls_sta_count(mvm, NULL) == IWL_TDLS_STA_COUNT ||
int iwl_mvm_tdls_sta_count(struct iwl_mvm *mvm, struct ieee80211_vif *vif);
if (iwl_mvm_tdls_sta_count(mvm, NULL))
int tdls_sta_cnt = iwl_mvm_tdls_sta_count(mvm, vif);