On 07-07-06 16:13 Andy Green wrote: > Daniel Drake wrote: > > Andy Green wrote: > >> Second is a small patch for zd1211rw-mac80211 that fixes rate reporting > >> on radiotap rx, last sent here 11 June. > >> > >> http://www.spinics.net/lists/linux-wireless/msg02897.html > ... > > Are we really sure we need another rate conversion function? there are > > already a couple in the mac80211 driver, and one or 2 extra (for RTS/CTS > > rate programming) in the softmac driver. > I have created a commit (24b5500dc) in my Git tree that implements Andy's patch. I didn't introduce a new rate conversion function, but changed only zd_rx_rate(). The function is only used for filling the ieee80211_rx_status structure. I have added also some more cleanup patches. One of them changes the name of all the struct ieee80211_hw pointers from dev to hw. The structure isn't a device and this has confused me more then once. I also renamed related functions accordingly. (John, these patches still need review by Daniel and should not be merged into wireless-dev right now.) I also removed fill_rt_header(). It caused a unused function warning and is not needed anymore. You can find my zd1211rw-dev branch here: http://deine-taler.de/git-bin/gitweb.cgi?p=zd1211rw.git;a=shortlog;h=zd1211rw-dev and also under git://deine-taler.de/git/zd1211rw.git -- Uli Kunitz - 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