···693693 ie, 2 + vif->ssid_len + beacon_ie_len,694694 0, GFP_KERNEL);695695 if (bss)696696- ath6kl_dbg(ATH6KL_DBG_WLAN_CFG, "added bss %pM to "697697- "cfg80211\n", bssid);696696+ ath6kl_dbg(ATH6KL_DBG_WLAN_CFG,697697+ "added bss %pM to cfg80211\n", bssid);698698 kfree(ie);699699 } else700700 ath6kl_dbg(ATH6KL_DBG_WLAN_CFG, "cfg80211 already has a bss\n");···927927 WMI_FRAME_PROBE_REQ,928928 request->ie, request->ie_len);929929 if (ret) {930930- ath6kl_err("failed to set Probe Request appie for "931931- "scan");930930+ ath6kl_err("failed to set Probe Request appie for scan");932931 return ret;933932 }934933···944945945946 channels = kzalloc(n_channels * sizeof(u16), GFP_KERNEL);946947 if (channels == NULL) {947947- ath6kl_warn("failed to set scan channels, "948948- "scan all channels");948948+ ath6kl_warn("failed to set scan channels, scan all channels");949949 n_channels = 0;950950 }951951···11231125 ar->ap_mode_bkey.key_len = key->key_len;11241126 memcpy(ar->ap_mode_bkey.key, key->key, key->key_len);11251127 if (!test_bit(CONNECTED, &vif->flags)) {11261126- ath6kl_dbg(ATH6KL_DBG_WLAN_CFG, "Delay initial group "11271127- "key configuration until AP mode has been "11281128- "started\n");11281128+ ath6kl_dbg(ATH6KL_DBG_WLAN_CFG,11291129+ "Delay initial group key configuration until AP mode has been started\n");11291130 /*11301131 * The key will be set in ath6kl_connect_ap_mode() once11311132 * the connected event is received from the target.···11401143 * the AP mode has properly started11411144 * (ath6kl_install_statioc_wep_keys).11421145 */11431143- ath6kl_dbg(ATH6KL_DBG_WLAN_CFG, "Delay WEP key configuration "11441144- "until AP mode has been started\n");11461146+ ath6kl_dbg(ATH6KL_DBG_WLAN_CFG,11471147+ "Delay WEP key configuration until AP mode has been started\n");11451148 vif->wep_key_list[key_index].key_len = key->key_len;11461149 memcpy(vif->wep_key_list[key_index].key, key->key,11471150 key->key_len);···19731976 sizeof(discvr_pattern), discvr_offset,19741977 discvr_pattern, discvr_mask);19751978 if (ret) {19761976- ath6kl_err("failed to add WOW mDNS/SSDP/LLMNR "19771977- "pattern\n");19791979+ ath6kl_err("failed to add WOW mDNS/SSDP/LLMNR pattern\n");19781980 return ret;19791981 }19801982 }···21572161 ret = ath6kl_wmi_set_host_sleep_mode_cmd(ar->wmi, vif->fw_vif_idx,21582162 ATH6KL_HOST_MODE_AWAKE);21592163 if (ret) {21602160- ath6kl_warn("Failed to configure host sleep mode for "21612161- "wow resume: %d\n", ret);21642164+ ath6kl_warn("Failed to configure host sleep mode for wow resume: %d\n",21652165+ ret);21622166 ar->state = ATH6KL_STATE_WOW;21632167 return ret;21642168 }···32883292 ar->wmi->saved_pwr_mode = ar->wmi->pwr_mode;3289329332903294 if (ath6kl_wmi_powermode_cmd(ar->wmi, 0, REC_POWER) != 0)32913291- ath6kl_warn("ath6kl_deep_sleep_enable: "32923292- "wmi_powermode_cmd failed\n");32953295+ ath6kl_warn("ath6kl_deep_sleep_enable: wmi_powermode_cmd failed\n");32933296 return;32943297 }32953298
+6-5
drivers/net/wireless/ath/ath6kl/init.c
···463463 P2P_FLAG_MACADDR_REQ |464464 P2P_FLAG_HMODEL_REQ);465465 if (ret) {466466- ath6kl_dbg(ATH6KL_DBG_TRC, "failed to request P2P "467467- "capabilities (%d) - assuming P2P not "468468- "supported\n", ret);466466+ ath6kl_dbg(ATH6KL_DBG_TRC,467467+ "failed to request P2P capabilities (%d) - assuming P2P not supported\n",468468+ ret);469469 ar->p2p = false;470470 }471471 }···474474 /* Enable Probe Request reporting for P2P */475475 ret = ath6kl_wmi_probe_report_req_cmd(ar->wmi, idx, true);476476 if (ret) {477477- ath6kl_dbg(ATH6KL_DBG_TRC, "failed to enable Probe "478478- "Request reporting (%d)\n", ret);477477+ ath6kl_dbg(ATH6KL_DBG_TRC,478478+ "failed to enable Probe Request reporting (%d)\n",479479+ ret);479480 }480481 }481482
+4-4
drivers/net/wireless/ath/ath6kl/main.c
···421421 if (!ik->valid)422422 break;423423424424- ath6kl_dbg(ATH6KL_DBG_WLAN_CFG, "Delayed addkey for "425425- "the initial group key for AP mode\n");424424+ ath6kl_dbg(ATH6KL_DBG_WLAN_CFG,425425+ "Delayed addkey for the initial group key for AP mode\n");426426 memset(key_rsc, 0, sizeof(key_rsc));427427 res = ath6kl_wmi_addkey_cmd(428428 ar->wmi, vif->fw_vif_idx, ik->key_index, ik->key_type,···430430 ik->key,431431 KEY_OP_INIT_VAL, NULL, SYNC_BOTH_WMIFLAG);432432 if (res) {433433- ath6kl_dbg(ATH6KL_DBG_WLAN_CFG, "Delayed "434434- "addkey failed: %d\n", res);433433+ ath6kl_dbg(ATH6KL_DBG_WLAN_CFG,434434+ "Delayed addkey failed: %d\n", res);435435 }436436 break;437437 }
+4-5
drivers/net/wireless/ath/ath6kl/sdio.c
···985985 }986986987987 if (status) {988988- ath6kl_err("%s: failed to write initial bytes of 0x%x "989989- "to window reg: 0x%X\n", __func__,990990- addr, reg_addr);988988+ ath6kl_err("%s: failed to write initial bytes of 0x%x to window reg: 0x%X\n",989989+ __func__, addr, reg_addr);991990 return status;992991 }993992···10751076 (u8 *)&ar->bmi.cmd_credits, 4,10761077 HIF_RD_SYNC_BYTE_INC);10771078 if (ret) {10781078- ath6kl_err("Unable to decrement the command credit "10791079- "count register: %d\n", ret);10791079+ ath6kl_err("Unable to decrement the command credit count register: %d\n",10801080+ ret);10801081 return ret;10811082 }10821083