commit | b657eade2f98b5c689e405bd6e4e445471066380 | [log] [tgz] |
---|---|---|
author | Jouni Malinen <jouni.malinen@atheros.com> | Tue Jan 13 14:33:49 2009 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Jan 16 17:08:23 2009 -0500 |
tree | 0cd5ca5d370ebe0c6aefbb385fd96b492c0d15b1 | |
parent | d71038c05970ad0c9d7da6f797803f69e4f91837 [diff] |
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 <jouni.malinen@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>