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

Commit d195a2ca authored by John W. Linville's avatar John W. Linville
Browse files

ath5k: remove now unused variable declared in ath5k_tx



  CC [M]  drivers/net/wireless/ath5k/base.o
drivers/net/wireless/ath5k/base.c: In function ‘ath5k_tx’:
drivers/net/wireless/ath5k/base.c:2598: warning: unused variable ‘info’

Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 03f93c3d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2595,7 +2595,6 @@ ath5k_tx(struct ieee80211_hw *hw, struct sk_buff *skb)
{
	struct ath5k_softc *sc = hw->priv;
	struct ath5k_buf *bf;
	struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb);
	unsigned long flags;
	int hdrlen;
	int pad;