diff options
| author | Service qcabuildsw <qcabuildsw@localhost> | 2016-07-26 11:31:01 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-07-26 11:31:01 -0700 |
| commit | 43491abdd8c64bde5bee4d257b8969a63caaa050 (patch) | |
| tree | bf069efdea57c9f8e4d7fd9101ca783d1616986e | |
| parent | 59e8af9b95d989e9a0dfe1f2e46dabc7241e75a0 (diff) | |
| parent | d222096dc8110abb8d107e5c11d260fe9a032dc2 (diff) | |
Merge "qcacld-3.0: Add vendor ID information in vendor command" into wlan-cld3.driver.lnx.1.1-dev
| -rw-r--r-- | core/hdd/src/wlan_hdd_cfg80211.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/hdd/src/wlan_hdd_cfg80211.c b/core/hdd/src/wlan_hdd_cfg80211.c index 913c2359c1a7..9a4665f98d48 100644 --- a/core/hdd/src/wlan_hdd_cfg80211.c +++ b/core/hdd/src/wlan_hdd_cfg80211.c @@ -6708,6 +6708,7 @@ const struct wiphy_vendor_command hdd_wiphy_vendor_commands[] = { .doit = wlan_hdd_cfg80211_get_link_properties }, { + .info.vendor_id = QCA_NL80211_VENDOR_ID, .info.subcmd = QCA_NL80211_VENDOR_SUBCMD_OTA_TEST, .flags = WIPHY_VENDOR_CMD_NEED_WDEV | WIPHY_VENDOR_CMD_NEED_NETDEV | @@ -6725,6 +6726,7 @@ const struct wiphy_vendor_command hdd_wiphy_vendor_commands[] = { }, #endif /* FEATURE_LFR_SUBNET_DETECTION */ { + .info.vendor_id = QCA_NL80211_VENDOR_ID, .info.subcmd = QCA_NL80211_VENDOR_SUBCMD_SET_TXPOWER_SCALE, .flags = WIPHY_VENDOR_CMD_NEED_WDEV | WIPHY_VENDOR_CMD_NEED_NETDEV | |
