[PATCH] staging: rtl8192e: Fix log spamming in rtl8192_hard_data_xmit

2015-08-12 Thread Mateusz Kulikowski
This patch fixes issue generated by commit ca93dcba3a92 ("staging: rtl8192e: Remove assert() macro") One negation was missed in conversion, therefore asserted message was always printed. For 1MB file downloaded via http, ~500 messages were generated. Signed-off-by: Mateusz Kulikowski ---

[PATCH] staging: rtl8192e: Fix log spamming in rtl8192_hard_data_xmit

2015-08-12 Thread Mateusz Kulikowski
This patch fixes issue generated by commit ca93dcba3a92 (staging: rtl8192e: Remove assert() macro) One negation was missed in conversion, therefore asserted message was always printed. For 1MB file downloaded via http, ~500 messages were generated. Signed-off-by: Mateusz Kulikowski