]> git.karo-electronics.de Git - karo-tx-linux.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)
commit4c324a51b62079a43a4aa5024785ba542ff83ce3
tree3697a73e22dae16820ca2ef05dfe725fcd2ef4e8
parent806911da64404a6a6348c4840a47218c3bb64a3c
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