7034ca4dda
IW_ENCODE_MODE is 0xF000 and thus !erq->flags & IW_ENCODE_MODE is always 0. I assume that !(erq->flags & IW_ENCODE_MODE) was intended. The semantic patch that makes this change is as follows: (http://www.emn.fr/x-info/coccinelle/) // <smpl> @@ expression E; constant C; @@ ( !E & !C | - !E & C + !(E & C) ) // </smpl> Signed-off-by: Julia Lawall <julia@diku.dk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> |
||
---|---|---|
.. | ||
common | ||
sta | ||
2860_main_dev.c | ||
aironet.h | ||
ap.h | ||
chlist.h | ||
config.mk | ||
dfs.h | ||
Kconfig | ||
leap.h | ||
link_list.h | ||
Makefile | ||
md4.h | ||
md5.h | ||
mlme.h | ||
oid.h | ||
rt28xx.h | ||
rt2860.h | ||
rt_ate.c | ||
rt_ate.h | ||
rt_config.h | ||
rt_linux.c | ||
rt_linux.h | ||
rt_main_dev.c | ||
rt_profile.c | ||
rtmp_ckipmic.h | ||
rtmp_def.h | ||
rtmp_type.h | ||
rtmp.h | ||
spectrum_def.h | ||
spectrum.h | ||
sta_ioctl.c | ||
TODO | ||
wpa.h |