mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 18:32:49 -04:00
MFC r203695, r203751
Fix spelling mistake and compile error.
This commit is contained in:
parent
f5e8283aa9
commit
9d8ea0c702
1 changed files with 1 additions and 2 deletions
|
|
@ -622,7 +622,7 @@ ath_attach(u_int16_t devid, struct ath_softc *sc)
|
|||
}
|
||||
sc->sc_hasclrkey = ath_hal_ciphersupported(ah, HAL_CIPHER_CLR);
|
||||
/*
|
||||
* Check for multicast key sarch support.
|
||||
* Check for multicast key search support.
|
||||
*/
|
||||
if (ath_hal_hasmcastkeysearch(sc->sc_ah) &&
|
||||
!ath_hal_getmcastkeysearch(sc->sc_ah)) {
|
||||
|
|
@ -2237,7 +2237,6 @@ ath_key_alloc(struct ieee80211vap *vap, struct ieee80211_key *k,
|
|||
"%s: bogus group key\n", __func__);
|
||||
return 0;
|
||||
}
|
||||
*/
|
||||
if (vap->iv_opmode != IEEE80211_M_HOSTAP ||
|
||||
!(k->wk_flags & IEEE80211_KEY_GROUP) ||
|
||||
!sc->sc_mcastkey) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue