staging: rtl8821ae: a couple macro expansion bugs
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 28 Jan 2014 14:00:52 +0000 (17:00 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Feb 2014 18:30:39 +0000 (10:30 -0800)
commit79285edd366089b5af76e9249d495e097aaa07a6
tree5dba5370a493213f3e556e962a79070fb638e02b
parent417c070ad497126c7829625d74e034015aaa39ff
staging: rtl8821ae: a couple macro expansion bugs

These macros need parentheses, otherwise it causes a macro expansion bug
when they are used like this:

ch->flags &= ~IEEE80211_CHAN_NO_IBSS;

This was found using Smatch:
drivers/staging/rtl8821ae/regd.c:200 _rtl_reg_apply_beaconing_flags()
warn: the 'IEEE80211_CHAN_NO_IBSS' macro might need parens

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8821ae/regd.h