PERFORCE change 141931 for review

Sam Leffler sam at FreeBSD.org
Tue May 20 21:12:19 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=141931

Change 141931 by sam at sam_ebb on 2008/05/20 21:11:29

	correct comment

Affected files ...

.. //depot/projects/vap/sys/net80211/ieee80211_node.c#32 edit

Differences ...

==== //depot/projects/vap/sys/net80211/ieee80211_node.c#32 (text+ko) ====

@@ -1314,11 +1314,8 @@
 
 /*
  * Locate the node for sender, track state, and then pass the
- * (referenced) node up to the 802.11 layer for its use.  We
- * are required to pass some node so we fall back to ic_bss
- * when this frame is from an unknown sender.  The 802.11 layer
- * knows this means the sender wasn't in the node table and
- * acts accordingly. 
+ * (referenced) node up to the 802.11 layer for its use.  Note
+ * we can return NULL if the sender is not in the table.
  */
 struct ieee80211_node *
 #ifdef IEEE80211_DEBUG_REFCNT


More information about the p4-projects mailing list