Remove duplicated country code from operating class lists
authorJouni Malinen <j@w1.fi>
Sun, 14 Jun 2015 14:40:10 +0000 (17:40 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 14 Jun 2015 14:40:10 +0000 (17:40 +0300)
commita9a4841010acc5b95db2ea26e34808cb5ddcbb9e
tree618184a86ba4139045ddc8377332b9f463ab2c0c
parentbbd0bf811e9b0a4d2564a0bfb6b829e73112c053
Remove duplicated country code from operating class lists

CA country code was included mistakenly (copy-paste..) in cn_op_class_cc
while it was supposed to be included only in us_op_class_cc. In
practice, this did not result in incorrect operation due to the
us_op_class_cc list being checked first. Anyway, better fix
cn_op_class_cc to avoid confusion here.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/common/ieee802_11_common.c