summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-ucode.c
diff options
context:
space:
mode:
authorDavid Spinadel <david.spinadel@intel.com>2012-04-16 14:43:30 -0700
committerWey-Yi Guy <wey-yi.w.guy@intel.com>2012-04-16 14:45:10 -0700
commit50c1e9a9e3b086465b1467d448c10f7fa1e0eb5c (patch)
tree1ca395d12012e98526ba32823cf3eeee7538a13b /drivers/net/wireless/iwlwifi/iwl-ucode.c
parentcfd8544e9e350848cf580380418cbebcd09015be (diff)
downloadop-kernel-dev-50c1e9a9e3b086465b1467d448c10f7fa1e0eb5c.zip
op-kernel-dev-50c1e9a9e3b086465b1467d448c10f7fa1e0eb5c.tar.gz
iwlwifi: expose static methods for MVM use
To support hybrid state of MVM op_mode, most of the functioanallity will be done using DVM functions. When MVM will have independant live, the declarations will be removed and the functions will be static back. Signed-off-by: David Spinadel <david.spinadel@intel.com> Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-ucode.c')
-rw-r--r--drivers/net/wireless/iwlwifi/iwl-ucode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-ucode.c b/drivers/net/wireless/iwlwifi/iwl-ucode.c
index e78f20e..5391719 100644
--- a/drivers/net/wireless/iwlwifi/iwl-ucode.c
+++ b/drivers/net/wireless/iwlwifi/iwl-ucode.c
@@ -178,7 +178,7 @@ int iwl_init_alive_start(struct iwl_priv *priv)
return 0;
}
-static int iwl_send_wimax_coex(struct iwl_priv *priv)
+int iwl_send_wimax_coex(struct iwl_priv *priv)
{
struct iwl_wimax_coex_cmd coex_cmd;
OpenPOWER on IntegriCloud