From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <4DF9CAE3.8020709@tiwoc.de> Date: Thu, 16 Jun 2011 11:20:35 +0200 From: Daniel Seither MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: Re: [B.A.T.M.A.N.] tangentially driver related question on broadcasts with batman-adv Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Beberman Cc: The list for a Better Approach To Mobile Ad-hoc Networking Hi! Am 16.06.2011 00:04, schrieb David Beberman: > The second way I'm using it is to take advantage of broadcasting > as a simply floodfill algorithm. All of my nodes transmit to all other n= odes > on a periodic basis. This is an IPv6 local multicast. I believe this > translates to 802.11 MAC FF:FF:FF:FF:FF:FF broadcast address, and > everything works. >=20 > What I noticed with a network sniffer is that all of the broadcasts were = sent > with 1 Mbps data rate. This is the behavior specified in IEEE 802.11 [1], =A79.6 (Multirate suppor= t): "All frames with multicast and broadcast in the Address 1 field that have a UP of zero shall be transmitted at one of the rates included in the BSSBasicRateSet parameter, regardless of their type or subtype." The basic rate set seems to often consists only of small rates such as 1 or 2 MBit/s in 11g networks. However, I couldn't find out how to get the basic rates supported by my wifi card or configured in the wireless stack. Does anyone know how to do this? - Daniel [1] http://standards.ieee.org/getieee802/download/802.11-2007.pdf