commit | 7e43f3b066a26ac1b9c998f28d33e9f70d845033 | [log] [tgz] |
---|---|---|
author | Gabor Juhos <juhosg@openwrt.org> | Fri Oct 11 13:18:44 2013 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Oct 14 13:39:58 2013 -0400 |
tree | ef2203d007e737c18f664dc958867fd56a54d7fd | |
parent | f3218beef6e21769df6ead91717be9f3986668a4 [diff] |
rt2x00: rt73usb: use rt2x00_has_cap_* helpers Use the appropriate helper functions instead of directly accessing the rt2x00dev->cap_flags field to check device capability flags. This improves readability of the code a bit. Compile tested only. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>