net80211: Fix a typo in a comment
- destionation -> destination - while here, fix some whitespace issues MFC after: 1 week
This commit is contained in:
parent
9097e3cbca
commit
d197bf2b20
@ -378,7 +378,7 @@ verify_mesh_perr_len(struct ieee80211vap *vap,
|
||||
}
|
||||
|
||||
iefrm_t += IEEE80211_MESHPERR_NDEST_OFFSET + 1; /* flag is next field */
|
||||
/* We need to check each destionation flag to know size */
|
||||
/* We need to check each destination flag to know size */
|
||||
for(i = 0; i<ndest; i++) {
|
||||
if ((*iefrm_t) & IEEE80211_MESHPERR_FLAGS_AE)
|
||||
iefrm_t += IEEE80211_MESHPERR_DEST_SZ_AE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user