Re: [patch] mac80211: remove always true condition
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2015-08-13 09:36:56
Also in:
kernel-janitors
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2015-08-13 09:36:56
Also in:
kernel-janitors
On Mon, 2015-07-27 at 11:11 +0300, Dan Carpenter wrote:
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.
Yeah, this was left over in some refactoring - thanks, applied. johannes