Use Linux 3.17 4-argument alloc_netdev(), provide compatibility code
[madwifi/.git] / net80211 / ieee80211_node.h
index 5bb8f2c5df14cffc23de5ff0f23c3d14a1644d16..8b4913f24e4260641260975bb8f3b6ee69fa3899 100644 (file)
@@ -279,7 +279,7 @@ struct ieee80211_node *ieee80211_find_txnode(struct ieee80211vap *,
 /* 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);