From: Felix Fietkau Date: Wed, 23 Mar 2011 19:57:28 +0000 (+0100) Subject: ath9k_hw: remove pCap->total_queues X-Git-Tag: v3.0-rc1~377^2~437^2^2~95 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4c607dc53ece4ac15afed163292425efa060775;p=pandora-kernel.git ath9k_hw: remove pCap->total_queues The EEPROM contains a field that can restrict the number of hardware queues, however this is not only useless (all the known chips contain the same number of hardware queues), but also potentially dangerous in case of a misprogrammed EEPROM (could trigger driver crashes), so let's just ignore it completely. Signed-off-by: Felix Fietkau Signed-off-by: John W. Linville --- Reading git-diff-tree failed