Date: Fri, 22 Feb 2008 22:02:35 GMT From: Sam Leffler <sam@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 135989 for review Message-ID: <200802222202.m1MM2Zje065907@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=135989 Change 135989 by sam@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 {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802222202.m1MM2Zje065907>