wlan: P2P IE needs to be added for the non-P2P station interface.

P2P IE is not being included in association request frame from
DUT (p2p device) although the wpa_supplicant has been set P2P IE.
When wpa_supplicant requests the P2P IE to be added. Driver should
not filter on some basis.

CRs-Fixed: 579418
Change-Id: Ibe11b5209883fd4ab033a43110f474cee8e2de89
diff --git a/CORE/HDD/src/wlan_hdd_cfg80211.c b/CORE/HDD/src/wlan_hdd_cfg80211.c
index 6b3ae6f..c80eddd 100644
--- a/CORE/HDD/src/wlan_hdd_cfg80211.c
+++ b/CORE/HDD/src/wlan_hdd_cfg80211.c
@@ -5615,9 +5615,7 @@
                     pWextState->roamProfile.nWPAReqIELength = eLen + 2;//ie_len;
                 }
                 else if ( (0 == memcmp(&genie[0], P2P_OUI_TYPE,
-                                                         P2P_OUI_TYPE_SIZE))
-                        /*Consider P2P IE, only for P2P Client */
-                         && (WLAN_HDD_P2P_CLIENT == pAdapter->device_mode) )
+                                                         P2P_OUI_TYPE_SIZE)))
                 {
                     v_U16_t curAddIELen = pWextState->assocAddIE.length;
                     hddLog (VOS_TRACE_LEVEL_INFO, "%s Set P2P IE(len %d)",