From owner-freebsd-wireless@freebsd.org Thu Nov 17 21:42:24 2016 Return-Path: Delivered-To: freebsd-wireless@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1FDF6C46CAD for ; Thu, 17 Nov 2016 21:42:24 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-it0-x22a.google.com (mail-it0-x22a.google.com [IPv6:2607:f8b0:4001:c0b::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DE2F5E10 for ; Thu, 17 Nov 2016 21:42:23 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by mail-it0-x22a.google.com with SMTP id l8so164801053iti.1 for ; Thu, 17 Nov 2016 13:42:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=uspHTxWob+uovlGgRqvqALJiZo0qch64cjSaLBUrR90=; b=X2geTxqChorAChQGO6G5tnRkvy9kaYwFlgq/3P9Jg7zzJWW6olJS91XhiYz7taPnGT OiAcGPw4NXSzcuOAkatV9xzaGgCDNwswuEuhSQS8E5kqHjtjv2YH/0RMSUSmYyZ/Dm6R Qq6Ici0l0iLBlUzNTEd8mesGbvtjo1mPRF0BsmWL+3jdnEpskDBM/GIEoGRLgAMowRtZ yYhM10IWRm/XirtB5nkzhioGq2LCr1dhgeMUK/mybODglRoq0o2bt0VgKxxBfyd5s6ka lSJy317v/v+SIXE0WAV+lUCCHhzsxOwH62Qr4eB6hUxu+iA+wJKXkUwg4ye2dqQVQ1T7 L0mg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=uspHTxWob+uovlGgRqvqALJiZo0qch64cjSaLBUrR90=; b=S+mH7T0Di/SylZH9/ITuxlK5Y+52kufuZY+jmIrijbMy23dHTL/tAweyN6cLW5FGCh gy555SpZ3wGKb736Q5ihrDMXrn6bf5UvLUD5AV4PZo0PIjTtuGhp1vN5pSFwfei3Xycr vuFrVuyB2tjaXPgWB1ZoqNeU0oz9E3uYmKYSjZm4jMl97cOvV90ERGdgFWcZNX6ho/P5 ZqwdJisEqsRiGPSJlwbv7ntAMICDD4JrW7uTI9YKpwnTiGukzYJjqwPGDVNh10XysQZW a7bSNa6Rbqsl5F3re4PqPj0W6ruWvcvGF94moZcjC8+wG+4PYSU7L7Nqb9Jn5Bjj58F9 P4Zg== X-Gm-Message-State: AKaTC00kfB9qLhlJxfW31FNC/IH6f0GyQ4mZVd62UUpL8VwPosIyMEaB1bBy0LQrw+mp5sPMMLs5tdtso7epLw== X-Received: by 10.107.192.194 with SMTP id q185mr5400217iof.129.1479418943409; Thu, 17 Nov 2016 13:42:23 -0800 (PST) MIME-Version: 1.0 Received: by 10.36.39.134 with HTTP; Thu, 17 Nov 2016 13:42:22 -0800 (PST) In-Reply-To: <2112311201.1853303.1479370511602@mail.yahoo.com> References: <980351195.1573665.1479336792289.ref@mail.yahoo.com> <980351195.1573665.1479336792289@mail.yahoo.com> <2112311201.1853303.1479370511602@mail.yahoo.com> From: Adrian Chadd Date: Thu, 17 Nov 2016 13:42:22 -0800 Message-ID: Subject: Re: Using net80211/IEEE80211_C_BITS macro To: Fehmi Noyan ISI Cc: Freebsd Wireless Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Nov 2016 21:42:24 -0000 Hiya, Ok. How about I move that into _ieee80211.h with the rest of this thing, and then remove the duplication from ifieee80211.c ? -adrian