Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eafdfbd3 authored by Johannes Berg's avatar Johannes Berg Committed by Reinette Chatre
Browse files

iwlagn: use vif->type to check station



We need not check iw_mode, since we have
the vif pointer available.

Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
Signed-off-by: default avatarReinette Chatre <reinette.chatre@intel.com>
parent 93286db5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3223,7 +3223,7 @@ static int iwlagn_mac_sta_add(struct ieee80211_hw *hw,
{
	struct iwl_priv *priv = hw->priv;
	struct iwl_station_priv *sta_priv = (void *)sta->drv_priv;
	bool is_ap = priv->iw_mode == NL80211_IFTYPE_STATION;
	bool is_ap = vif->type == NL80211_IFTYPE_STATION;
	int ret;
	u8 sta_id;