wlan: Update the linux reg cc even when initiator is Driver

Update the linux regulatory country code on linux reg notification
callback with indicator being the DRIVER.

Change-Id: Ic2a4f5751dd2adeb42d6727c1e4c31e2085fc24c
CRs-Fixed: 690492
diff --git a/CORE/VOSS/src/vos_nvitem.c b/CORE/VOSS/src/vos_nvitem.c
index 37ade13..3c7074e 100644
--- a/CORE/VOSS/src/vos_nvitem.c
+++ b/CORE/VOSS/src/vos_nvitem.c
@@ -3664,6 +3664,8 @@
         {
            hdd_checkandupdate_phymode( pHddCtx);
         }
+        linux_reg_cc[0] =  request->alpha2[0];
+        linux_reg_cc[1] =  request->alpha2[1];
 
         complete(&pHddCtx->linux_reg_req);
     }