summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEcco Park <eccopark@broadcom.com>2015-07-28 15:08:35 -0700
committerDmitry Shmidt <dimitrysh@google.com>2015-07-30 10:24:19 -0700
commit5a360e47ceb6c4c7baca31ef043ad9b8d3d893f0 (patch)
treedc7f63671e272de98dd06bca51d0d6fe213aa660
parent3d3485346e354fc7f82ec7a38004225514a64ca1 (diff)
downloadtegra-5a360e47ceb6c4c7baca31ef043ad9b8d3d893f0.tar.gz
wlan: Add WLAN_PLAT_AP_FLAG for SOFTAP country code
Bug: 22414864 Change-Id: I6295a94eefe451e65f1c3bf060843025c0edd148 Signed-off-by: Ecco Park <eccopark@broadcom.com> Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
-rw-r--r--include/linux/wlan_plat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/wlan_plat.h b/include/linux/wlan_plat.h
index b14bfc111086..0607a6ea2768 100644
--- a/include/linux/wlan_plat.h
+++ b/include/linux/wlan_plat.h
@@ -16,6 +16,7 @@
#define _LINUX_WLAN_PLAT_H_
#define WLAN_PLAT_NODFS_FLAG 0x01
+#define WLAN_PLAT_AP_FLAG 0x02
struct wifi_platform_data {
int (*set_power)(int val);