git: 84ca9ab010dc - stable/14 - iwlwifi: adjust a debug comment referring to a PR
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Mar 2025 22:27:07 UTC
The branch stable/14 has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=84ca9ab010dc9bf1ce4f748100d5b15cf39f7b29 commit 84ca9ab010dc9bf1ce4f748100d5b15cf39f7b29 Author: Bjoern A. Zeeb <bz@FreeBSD.org> AuthorDate: 2025-03-14 16:32:14 +0000 Commit: Bjoern A. Zeeb <bz@FreeBSD.org> CommitDate: 2025-03-19 22:22:15 +0000 iwlwifi: adjust a debug comment referring to a PR A FreeBSD specific comment asked people to report to a PR if they see this. By now we got enough feedback and also left this in a release. Simply point to the PR so people can check the status but not longer ask to submit a report to the PR. Sponsored by: The FreeBSD Foundation PR: 274382 (cherry picked from commit 4a4eee553307a2e02c6ed4796d575bfce2857049) --- sys/contrib/dev/iwlwifi/mvm/tx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/contrib/dev/iwlwifi/mvm/tx.c b/sys/contrib/dev/iwlwifi/mvm/tx.c index 8ece32dbb3f1..fbbed0bd7678 100644 --- a/sys/contrib/dev/iwlwifi/mvm/tx.c +++ b/sys/contrib/dev/iwlwifi/mvm/tx.c @@ -1276,8 +1276,8 @@ static int iwl_mvm_tx_mpdu(struct iwl_mvm *mvm, struct sk_buff *skb, if (WARN_ONCE(txq_id == IWL_MVM_INVALID_QUEUE, "Invalid TXQ id")) { #if defined(__FreeBSD__) printf("%s:%d: fc %#06x tid %u txq_id %u mvm %p " - "skb %p { len %u } info %p sta %p (if you see this please " - "report to PR 274382)\n", __func__, __LINE__, + "skb %p { len %u } info %p sta %p (see PR 274382)\n", + __func__, __LINE__, fc, tid, txq_id, mvm, skb, skb->len, info, sta); #endif iwl_trans_free_tx_cmd(mvm->trans, dev_cmd);