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

Commit 9244f48d authored by Ben Greear's avatar Ben Greear Committed by John W. Linville
Browse files

ath9k: Remove un-used member from ath_node.

parent 2dac4fb9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -342,7 +342,6 @@ struct ath_vif {
	__le64 tsf_adjust; /* TSF adjustment for staggered beacons */
	enum nl80211_iftype av_opmode;
	struct ath_buf *av_bcbuf;
	struct ath_tx_control av_btxctl;
	u8 bssid[ETH_ALEN]; /* current BSSID from config_interface */
};