浏览代码

wlcore: register vendor commands

All the smart config code is in place now,
so register the relevant vendor commands.

Signed-off-by: Eliad Peller <eliad@wizery.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Eliad Peller 11 年之前
父节点
当前提交
d8c5a48d27
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      drivers/net/wireless/ti/wlcore/main.c

+ 4 - 0
drivers/net/wireless/ti/wlcore/main.c

@@ -37,6 +37,7 @@
 #include "init.h"
 #include "init.h"
 #include "debugfs.h"
 #include "debugfs.h"
 #include "testmode.h"
 #include "testmode.h"
+#include "vendor_cmd.h"
 #include "scan.h"
 #include "scan.h"
 #include "hw_ops.h"
 #include "hw_ops.h"
 #include "sysfs.h"
 #include "sysfs.h"
@@ -5875,6 +5876,9 @@ static int wl1271_init_ieee80211(struct wl1271 *wl)
 	wl->hw->wiphy->iface_combinations = wl->iface_combinations;
 	wl->hw->wiphy->iface_combinations = wl->iface_combinations;
 	wl->hw->wiphy->n_iface_combinations = wl->n_iface_combinations;
 	wl->hw->wiphy->n_iface_combinations = wl->n_iface_combinations;
 
 
+	/* register vendor commands */
+	wlcore_set_vendor_commands(wl->hw->wiphy);
+
 	SET_IEEE80211_DEV(wl->hw, wl->dev);
 	SET_IEEE80211_DEV(wl->hw, wl->dev);
 
 
 	wl->hw->sta_data_size = sizeof(struct wl1271_station);
 	wl->hw->sta_data_size = sizeof(struct wl1271_station);