commit | 79285edd366089b5af76e9249d495e097aaa07a6 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Tue Jan 28 17:00:52 2014 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Feb 07 10:30:39 2014 -0800 |
tree | 5dba5370a493213f3e556e962a79070fb638e02b | |
parent | 417c070ad497126c7829625d74e034015aaa39ff [diff] |
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>