wlan:Pass correct length for GPS vendor specific IE

Length should be size of OUI and size of vendor specific content.

Change-Id: I338299a96f75bfacce280e32bc5276e24a3f2bb0
CRs-Fixed: 479547
diff --git a/CORE/HDD/inc/wlan_hdd_cfg80211.h b/CORE/HDD/inc/wlan_hdd_cfg80211.h
index 15a6619..fa35de4 100644
--- a/CORE/HDD/inc/wlan_hdd_cfg80211.h
+++ b/CORE/HDD/inc/wlan_hdd_cfg80211.h
@@ -105,7 +105,7 @@
 #define QCOM_OUI2         0xA0
 #define QCOM_OUI3         0xC6
 #define QCOM_VENDOR_IE_AGE_TYPE  0x100
-#define QCOM_VENDOR_IE_AGE_LEN   4
+#define QCOM_VENDOR_IE_AGE_LEN   11
 
 #ifdef FEATURE_WLAN_TDLS
 #define WLAN_IS_TDLS_SETUP_ACTION(action) \