qcacld-3.0: Fix typo "choosen"
Replace typo "choosen" with correct spelling "chosen" Change-Id: I58fc894783093f3d68f3b576906695a9ce201adf CRs-Fixed: 2237731
This commit is contained in:
@@ -2699,7 +2699,7 @@ uint8_t sap_select_channel(tHalHandle hal, struct sap_context *sap_ctx,
|
||||
#ifdef FEATURE_AP_MCC_CH_AVOIDANCE
|
||||
/*
|
||||
* Weight of the channels(device's AP is operating)
|
||||
* increased to MAX+1 so that they will be choosen only
|
||||
* increased to MAX+1 so that they will be chosen only
|
||||
* when there is no other best channel to choose
|
||||
*/
|
||||
if (sap_check_in_avoid_ch_list(sap_ctx, best_ch_num)) {
|
||||
|
Reference in New Issue
Block a user