]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: mvm: simplify CHECK_MLME_TRIGGER macro
authorLuca Coelho <luciano.coelho@intel.com>
Fri, 19 May 2017 12:06:29 +0000 (15:06 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Thu, 29 Jun 2017 10:26:24 +0000 (13:26 +0300)
commitdcb5b2ee8a0127ae42477441d41a8c43527848c4
tree3697a73e22dae16820ca2ef05dfe725fcd2ef4e8
parent0876bf6ceff7fbecf9e866a4e8eebbfdc0897dc2
iwlwifi: mvm: simplify CHECK_MLME_TRIGGER macro

There's no reason to pass mvm and trig as parameters to the macro,
since it will be expanded inside the function itself.  Also remove the
bogus buf parameter which doesn't exist and is not used.

Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c