qcacld-3.0: Fix misspellings of 'unknown'

Fix misspellings 'unknow' => 'unknown'

Change-Id: I7593ddf74df9c7917bd94819953ef0603c15a933
CRs-Fixed: 2240061
This commit is contained in:
Jeff Johnson
2018-05-10 14:59:38 -07:00
committed by nshrivas
szülő 7fa88f7970
commit bbca3d503c
2 fájl változott, egészen pontosan 3 új sor hozzáadva és 3 régi sor törölve

Fájl megtekintése

@@ -4271,8 +4271,8 @@ QDF_STATUS csr_roam_call_callback(tpAniSirGlobal pMac, uint32_t sessionId,
* the reasonCode will be passed to supplicant by
* cfg80211_disconnected. Based on the document,
* the reason code passed to supplicant needs to set
* to 0 if unknow. eSIR_BEACON_MISSED reason code is not
* recognizable so that we set to 0 instead.
* to 0 if unknown. eSIR_BEACON_MISSED reason code is
* not recognizable so that we set to 0 instead.
*/
roam_info->reasonCode =
(roam_info->reasonCode == eSIR_BEACON_MISSED) ?

Fájl megtekintése

@@ -3574,7 +3574,7 @@ static bool wma_is_pkt_drop_candidate(tp_wma_handle wma_handle,
if (!peer) {
if (IEEE80211_FC0_SUBTYPE_ASSOC_REQ != subtype) {
WMA_LOGI(
FL("Received mgmt frame: %0x from unknow peer: %pM"),
FL("Received mgmt frame: %0x from unknown peer: %pM"),
subtype, peer_addr);
should_drop = true;
}