We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c386b1 commit ce038edCopy full SHA for ce038ed
drivers/net/wireless/intel/iwlwifi/pcie/rx.c
@@ -1385,7 +1385,7 @@ static void iwl_pcie_rx_handle_rb(struct iwl_trans *trans,
1385
* if it is true then one of the handlers took the page.
1386
*/
1387
1388
- if (reclaim) {
+ if (reclaim && txq) {
1389
u16 sequence = le16_to_cpu(pkt->hdr.sequence);
1390
int index = SEQ_TO_INDEX(sequence);
1391
int cmd_index = iwl_txq_get_cmd_index(txq, index);
0 commit comments