commit | 9d97f2e55e3df44e3b6b4cc58b091501ba7ee0ac | [log] [tgz] |
---|---|---|
author | Jouni Malinen <jouni.malinen@atheros.com> | Tue Jan 13 14:35:08 2009 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Jan 16 17:08:23 2009 -0500 |
tree | 7261cd1fb8d2d411916c4ec49a22213a9f10547a | |
parent | b657eade2f98b5c689e405bd6e4e445471066380 [diff] |
ath9k: Fix an operator typo in REG_DOMAIN_2GHZ_MASK Incorrect operator causes the REG_DOMAIN_2GHZ_MASK to be zero which surely was not the goal of this definition. Mask out the 11a flags correctly. Signed-off-by: Jouni Malinen <jouni.malinen@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>