commit | aa1f2f0a3218a9b6ce979fca3d6ebdb1c5544dd8 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Thu Dec 15 14:23:32 2011 +0300 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Dec 15 14:46:38 2011 -0500 |
tree | 59ab8f7ad97a7607722c109d0084e5a9188b7202 | |
parent | 29942bc125374b5aa049a438fb628ea729538ca5 [diff] |
brcm80211: smac: precendence bug in wlc_phy_attach() Negate has higher precendence than compare and since neither zero nor one are equal to four or eight the original condition is always false. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Acked-by: Arend van Spriel <arend@broadcom.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>