X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=net80211%2Fieee80211_node.h;h=8b4913f24e4260641260975bb8f3b6ee69fa3899;hb=c5246021b7b8580c2aeb0a145903acc07d246ac1;hp=bada5bca3176b1061dda9f623327ffb1efb6490a;hpb=78cbb4046953389cd45192723296698796aedcf2;p=madwifi%2F.git diff --git a/net80211/ieee80211_node.h b/net80211/ieee80211_node.h index bada5bc..8b4913f 100644 --- a/net80211/ieee80211_node.h +++ b/net80211/ieee80211_node.h @@ -114,7 +114,7 @@ struct ieee80211_node { u_int8_t ni_ath_flags; /* Atheros feature flags */ /* NB: These must have the same values as IEEE80211_ATHC_* */ #define IEEE80211_NODE_TURBOP 0x0001 /* Turbo prime enable */ -#define IEEE80211_NODE_COMP 0x0002 /* Compresssion enable */ +#define IEEE80211_NODE_COMP 0x0002 /* Compression enable */ #define IEEE80211_NODE_FF 0x0004 /* Fast Frame capable */ #define IEEE80211_NODE_XR 0x0008 /* Atheros WME enable */ #define IEEE80211_NODE_AR 0x0010 /* AR capable */ @@ -276,12 +276,10 @@ struct ieee80211_node *ieee80211_find_rxnode(struct ieee80211com *, struct ieee80211_node *ieee80211_find_txnode(struct ieee80211vap *, const u_int8_t *); -void ieee80211_free_node(struct ieee80211_node *ni); - /* Reference counting only needs to be locked out against the transitions, * 0->1 and 1->0 (i.e., when we do not own the reference we are getting). * This only happens when finding the a node reference from the node table, - * which is locked seperately. Thus, we do not need to lock the follwoing + * which is locked separately. Thus, we do not need to lock the following * functions. * Increment the reference counter for ieee80211_node *. */ struct ieee80211_node *ieee80211_ref_node(struct ieee80211_node *ni);