]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mac80211: remove always true condition
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 27 Jul 2015 08:11:11 +0000 (11:11 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 13 Aug 2015 09:36:01 +0000 (11:36 +0200)
commit75dbf00b443c1763138486e87f4978ff43506f9e
tree01007c217b68a66cf81968612076a66e96b88b47
parent4b58c37bb9d4282446f7a0194dbc44325787ac8c
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>
net/mac80211/status.c