Hi, My name is Jeong Ki Min who would like to work on the ath5k driver for Atheros chipset. I'm reading code for ath5k driver In this directory: "compat-wireless-2008-12-11/drivers/net/wireless/ath5k/". And in this fuction "ath5k_txq_setup" of base.c, I saw that cwmin, cwmax, and aifs values are set by calling "ath5k_hw_setup_tx_queue" function. Here's my question. When a node is transmitting packets, can I suddenly change the queue parameters like cwmin, cwmax, and aifs values? If yes, do those new parameters can affect some packets in hardware queue? (I mean some packet which are already placed in a queue are sent by new queue values?) is there any thing I need to make sure beside calling "ath5k_hw_setup_tx_queue" function? If no, is there any other methods for above idea? I would really appreciate it if you would give me any your comment on this. Thanks, JK -- 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