commit | 75dbf00b443c1763138486e87f4978ff43506f9e | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Mon Jul 27 11:11:11 2015 +0300 |
committer | Johannes Berg <johannes.berg@intel.com> | Thu Aug 13 11:36:01 2015 +0200 |
tree | 01007c217b68a66cf81968612076a66e96b88b47 | |
parent | 4b58c37bb9d4282446f7a0194dbc44325787ac8c [diff] |
mac80211: remove always true condition The outside if statement checks that IEEE80211_TX_INTFL_MLME_CONN_TX is set so this condition is always true. Checking twice upsets the static checkers. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>