]> git.baikalelectronics.ru Git - kernel.git/commit
staging: rtl8192e: Remove RX: IEEE802.1X EAPOL frame! warning.
authorMalcolm Priestley <tvboxspy@gmail.com>
Sat, 13 May 2017 16:41:17 +0000 (17:41 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 15 May 2017 11:29:01 +0000 (13:29 +0200)
commit62711ade2df1741b99891f34e508745ef01ed112
tree2f4585e36075647831ec82bd840135c01670c6ac
parent7ca19305dea51702bf2c4245fdd09d4b55991f6b
staging: rtl8192e: Remove RX: IEEE802.1X EAPOL frame! warning.

RX will receive countless EAPOL frames over the life of the connection.

A number of conditional calls to rtllib_is_eapol_frame are made in this function.

So this call serves no purpose other than to spam logs with false warning that
it is indeed a EAPOL frame, remove it.

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtllib_rx.c