diff options
| author | Kevin Lo <kevlo@FreeBSD.org> | 2014-01-08 08:06:56 +0000 |
|---|---|---|
| committer | Kevin Lo <kevlo@FreeBSD.org> | 2014-01-08 08:06:56 +0000 |
| commit | 5945b5f5abd64b943fd59e8bd264b84186883ed1 (patch) | |
| tree | 97a468b7a7d2aca097f707aff8e8b253289d3b07 /sys/dev/malo | |
| parent | 14f4ecfafae0a9bbbdd0f60f8ce8605c61c1efd0 (diff) | |
Notes
Diffstat (limited to 'sys/dev/malo')
| -rw-r--r-- | sys/dev/malo/if_malo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/malo/if_malo.c b/sys/dev/malo/if_malo.c index 5f1288975652d..7817462be0c05 100644 --- a/sys/dev/malo/if_malo.c +++ b/sys/dev/malo/if_malo.c @@ -1102,7 +1102,7 @@ malo_tx_start(struct malo_softc *sc, struct ieee80211_node *ni, uint16_t qos; wh = mtod(m0, struct ieee80211_frame *); - iswep = wh->i_fc[1] & IEEE80211_FC1_WEP; + iswep = wh->i_fc[1] & IEEE80211_FC1_PROTECTED; ismcast = IEEE80211_IS_MULTICAST(wh->i_addr1); copyhdrlen = hdrlen = ieee80211_anyhdrsize(wh); pktlen = m0->m_pkthdr.len; |
