The RADIOTAP_RTS_RETRIES field is currently not known to the madwifi radiotap parser. The result is that, if this field is present the parsing stops preventing the following field from be processed.
This patch adds support for the field, albeit the value is not used in the code, like for many other fields. This patch closes #9027. Signed-off-by: Roberto Riggio <roberto.rig...@create-net.org> -- Index: package/madwifi/patches/475_radiotap_rts_retries.patch =================================================================== --- package/madwifi/patches/475_radiotap_rts_retries.patch (revision 0) +++ package/madwifi/patches/475_radiotap_rts_retries.patch (revision 0) @@ -0,0 +1,12 @@ +diff -urN madwifi-trunk-r3314/net80211/ieee80211_monitor.c madwifi-trunk-r3314.new//net80211/ieee80211_monitor.c +--- madwifi-trunk-r3314/net80211/ieee80211_monitor.c 2011-03-11 09:56:32.000000000 +0100 ++++ madwifi-trunk-r3314.new//net80211/ieee80211_monitor.c 2011-03-14 08:59:09.669267001 +0100 +@@ -220,6 +220,8 @@ + case IEEE80211_RADIOTAP_ANTENNA: + case IEEE80211_RADIOTAP_DBM_ANTSIGNAL: + case IEEE80211_RADIOTAP_DBM_ANTNOISE: ++ case IEEE80211_RADIOTAP_RTS_RETRIES: ++ + /* 8-bit */ + p++; + break;
_______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel