From mboxrd@z Thu Jan 1 00:00:00 1970 From: Falk-Moritz Schaefer Date: Wed, 14 Jul 2010 14:01:52 +0200 Subject: [ath9k-devel] RTS/CTS with TL-WN721N (ath9k_htc AR9271) In-Reply-To: <19517.33879.255730.600921@gargle.gargle.HOWL> References: <001701cb2335$08d53360$1a7f9a20$@schaefer@tu-dortmund.de> <19517.33879.255730.600921@gargle.gargle.HOWL> Message-ID: <002b01cb234c$5bbe35b0$133aa110$@schaefer@tu-dortmund.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org The CTSONLY ATH9K_HTC_TX_CTSONLY is not set, because OP_PROTECT_ENABLE is not set in priv op_flags. The OP_PROTECT_ENABLE bit is not set, because bss_conf->use_cts_prot is not enabled. I am in IBSS mode, does that matter? -----Urspr?ngliche Nachricht----- Von: Sujith [mailto:Sujith.Manoharan at Atheros.com] Gesendet: Mittwoch, 14. Juli 2010 11:33 An: Falk-Moritz Schaefer Cc: ath9k-devel at venema.h4ckr.net Betreff: [ath9k-devel] RTS/CTS with TL-WN721N (ath9k_htc AR9271) Falk-Moritz Schaefer wrote: > Hi all, > > does anyone how to activate RTS/CTS for TL-WN721N? > > Although I activated RTS/CTS through iw for both test devices, I can only see the other AR9280 device initiating RTS/CTS exchanges in wireshark on a monitor > interface. Take a look at the flags ATH9K_HTC_TX_RTSCTS and ATH9K_HTC_TX_CTSONLY in ath9k_htc_tx_start() in htc_drv_txrx.c Sujith