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

Commit aebc0d40 authored by Mohammed Shafi Shajakhan's avatar Mohammed Shafi Shajakhan Committed by John W. Linville
Browse files

ath9k: Advertize beacon_int_infra_match



Currently ath9k need to have beacon interval matched
between STA mode and beaconing mode. Advertize this
through interface combinations.

Signed-off-by: default avatarMohammed Shafi Shajakhan <mohammed@qca.qualcomm.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 96f99d3d
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -687,6 +687,7 @@ static const struct ieee80211_iface_combination if_comb = {
	.n_limits = ARRAY_SIZE(if_limits),
	.n_limits = ARRAY_SIZE(if_limits),
	.max_interfaces = 2048,
	.max_interfaces = 2048,
	.num_different_channels = 1,
	.num_different_channels = 1,
	.beacon_int_infra_match = true,
};
};


void ath9k_set_hw_capab(struct ath_softc *sc, struct ieee80211_hw *hw)
void ath9k_set_hw_capab(struct ath_softc *sc, struct ieee80211_hw *hw)