From: Julia Lawall Date: Sat, 8 Aug 2009 13:22:26 +0000 (+0200) Subject: drivers/net/wireless/ath/ath5k: Change constant name X-Git-Tag: v2.6.32-rc1~703^2~367^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d30d309a3be84dfb01743ceb4652405204a80a0;p=pandora-kernel.git drivers/net/wireless/ath/ath5k: Change constant name Elsewhere, the tqi_type field is compared to constants having a name beginning with AR5K_TX_QUEUE, rather than AR5K_TX_QUEUE_ID. I have thus converted AR5K_TX_QUEUE_ID_CAB to AR5K_TX_QUEUE_CAB. This does, however, change the value, so perhaps something else was wanted. Signed-off-by: Julia Lawall Acked-by: Bob Copeland Signed-off-by: John W. Linville --- Reading git-diff-tree failed