These three patches are needed to fix a regression in kernel 3.18 that is reported in Bug #88951. I hate to be the guy with the last-minute fixes; however, this regression reminded me of the children's game called Whack-a-mole. Whenever I thought that I had found the problem, the bug popped up elsewhere. Finally I am coinfident that I have fixed the problem. Fortunately, the patches are all fairly small, and they are self-contained within a single driver. There are unlikely to be any unfavorable side effects. If it is not possible to get these patches into 3.18, then mark them to be backported to stable (3.18 only). That way they will be available in 3.18.1. Signed-off-by: Larry Finger <Larry.Finger@xxxxxxxxxxxx> Reported-by: Catalin Iacob <iacobcatalin@xxxxxxxxx> Tested-by: Catalin Iacob <iacobcatalin@xxxxxxxxx> Cc: Catalin Iacob <iacobcatalin@xxxxxxxxx> --- Larry Finger (3): rtlwifi: rtl8192ce: Fix editing error that causes silent memory corruption rtlwifi: rtl8192ce: Fix kernel crashes due to missing callback entry rtlwifi: rtl8192ce: Fix missing interrupt ready flag drivers/net/wireless/rtlwifi/rtl8192ce/hw.c | 3 ++- drivers/net/wireless/rtlwifi/rtl8192ce/sw.c | 3 +++ drivers/net/wireless/rtlwifi/rtl8192ce/trx.c | 24 ++++++++++++++++++++---- drivers/net/wireless/rtlwifi/rtl8192ce/trx.h | 2 ++ 4 files changed, 27 insertions(+), 5 deletions(-) -- 2.1.2 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html