From owner-p4-projects@FreeBSD.ORG Fri Feb 22 22:02:36 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 27D2416A406; Fri, 22 Feb 2008 22:02:36 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C8E9016A401 for ; Fri, 22 Feb 2008 22:02:35 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C3A2813C45A for ; Fri, 22 Feb 2008 22:02:35 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1MM2ZGA065910 for ; Fri, 22 Feb 2008 22:02:35 GMT (envelope-from sam@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1MM2Zje065907 for perforce@freebsd.org; Fri, 22 Feb 2008 22:02:35 GMT (envelope-from sam@freebsd.org) Date: Fri, 22 Feb 2008 22:02:35 GMT Message-Id: <200802222202.m1MM2Zje065907@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to sam@freebsd.org using -f From: Sam Leffler To: Perforce Change Reviews Cc: Subject: PERFORCE change 135989 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Feb 2008 22:02:36 -0000 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 {