commit | 186cd49a4d9ad1a0d4a7371c2d02a05a8ac53a03 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Aug 24 10:05:40 2016 +0200 |
committer | Luca Coelho <luciano.coelho@intel.com> | Mon Sep 19 11:29:32 2016 +0300 |
tree | b6dc634e6e3c488dc19222b6f5ee5655acb63f08 | |
parent | 8b6607cc6cdecd932201e63597b3b0c0f7958f33 [diff] |
iwlwifi: mvm: move AP-specific code to right function There's no need for the common MAC context function to have an if on AP mode, the values can be overridden in the AP-specific function later. Clean that up by adding the full command as a new parameter to the AP-specific function, and doing it there. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>