]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/net/wireless/ti/wlcore/main.c
wlcore: register vendor commands
[karo-tx-linux.git] / drivers / net / wireless / ti / wlcore / main.c
index 01b4d9e9af69c1a54047be7f85cc71de4ee63342..d92f578dd95ccbfbe9336d1b604d447cd0b55b24 100644 (file)
@@ -37,6 +37,7 @@
 #include "init.h"
 #include "debugfs.h"
 #include "testmode.h"
+#include "vendor_cmd.h"
 #include "scan.h"
 #include "hw_ops.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->n_iface_combinations = wl->n_iface_combinations;
 
+       /* register vendor commands */
+       wlcore_set_vendor_commands(wl->hw->wiphy);
+
        SET_IEEE80211_DEV(wl->hw, wl->dev);
 
        wl->hw->sta_data_size = sizeof(struct wl1271_station);