PERFORCE change 135989 for review

Sam Leffler sam at FreeBSD.org
Fri Feb 22 22:02:36 UTC 2008


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

Change 135989 by sam at sam_ebb on 2008/02/22 22:02:26

	fix comments

Affected files ...

.. //depot/projects/vap/sys/net80211/ieee80211_proto.h#15 edit

Differences ...

==== //depot/projects/vap/sys/net80211/ieee80211_proto.h#15 (text+ko) ====

@@ -295,7 +295,7 @@
 		struct ieee80211_beacon_offsets *);
 
 /*
- * Beacon frame updates are signaled through calls to ic_update_beacon
+ * Beacon frame updates are signaled through calls to iv_update_beacon
  * with one of the IEEE80211_BEACON_* tokens defined below.  For devices
  * that construct beacon frames on the host this can trigger a rebuild
  * or defer the processing.  For devices that offload beacon frame
@@ -303,7 +303,7 @@
  * array in the ieee80211_beacon_offsets structure is intended to record
  * deferred processing requirements; ieee80211_beacon_update uses the
  * state to optimize work.  Since this structure is owned by the driver
- * and not visible to the 802.11 layer drivers must supply an ic_update_beacon
+ * and not visible to the 802.11 layer drivers must supply an iv_update_beacon
  * callback that marks the flag bits and schedules (as necessary) an update.
  */
 enum {


More information about the p4-projects mailing list