mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Must reset the pointer to the 802.11 header after prepending
for WEP in case the prepend addes a new mbuf. This fixes WEP.
This commit is contained in:
parent
2075afba8d
commit
167ecdca8c
1 changed files with 1 additions and 0 deletions
|
|
@ -1725,6 +1725,7 @@ ath_tx_start(struct ath_softc *sc, struct ieee80211_node *ni, struct ath_buf *bf
|
|||
return ENOMEM;
|
||||
}
|
||||
ivp = hdrbuf + hdrlen;
|
||||
wh = mtod(m0, struct ieee80211_frame *);
|
||||
/*
|
||||
* XXX
|
||||
* IV must not duplicate during the lifetime of the key.
|
||||
|
|
|
|||
Loading…
Reference in a new issue