* [PATCH] ath5k: restrict AR5K_TX_QUEUE_ID_DATA_MAX to reflect the [0,3] range
@ 2011-03-08 21:36 John W. Linville
2011-03-09 3:51 ` me
0 siblings, 1 reply; 3+ messages in thread
From: John W. Linville @ 2011-03-08 21:36 UTC (permalink / raw)
To: linux-wireless; +Cc: me, mickflemm, John W. Linville
This just matches reality...
Signed-off-by: John W. Linville <linville@tuxdriver.com>
---
...or am I missing something?
drivers/net/wireless/ath/ath5k/ath5k.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/net/wireless/ath/ath5k/ath5k.h b/drivers/net/wireless/ath/ath5k/ath5k.h
index 0ee54eb..8a06dbd 100644
--- a/drivers/net/wireless/ath/ath5k/ath5k.h
+++ b/drivers/net/wireless/ath/ath5k/ath5k.h
@@ -513,7 +513,7 @@ enum ath5k_tx_queue_id {
AR5K_TX_QUEUE_ID_NOQCU_DATA = 0,
AR5K_TX_QUEUE_ID_NOQCU_BEACON = 1,
AR5K_TX_QUEUE_ID_DATA_MIN = 0, /*IEEE80211_TX_QUEUE_DATA0*/
- AR5K_TX_QUEUE_ID_DATA_MAX = 4, /*IEEE80211_TX_QUEUE_DATA4*/
+ AR5K_TX_QUEUE_ID_DATA_MAX = 3, /*IEEE80211_TX_QUEUE_DATA3*/
AR5K_TX_QUEUE_ID_DATA_SVP = 5, /*IEEE80211_TX_QUEUE_SVP - Spectralink Voice Protocol*/
AR5K_TX_QUEUE_ID_CAB = 6, /*IEEE80211_TX_QUEUE_AFTER_BEACON*/
AR5K_TX_QUEUE_ID_BEACON = 7, /*IEEE80211_TX_QUEUE_BEACON*/
--
1.7.4
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] ath5k: restrict AR5K_TX_QUEUE_ID_DATA_MAX to reflect the [0,3] range
2011-03-08 21:36 [PATCH] ath5k: restrict AR5K_TX_QUEUE_ID_DATA_MAX to reflect the [0,3] range John W. Linville
@ 2011-03-09 3:51 ` me
2011-03-11 21:22 ` Nick Kossifidis
0 siblings, 1 reply; 3+ messages in thread
From: me @ 2011-03-09 3:51 UTC (permalink / raw)
To: John W. Linville; +Cc: linux-wireless, mickflemm
On Tue, Mar 08, 2011 at 04:36:00PM -0500, John W. Linville wrote:
> This just matches reality...
>
> Signed-off-by: John W. Linville <linville@tuxdriver.com>
> ---
> ..or am I missing something?
No, your change looks right to me.
Acked-by: Bob Copeland <me@bobcopeland.com>
--
Bob Copeland %% www.bobcopeland.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ath5k: restrict AR5K_TX_QUEUE_ID_DATA_MAX to reflect the [0,3] range
2011-03-09 3:51 ` me
@ 2011-03-11 21:22 ` Nick Kossifidis
0 siblings, 0 replies; 3+ messages in thread
From: Nick Kossifidis @ 2011-03-11 21:22 UTC (permalink / raw)
To: me; +Cc: John W. Linville, linux-wireless
2011/3/9 <me@bobcopeland.com>:
> On Tue, Mar 08, 2011 at 04:36:00PM -0500, John W. Linville wrote:
>> This just matches reality...
>>
>> Signed-off-by: John W. Linville <linville@tuxdriver.com>
>> ---
>> ..or am I missing something?
>
> No, your change looks right to me.
>
> Acked-by: Bob Copeland <me@bobcopeland.com>
>
> --
> Bob Copeland %% www.bobcopeland.com
>
Yup this is left from early dadwifi days, thanks for catching it ;-)
(http://johannes.sipsolutions.net/files/mac80211.h.txt)
We have to do some more cleanup on ath5k.h...
Acked-by: Nick Kossifidis <mickflemm@gmail.com>
--
GPG ID: 0xD21DB2DB
As you read this post global entropy rises. Have Fun ;-)
Nick
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-03-11 21:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-08 21:36 [PATCH] ath5k: restrict AR5K_TX_QUEUE_ID_DATA_MAX to reflect the [0,3] range John W. Linville
2011-03-09 3:51 ` me
2011-03-11 21:22 ` Nick Kossifidis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).