> > Hi everybody! > > > > My wireless card is AR9280. I set the IEEE80211_TX_CTL_NO_ACK flag before > > send a packet, but found it no use. It still wait for an ACK. Then I read > > the code, > > in ath9k_htc_tx_data(htc_drv_txrx.c) , it seems there is only two flags: > > > > #define ATH9K_HTC_TX_CTSONLY 0x1 > > #define ATH9K_HTC_TX_RTSCTS 0x2 > > > > None is about ack. > > > > Does anyone know how to make this flag work properly? > > > > NOACK usage is not handled by ath9k_htc. > See: http://linuxwireless.org/en/users/Drivers/ath9k_htc#TODO > Thanks! So , is there any way to set the re-transmit times when ACK not received? Now , it will send 10 times. > Sujith > -- > To unsubscribe from this list: send the line "unsubscribe linux-wireless" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html