commit | d981e05908f85beb68ae0d935e59c5e399d2136e | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Tue Jan 17 10:33:31 2012 +0300 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Jan 17 10:12:26 2012 -0500 |
tree | 1923918d9a1e79b8ed89ce3e07a1a8cf0c0f06ee | |
parent | 5addc0de28f5e286f9d121112c4222250807b5a5 [diff] |
mwl8k: fix condition in mwl8k_cmd_encryption_remove_key() The intent here was to check whether key->cipher was WEP40 or WEP104. We do a similar check correctly in several other places in this file. The current condition is always true. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>