Search Linux Wireless

Re: radiotap rate no longer supported in mac80211?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, 2010-06-14 at 15:18 -0700, Steve deRosier wrote:
> I'm trying to support per-packet setting of rate on a packet injection
> via the radiotap header.  In an earlier version of mac80211 (around
> 2.6.26), there was code in __ieee80211_parse_tx_radiotap (in
> net/mac80211/tx.c) to support the use of the the rate element from the
> radiotap header.  In current versions of wireless-testing, most of the
> code here has been removed and only the flags are parsed.
> 
> I want to return the IEEE80211_RADIOTAP_RATE portion of this function
> in order to support this.  So the questions:
> 1. Why were all fields other than IEEE80211_RADIOTAP_FLAGS removed?
> 2. Would it be OK for me to prepare and submit a patch to restore the
> rate functionality?

I posted a patch that would add rate and retry flags:
http://thread.gmane.org/gmane.linux.kernel.wireless.general/47441

I didn't see any interest in the patch.  Perhaps injecting packets at a
specific rate in not particularly needed.

Also, the patch is somewhat inelegant because of the requirement to
specify the rate when the retry count is specified.

mac80211 has an array of rates with corresponding retry counts.  The
radiotap standard has one rate and one retry count.  This doesn't map
well to the mac80211 approach.  Supporting the retry count without the
rate would require some tricky logic, and I don't know if anyone needs
that.

I don't feel good about pushing a patch that makes the code more complex
without knowing the use case.

-- 
Regards,
Pavel Roskin
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux