wlan: Fixed hard tabs and Licensing info to include only QCA

changed hard tabs into space and fixed licensing info to include only
QCA

Change-Id: I05a25638f34d760295f5f1fe7cc26f1b8a930b3b
CR-Fixed: NA

Conflicts:

	prima/CORE/HDD/src/wlan_hdd_tdls.c
diff --git a/CORE/HDD/src/wlan_hdd_cfg80211.c b/CORE/HDD/src/wlan_hdd_cfg80211.c
index 492cffa..03935d1 100644
--- a/CORE/HDD/src/wlan_hdd_cfg80211.c
+++ b/CORE/HDD/src/wlan_hdd_cfg80211.c
@@ -1423,14 +1423,14 @@
              */
             else
             {
-            	if(1 != pHddCtx->is_dynamic_channel_range_set) 
-            	{
+                if(1 != pHddCtx->is_dynamic_channel_range_set) 
+                {
                     hdd_config_t *hdd_pConfig= (WLAN_HDD_GET_CTX(pHostapdAdapter))->cfg_ini;
                     WLANSAP_SetChannelRange(hHal, hdd_pConfig->apStartChannelNum, 
-					    hdd_pConfig->apEndChannelNum,hdd_pConfig->apOperatingBand);
+                        hdd_pConfig->apEndChannelNum,hdd_pConfig->apOperatingBand);
                 }
-				
-				pHddCtx->is_dynamic_channel_range_set = 0;
+                
+                pHddCtx->is_dynamic_channel_range_set = 0;
             }
         }
         else
@@ -6272,7 +6272,7 @@
 
     VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO, 
                      "Request to send TDLS management: action = %d, status = %d, \
-		      len = %d", action_code, status_code, len);
+                      len = %d", action_code, status_code, len);
 
     buf_1 = vos_mem_malloc(len);
     if(buf_1 == NULL) {