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>
This commit is contained in:
Ecco Park 2015-07-28 15:08:35 -07:00 committed by Srinivasarao P
parent 88cfce7ee9
commit af2e1e9a24
1 changed files with 1 additions and 0 deletions

View File

@ -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);