frame injection: let IEEE80211_RADIOTAP_DATA_RETRIES specify the number of

retries instead of the total number of tries.


git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3233 0192ed92-7a03-0410-a25b-9323aeb14dbd
This commit is contained in:
br1 2008-01-22 07:11:13 +00:00
parent c585507798
commit 2bfb48c560

View File

@ -247,7 +247,7 @@ ieee80211_monitor_encap(struct ieee80211vap *vap, struct sk_buff *skb)
break;
case IEEE80211_RADIOTAP_DATA_RETRIES:
ph->try0 = *p;
ph->try0 = *p + 1;
p++;
break;