Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 4818d14d authored by Prasanna S.Panchamukhi's avatar Prasanna S.Panchamukhi Committed by Inaky Perez-Gonzalez
Browse files

wimax/i2400m: fix incorrect return -ESHUTDOWN when there is no Tx buffer available



i2400m_tx() routine was returning -ESHUTDOWN even when there was no Tx buffer
available. This patch fixes the i2400m_tx() to return -ESHUTDOWN only when
the device is down(i2400m->tx_buf is NULL) and also to return -ENOSPC
when there is no Tx buffer. Error seen in the kernel log.
kernel: i2400m_sdio mmc0:0001:1: can't send message 0x5606: -108
kernel: i2400m_sdio mmc0:0001:1: Failed to issue 'Enter power save'command: -108

Signed-off-by: default avatarPrasanna S.Panchamukhi <prasannax.s.panchamukhi@intel.com>
parent 2b0b05dd
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment