Return-path: Received: from mail-oi0-f65.google.com ([209.85.218.65]:35850 "EHLO mail-oi0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758805AbdACTzQ (ORCPT ); Tue, 3 Jan 2017 14:55:16 -0500 Date: Tue, 3 Jan 2017 13:55:14 -0600 From: Rob Herring To: =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= Cc: Kalle Valo , linux-wireless@vger.kernel.org, Martin Blumenstingl , Felix Fietkau , Arnd Bergmann , devicetree@vger.kernel.org, =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= Subject: Re: [PATCH 1/2] dt-bindings: document common IEEE 802.11 frequency properties Message-ID: <20170103195514.vf4psb6qw2bd2lcw@rob-hp-laptop> (sfid-20170103_205519_367663_A4071504) References: <20161228155955.25518-1-zajec5@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 In-Reply-To: <20161228155955.25518-1-zajec5@gmail.com> Sender: linux-wireless-owner@vger.kernel.org List-ID: On Wed, Dec 28, 2016 at 04:59:54PM +0100, Rafał Miłecki wrote: > From: Rafał Miłecki > > This new file should be used for properties handled at higher level and > so usable with all drivers. Why is this needed? Where would this data normally come from? > Signed-off-by: Rafał Miłecki > --- > .../devicetree/bindings/net/wireless/ieee80211.txt | 16 ++++++++++++++++ > 1 file changed, 16 insertions(+) > create mode 100644 Documentation/devicetree/bindings/net/wireless/ieee80211.txt > > diff --git a/Documentation/devicetree/bindings/net/wireless/ieee80211.txt b/Documentation/devicetree/bindings/net/wireless/ieee80211.txt > new file mode 100644 > index 0000000..c762769 > --- /dev/null > +++ b/Documentation/devicetree/bindings/net/wireless/ieee80211.txt > @@ -0,0 +1,16 @@ > +Common IEEE 802.11 properties > + > +This provides documentation of common properties that are handled by a proper > +net layer and don't require extra driver code. Not relavent to a binding. Bindings describe h/w. > + > +Optional properties: > + - ieee80211-min-center-freq : minimal supported frequency in KHz > + - ieee80211-max-center-freq : maximal supported frequency in KHz > + > +Example: > + > +pcie@0,0 { > + reg = <0x0000 0 0 0 0>; > + ieee80211-min-center-freq = <2437000>; > + ieee80211-max-center-freq = <2457000>; > +}; > -- > 2.10.1 > > -- > To unsubscribe from this list: send the line "unsubscribe devicetree" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html