fw-api: CL 20071754 - update fw common interface files
wlanfw_cmn: fix spelling errors in code comments Fix spelling errors in code comments within the .h files that define the host/target interface. Change-Id: I98c7b607238adacf7b8615b60ffb3bcef482815a CRs-Fixed: 2262693
这个提交包含在:
@@ -1954,7 +1954,7 @@ typedef struct {
|
||||
A_UINT32 mu_mimo_mpdus_failed_usr;
|
||||
/** 11AC DL MU MIMO number of mpdus re-queued to HW, per user */
|
||||
A_UINT32 mu_mimo_mpdus_requeued_usr;
|
||||
/** 11AC DL MU MIMO BA not receieved, per user */
|
||||
/** 11AC DL MU MIMO BA not received, per user */
|
||||
A_UINT32 mu_mimo_err_no_ba_usr;
|
||||
/** 11AC DL MU MIMO mpdu underrun encountered, per user */
|
||||
A_UINT32 mu_mimo_mpdu_underrun_usr;
|
||||
@@ -2097,7 +2097,7 @@ typedef struct {
|
||||
A_UINT32 mpdu_ack_fail_cnt;
|
||||
/** This will include sched cmd flush and time based discard */
|
||||
A_UINT32 mpdu_filt_cnt;
|
||||
/** Number of MPDUs for which ACK was sucessful but no Tx happened */
|
||||
/** Number of MPDUs for which ACK was successful but no Tx happened */
|
||||
A_UINT32 false_mpdu_ack_count;
|
||||
|
||||
/** Number of times txq timeout happened */
|
||||
@@ -2169,7 +2169,7 @@ typedef struct {
|
||||
* completing the burst, we identify the txop used in the burst and
|
||||
* incr the corresponding bin.
|
||||
* Each bin represents 1ms & we have 10 bins in this histogram.
|
||||
* they are deined in FW using the following macros
|
||||
* they are defined in FW using the following macros
|
||||
* #define WAL_MAX_TXOP_USED_CNT_HISTOGRAM 10
|
||||
* #define WAL_TXOP_USED_HISTOGRAM_INTERVAL 1000 ( 1 ms )
|
||||
*
|
||||
@@ -3336,7 +3336,7 @@ typedef struct {
|
||||
A_UINT32 mu_mimo_mpdus_failed_usr;
|
||||
/** 11AC DL MU MIMO number of mpdus re-queued to HW, per user */
|
||||
A_UINT32 mu_mimo_mpdus_requeued_usr;
|
||||
/** 11AC DL MU MIMO BA not receieved, per user */
|
||||
/** 11AC DL MU MIMO BA not received, per user */
|
||||
A_UINT32 mu_mimo_err_no_ba_usr;
|
||||
/** 11AC DL MU MIMO mpdu underrun encountered, per user */
|
||||
A_UINT32 mu_mimo_mpdu_underrun_usr;
|
||||
@@ -3351,7 +3351,7 @@ typedef struct {
|
||||
A_UINT32 ax_mu_mimo_mpdus_failed_usr;
|
||||
/** 11AX DL MU MIMO number of mpdus re-queued to HW, per user */
|
||||
A_UINT32 ax_mu_mimo_mpdus_requeued_usr;
|
||||
/** 11AX DL MU MIMO BA not receieved, per user */
|
||||
/** 11AX DL MU MIMO BA not received, per user */
|
||||
A_UINT32 ax_mu_mimo_err_no_ba_usr;
|
||||
/** 11AX DL MU MIMO mpdu underrun encountered, per user */
|
||||
A_UINT32 ax_mu_mimo_mpdu_underrun_usr;
|
||||
@@ -3366,7 +3366,7 @@ typedef struct {
|
||||
A_UINT32 ax_ofdma_mpdus_failed_usr;
|
||||
/** 11AX MU OFDMA number of mpdus re-queued to HW, per user */
|
||||
A_UINT32 ax_ofdma_mpdus_requeued_usr;
|
||||
/** 11AX MU OFDMA BA not receieved, per user */
|
||||
/** 11AX MU OFDMA BA not received, per user */
|
||||
A_UINT32 ax_ofdma_err_no_ba_usr;
|
||||
/** 11AX MU OFDMA mpdu underrun encountered, per user */
|
||||
A_UINT32 ax_ofdma_mpdu_underrun_usr;
|
||||
@@ -3498,7 +3498,7 @@ typedef enum {
|
||||
HTT_SCHED_TID_SKIP_UL_TWT_PAUSED, /* Skip ul tid if twt txq is paused */
|
||||
HTT_SCHED_TID_SKIP_PEER_UL_RX_NOT_ACTIVE, /* Skip ul tid if peer ul rx is not active */
|
||||
HTT_SCHED_TID_SKIP_NO_FORCE_TRIGGER, /* Skip ul tid if there is no force triggers */
|
||||
HTT_SCHED_TID_SKIP_SMART_BASIC_TRIGGER, /* Skip ul tid if smart basic trigger doesnot have enough data */
|
||||
HTT_SCHED_TID_SKIP_SMART_BASIC_TRIGGER, /* Skip ul tid if smart basic trigger doesn't have enough data */
|
||||
|
||||
|
||||
HTT_SCHED_INELIGIBILITY_MAX,
|
||||
@@ -3520,7 +3520,7 @@ typedef struct {
|
||||
} htt_sched_txq_sched_ineligibility_tlv_v;
|
||||
|
||||
typedef enum {
|
||||
HTT_SCHED_SUPERCYCLE_TRIGGER_NONE = 0, /* Supercycle not triggerd */
|
||||
HTT_SCHED_SUPERCYCLE_TRIGGER_NONE = 0, /* Supercycle not triggered */
|
||||
HTT_SCHED_SUPERCYCLE_TRIGGER_FORCED, /* forced supercycle trigger */
|
||||
HTT_SCHED_SUPERCYCLE_TRIGGER_LESS_NUM_TIDQ_ENTRIES, /* Num tidq entries is less than max_client threshold */
|
||||
HTT_SCHED_SUPERCYCLE_TRIGGER_LESS_NUM_ACTIVE_TIDS, /* Num active tids is less than max_client threshold */
|
||||
@@ -6314,7 +6314,7 @@ typedef enum {
|
||||
HTT_EXPLICIT_TXBF_MU_SIFS_STEER_STATS = 3,
|
||||
/* Multi user random back off steer stats */
|
||||
HTT_EXPLICIT_TXBF_MU_RBO_STEER_STATS = 4,
|
||||
/* For backward compatability new modes cannot be added */
|
||||
/* For backward compatibility new modes cannot be added */
|
||||
HTT_TXBF_MAX_NUM_OF_MODES = 5
|
||||
} htt_txbf_sound_steer_modes;
|
||||
|
||||
@@ -6486,7 +6486,7 @@ typedef struct {
|
||||
* opportunities created. Incoming OBSS frame RSSI is compared with per
|
||||
* PPDU non-SRG RSSI threshold configured in each PPDU. If incoming OBSS
|
||||
* RSSI < non-SRG RSSI threshold configured in each PPDU, then non-SRG
|
||||
* tranmission happens.
|
||||
* transmission happens.
|
||||
*/
|
||||
A_UINT32 num_non_srg_ppdu_tried;
|
||||
/**
|
||||
@@ -6507,7 +6507,7 @@ typedef struct {
|
||||
* Incoming OBSS frame RSSI is compared with per PPDU SRG RSSI
|
||||
* threshold configured in each PPDU.
|
||||
* If incoming OBSS RSSI < SRG RSSI threshold configured in each PPDU,
|
||||
* then SRG tranmission happens.
|
||||
* then SRG transmission happens.
|
||||
*/
|
||||
A_UINT32 num_srg_ppdu_tried;
|
||||
/**
|
||||
@@ -6585,15 +6585,15 @@ typedef struct {
|
||||
* histogram showing how many times different degrees of backpressure
|
||||
* duration occurred:
|
||||
* Index 0 indicates the number of times ring was
|
||||
* continously in backpressure state for 100 - 200ms.
|
||||
* continuously in backpressure state for 100 - 200ms.
|
||||
* Index 1 indicates the number of times ring was
|
||||
* continously in backpressure state for 200 - 300ms.
|
||||
* continuously in backpressure state for 200 - 300ms.
|
||||
* Index 2 indicates the number of times ring was
|
||||
* continously in backpressure state for 300 - 400ms.
|
||||
* continuously in backpressure state for 300 - 400ms.
|
||||
* Index 3 indicates the number of times ring was
|
||||
* continously in backpressure state for 400 - 500ms.
|
||||
* continuously in backpressure state for 400 - 500ms.
|
||||
* Index 4 indicates the number of times ring was
|
||||
* continously in backpressure state beyond 500ms.
|
||||
* continuously in backpressure state beyond 500ms.
|
||||
*/
|
||||
A_UINT32 backpressure_hist[5];
|
||||
} htt_ring_backpressure_stats_tlv;
|
||||
@@ -7323,27 +7323,27 @@ typedef enum {
|
||||
|
||||
typedef enum {
|
||||
HTT_STATS_RESET_CAUSE_FIRST_RESET = 0x00000001, /* First reset by application */
|
||||
HTT_STATS_RESET_CAUSE_ERROR = 0x00000002, /* Trigered due to error */
|
||||
HTT_STATS_RESET_CAUSE_ERROR = 0x00000002, /* Triggered due to error */
|
||||
HTT_STATS_RESET_CAUSE_DEEP_SLEEP = 0x00000004, /* Reset after deep sleep */
|
||||
HTT_STATS_RESET_CAUSE_FULL_RESET = 0x00000008, /* Full reset without any optimizations */
|
||||
HTT_STATS_RESET_CAUSE_CHANNEL_CHANGE = 0x00000010, /* For normal channel change */
|
||||
HTT_STATS_RESET_CAUSE_BAND_CHANGE = 0x00000020, /* Trigered due to band change */
|
||||
HTT_STATS_RESET_CAUSE_DO_CAL = 0x00000040, /* Trigered due to calibrations */
|
||||
HTT_STATS_RESET_CAUSE_BAND_CHANGE = 0x00000020, /* Triggered due to band change */
|
||||
HTT_STATS_RESET_CAUSE_DO_CAL = 0x00000040, /* Triggered due to calibrations */
|
||||
HTT_STATS_RESET_CAUSE_MCI_ERROR = 0x00000080, /* Triggered due to MCI ERROR */
|
||||
HTT_STATS_RESET_CAUSE_CHWIDTH_CHANGE = 0x00000100, /* Trigered due to channel width change */
|
||||
HTT_STATS_RESET_CAUSE_WARM_RESTORE_CAL = 0x00000200, /* Trigered due to warm reset we want to just restore calibrations */
|
||||
HTT_STATS_RESET_CAUSE_COLD_RESTORE_CAL = 0x00000400, /* Trigered due to cold reset we want to just restore calibrations */
|
||||
HTT_STATS_RESET_CAUSE_PHY_WARM_RESET = 0x00000800, /* Trigered due to phy warm reset we want to just restore calibrations */
|
||||
HTT_STATS_RESET_CAUSE_M3_SSR = 0x00001000, /* Trigered due to SSR Restart */
|
||||
HTT_STATS_RESET_CAUSE_CHWIDTH_CHANGE = 0x00000100, /* Triggered due to channel width change */
|
||||
HTT_STATS_RESET_CAUSE_WARM_RESTORE_CAL = 0x00000200, /* Triggered due to warm reset we want to just restore calibrations */
|
||||
HTT_STATS_RESET_CAUSE_COLD_RESTORE_CAL = 0x00000400, /* Triggered due to cold reset we want to just restore calibrations */
|
||||
HTT_STATS_RESET_CAUSE_PHY_WARM_RESET = 0x00000800, /* Triggered due to phy warm reset we want to just restore calibrations */
|
||||
HTT_STATS_RESET_CAUSE_M3_SSR = 0x00001000, /* Triggered due to SSR Restart */
|
||||
HTT_STATS_RESET_CAUSE_FORCE_CAL = 0x00002000, /* Reset to force the calibration */
|
||||
/* 0x00004000, 0x00008000 reserved */
|
||||
HTT_STATS_NO_RESET_CHANNEL_CHANGE = 0x00010000, /* No reset, normal channel change */
|
||||
HTT_STATS_NO_RESET_BAND_CHANGE = 0x00020000, /* No reset, channel change across band */
|
||||
HTT_STATS_NO_RESET_CHWIDTH_CHANGE = 0x00040000, /* No reset, channel change across channel width */
|
||||
HTT_STATS_NO_RESET_CHAINMASK_CHANGE = 0x00080000, /* No reset, chainmask change */
|
||||
HTT_STATS_RESET_CAUSE_PHY_WARM_RESET_UCODE_TRIG = 0x00100000, /* Trigered due to phy warm reset we want to just restore calibrations */
|
||||
HTT_STATS_RESET_CAUSE_PHY_WARM_RESET_UCODE_TRIG = 0x00100000, /* Triggered due to phy warm reset we want to just restore calibrations */
|
||||
HTT_STATS_RESET_CAUSE_PHY_OFF_TIMEOUT_RESET = 0x00200000, /* Reset ucode because phy off ack timeout*/
|
||||
HTT_STATS_RESET_CAUSE_LMAC_RESET_UMAC_NOC_ERR = 0x00400000, /* LMAC reset trigered due to NOC Address/Slave error originating at LMAC */
|
||||
HTT_STATS_RESET_CAUSE_LMAC_RESET_UMAC_NOC_ERR = 0x00400000, /* LMAC reset triggered due to NOC Address/Slave error originating at LMAC */
|
||||
HTT_STATS_NO_RESET_SCAN_BACK_TO_SAME_HOME_CHANNEL_CHANGE = 0x00800000, /* No reset, scan to home channel change */
|
||||
} HTT_STATS_RESET_CAUSE;
|
||||
|
||||
@@ -7395,7 +7395,7 @@ typedef struct {
|
||||
A_UINT32 phytx_abort_cnt;
|
||||
/** number of times rx abort initiated by phy */
|
||||
A_UINT32 phyrx_abort_cnt;
|
||||
/** number of rx defered count initiated by phy */
|
||||
/** number of rx deferred count initiated by phy */
|
||||
A_UINT32 phyrx_defer_abort_cnt;
|
||||
/** number of sizing events generated at LSTF */
|
||||
A_UINT32 rx_gain_adj_lstf_event_cnt; /* a.k.a sizing1 */
|
||||
@@ -8337,7 +8337,7 @@ typedef struct _htt_ml_peer_stats {
|
||||
} htt_ml_peer_stats_t;
|
||||
|
||||
/*
|
||||
* ODD Mandatory Stats are grouped together from all the exisitng different
|
||||
* ODD Mandatory Stats are grouped together from all the existing different
|
||||
* stats, to form a set of stats that will be used by the ODD application to
|
||||
* post the stats to the cloud instead of polling for the individual stats.
|
||||
* This is done to avoid non-mandatory stats to be polled as the data will not
|
||||
|
在新工单中引用
屏蔽一个用户