summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2012-05-30 13:21:04 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-05-30 13:21:04 -0700
commit75636d826084be87f490dbf2c9615a320364fa7a (patch)
tree2fd35074318dd148e9212ddc4bf461e7112b3679
parent0aa9fce9d4e2a87fb3833ed5c6eb99ffaf5738e5 (diff)
parent9002fdbdf86753148dafcf910ad47fa0a1b85471 (diff)
downloadhardware_broadcom_wlan-75636d826084be87f490dbf2c9615a320364fa7a.zip
hardware_broadcom_wlan-75636d826084be87f490dbf2c9615a320364fa7a.tar.gz
hardware_broadcom_wlan-75636d826084be87f490dbf2c9615a320364fa7a.tar.bz2
am 9002fdbd: wpa_supplicant_lib: Increase cmd size for P2P GO
* commit '9002fdbdf86753148dafcf910ad47fa0a1b85471': wpa_supplicant_lib: Increase cmd size for P2P GO
-rw-r--r--bcmdhd/wpa_supplicant_8_lib/driver_cmd_nl80211.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bcmdhd/wpa_supplicant_8_lib/driver_cmd_nl80211.c b/bcmdhd/wpa_supplicant_8_lib/driver_cmd_nl80211.c
index ac27b53..eafb118 100644
--- a/bcmdhd/wpa_supplicant_8_lib/driver_cmd_nl80211.c
+++ b/bcmdhd/wpa_supplicant_8_lib/driver_cmd_nl80211.c
@@ -20,7 +20,7 @@
#define WPA_PS_ENABLED 0
#define WPA_PS_DISABLED 1
-#define MAX_WPSP2PIE_CMD_SIZE 384
+#define MAX_WPSP2PIE_CMD_SIZE 512
typedef struct android_wifi_priv_cmd {
char *buf;