提交 f4f0909f 编写于 作者: J Johannes Berg 提交者: Greg Kroah-Hartman

iwlwifi: api: annotate compressed BA notif array sizes

[ Upstream commit 6f68cc367ab6578a33cca21b6056804165621f00 ]

Annotate the compressed BA notification array sizes and
make both of them 0-length since the length of 1 is just
confusing - it may be different than that and the offset
to the second one needs to be calculated in the C code
anyhow.
Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
Signed-off-by: NLuca Coelho <luciano.coelho@intel.com>
Signed-off-by: NSasha Levin <sashal@kernel.org>
上级 e455ecaf
...@@ -747,9 +747,9 @@ enum iwl_mvm_ba_resp_flags { ...@@ -747,9 +747,9 @@ enum iwl_mvm_ba_resp_flags {
* @tfd_cnt: number of TFD-Q elements * @tfd_cnt: number of TFD-Q elements
* @ra_tid_cnt: number of RATID-Q elements * @ra_tid_cnt: number of RATID-Q elements
* @tfd: array of TFD queue status updates. See &iwl_mvm_compressed_ba_tfd * @tfd: array of TFD queue status updates. See &iwl_mvm_compressed_ba_tfd
* for details. * for details. Length in @tfd_cnt.
* @ra_tid: array of RA-TID queue status updates. For debug purposes only. See * @ra_tid: array of RA-TID queue status updates. For debug purposes only. See
* &iwl_mvm_compressed_ba_ratid for more details. * &iwl_mvm_compressed_ba_ratid for more details. Length in @ra_tid_cnt.
*/ */
struct iwl_mvm_compressed_ba_notif { struct iwl_mvm_compressed_ba_notif {
__le32 flags; __le32 flags;
...@@ -766,7 +766,7 @@ struct iwl_mvm_compressed_ba_notif { ...@@ -766,7 +766,7 @@ struct iwl_mvm_compressed_ba_notif {
__le32 tx_rate; __le32 tx_rate;
__le16 tfd_cnt; __le16 tfd_cnt;
__le16 ra_tid_cnt; __le16 ra_tid_cnt;
struct iwl_mvm_compressed_ba_tfd tfd[1]; struct iwl_mvm_compressed_ba_tfd tfd[0];
struct iwl_mvm_compressed_ba_ratid ra_tid[0]; struct iwl_mvm_compressed_ba_ratid ra_tid[0];
} __packed; /* COMPRESSED_BA_RES_API_S_VER_4 */ } __packed; /* COMPRESSED_BA_RES_API_S_VER_4 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册