Re: [OpenWrt-Devel] mac80211 packet injection with rate setting

2011-05-11 Thread Paweł Foremski
The patch I sent works for me with Mikrotik's RB52n cards (ie. 802.11n). I don't plan to test anything else, as this is what satisfies me. You may find my userspace code on my website [1], in generator.git/interface.c. [1] http://www.iitis.pl/~pjf/ 2011/5/10 Roberto Riggio : > Did you have any l

Re: [OpenWrt-Devel] mac80211 packet injection with rate setting

2011-05-10 Thread Roberto Riggio
Did you have any luck with 11n cards (e.g. using the ath9k driver)? i mixed the Pavel Roskin patch with another in order to support 11n rates, but I'm having some troubles injecting traffic. The patch is here: http://gforge.create-net.org/gf/project/wing/scmsvn/?action=browse&path=%2F%2Acheckout

[OpenWrt-Devel] mac80211 packet injection with rate setting

2011-05-10 Thread Paweł Foremski
Hello, below is a patch by Pavel Roskin [1] which allows for choosing frame bit rate and retry count in injected frames. I've reformatted it to match compat-wireless of openwrt trunk@26460 (git 020dd72982225bf36072130046c88c3fdab12811). I find it very useful for my needs, you may want to consider i