Re: [ath9k-devel] ATH9K PCI Question

2016-07-02 Thread Paul
C. McPherson verizon.net> writes: > > That did not work. I did change ieee80211_monitor_start_xmit() in > mac80211 tx.c where it sets the info->flags from: > > info->flags = IEEE80211_TX_CTL_REQ_TX_STATUS | > IEEE80211_TX_CTL_INJECTED; > > to the following: > info->flags =

Re: [ath9k-devel] ATH9K PCI Question

2013-03-19 Thread C. McPherson
That did not work. I did change ieee80211_monitor_start_xmit() in mac80211 tx.c where it sets the info-flags from: info-flags = IEEE80211_TX_CTL_REQ_TX_STATUS | IEEE80211_TX_CTL_INJECTED; to the following: info-flags = IEEE80211_TX_CTL_REQ_TX_STATUS | IEEE80211_TX_CTL_NO_ACK

Re: [ath9k-devel] ATH9K PCI Question

2013-03-16 Thread C. McPherson
Okay, thank you for the information. -Clyde On 03/15/2013 04:28 PM, Adrian Chadd wrote: You need to ensure that: * you don't request an ACK if you don't want one; * you set the hardware retry count to 1 Adrian On 15 March 2013 10:54, C. McPherson ccmc...@verizon.net wrote: Hello: I

[ath9k-devel] ATH9K PCI Question

2013-03-15 Thread C. McPherson
Hello: I am using the Ubiquity SR71 PCI in my lab using monitor mode and frame injection. I noticed that when I inject control frames RTS/CTS, ACKs the card is also sending out retry frames. I was wondering if there is a way I can turn that off that in ath9k software? In other words I want to