am 9002fdbd: wpa_supplicant_lib: Increase cmd size for P2P GO

* commit '9002fdbdf86753148dafcf910ad47fa0a1b85471':
  wpa_supplicant_lib: Increase cmd size for P2P GO
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;