From: Jouni Malinen Date: Tue, 13 Jan 2009 12:33:49 +0000 (+0200) Subject: ath9k: Fix an operator typo in phy rate validation X-Git-Tag: v2.6.29-rc3~23^2~47^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b657eade2f98b5c689e405bd6e4e445471066380;p=pandora-kernel.git ath9k: Fix an operator typo in phy rate validation This was not supposed to be a bitwise AND operation, but a check of two separate conditions. Anyway, the old code happened to result in the same behavior, so this is just changing the code to be easier to understand and also to keep sparse from warning about dubious operators. Signed-off-by: Jouni Malinen Signed-off-by: John W. Linville --- Reading git-diff-tree failed