mirror of
https://github.com/proski/madwifi
synced 2024-11-22 06:21:47 +03:00
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:
parent
c585507798
commit
2bfb48c560
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user