wireless: fix '!x & y' typo's

Fix priority mistakes similar to '!x & y'

Signed-off-by: Roel Kluin <12o3l@tiscali.nl>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
Roel Kluin
2007-10-26 21:51:26 +02:00
committed by David S. Miller
parent 9f9dac281b
commit f59d978275
7 changed files with 8 additions and 8 deletions

View File

@ -1759,7 +1759,7 @@ static int atmel_set_encode(struct net_device *dev,
priv->default_key = index;
} else
/* Don't complain if only change the mode */
if (!dwrq->flags & IW_ENCODE_MODE) {
if (!(dwrq->flags & IW_ENCODE_MODE)) {
return -EINVAL;
}
}