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

Commit 32dfefac authored by Ben Greear's avatar Ben Greear Committed by John W. Linville
Browse files

mac80211: Make __check_htcap_disable static.

parent 4e3309ba
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ bool ieee80111_cfg_override_disables_ht40(struct ieee80211_sub_if_data *sdata)
	return false;
}

void __check_htcap_disable(struct ieee80211_sub_if_data *sdata,
static void __check_htcap_disable(struct ieee80211_sub_if_data *sdata,
				  struct ieee80211_sta_ht_cap *ht_cap,
				  u16 flag)
{