Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 May 2008 21:12:19 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 141931 for review
Message-ID:  <200805202112.m4KLCJp8081149@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=141931

Change 141931 by sam@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805202112.m4KLCJp8081149>