Lines Matching refs:res2
256 enum chan_allowed res, res2; in verify_channel() local
258 res2 = res = allow_channel(mode, op_class, channel, &flag); in verify_channel()
262 res2 = allow_channel(mode, op_class, channel - 4, NULL); in verify_channel()
266 res2 = allow_channel(mode, op_class, channel + 4, NULL); in verify_channel()
269 res2 = allow_channel(mode, op_class, channel - 4, NULL); in verify_channel()
271 res2 = allow_channel(mode, op_class, channel + 4, NULL); in verify_channel()
278 res2 = res = verify_80mhz(mode, op_class, channel); in verify_channel()
285 res2 = res = verify_160mhz(mode, op_class, channel); in verify_channel()
292 res2 = res = verify_80mhz(mode, op_class, channel); in verify_channel()
299 res2= res = verify_320mhz(mode, op_class, channel); in verify_channel()
302 if (res == NOT_ALLOWED || res2 == NOT_ALLOWED) in verify_channel()
305 if (res == NO_IR || res2 == NO_IR) in verify_channel()