Prechádzať zdrojové kódy

qcacld-3.0: Fix typo "assocation"

Replace typo "assocation" with correct spelling "association".

Change-Id: I01445b034954ae80b55bfa3eb20b9754d56cd7de
CRs-Fixed: 2238297
Jeff Johnson 7 rokov pred
rodič
commit
6c6d27c461
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      core/hdd/src/wlan_hdd_softap_tx_rx.c

+ 1 - 1
core/hdd/src/wlan_hdd_softap_tx_rx.c

@@ -1030,7 +1030,7 @@ QDF_STATUS hdd_softap_register_sta(struct hdd_adapter *adapter,
 		hdd_softap_deregister_sta(adapter, staId);
 	}
 
-	/* Get the Station ID from the one saved during the assocation. */
+	/* Get the Station ID from the one saved during the association. */
 	staDesc.sta_id = staId;
 
 	/* Save the adapter Pointer for this staId */