any comment/feedback on this? Il 14/03/2011 09:05, Roberto Riggio ha scritto:
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
-- -------------------------------------------------------- Roberto Riggio, Ph.D. CREATE-NET Network& Security Solutions for Pervasive Computing Systems (iNSPIRE) Senior Researcher Via alla Cascata 56/D - 38123 Povo Trento (Italy) e-mail: roberto.rig...@create-net.org Tel: (+39) 0461 408400 - interno/extension 708 Fax: (+39) 0461 421157 www.create-net.org/~rriggio -------------------------------------------------------- The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited according to the Italian Law 196/2003 of the Legislature. If you received this in error, please contact the sender and delete the material from any computer. Le informazioni contenute in questo messaggio di posta elettronica e nei file allegati sono da considerarsi strettamente riservate. Il loro utilizzo e' consentito esclusivamente al destinatario del messaggio, per le finalita' indicate nel messaggio stesso. Qualora riceveste questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla cancellazione del messaggio stesso dal Vostro sistema. Trattenere il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalita' diverse, costituisce comportamento contrario ai principi dettati dal D. Lgs. 196/2003.
_______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel