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

Commit 4c244298 authored by Luis R. Rodriguez's avatar Luis R. Rodriguez Committed by John W. Linville
Browse files

ath9k: use ETH_P_PAE



It was being discussed where we would put this, but now it found a home
so use its define.

Signed-off-by: default avatarLuis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 9371dd68
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -178,7 +178,7 @@ static void fill_min_rates(struct sk_buff *skb, struct ath_tx_control *txctl)
	} else if (ieee80211_is_data(fc)) {
		if (ieee80211_is_nullfunc(fc) ||
				/* Port Access Entity (IEEE 802.1X) */
			(skb->protocol == cpu_to_be16(0x888E))) {
				(skb->protocol == cpu_to_be16(ETH_P_PAE))) {
			txctl->use_minrate = 1;
			txctl->min_rate = tx_info_priv->min_rate;
		}