summaryrefslogtreecommitdiff
path: root/drivers/staging/vt6655
diff options
context:
space:
mode:
authorPhilipp Hortmann <philipp.g.hortmann@gmail.com>2023-08-13 09:36:48 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-08-22 16:44:31 +0300
commit42f9bcfc71e8e7535631ac2fcb8a69700e9b3296 (patch)
tree8d58604543cc8448d7f8fedd475c330d80959dcc /drivers/staging/vt6655
parent31a14cba17532a85f0aedcb38dfc5f15f235fee9 (diff)
downloadlinux-42f9bcfc71e8e7535631ac2fcb8a69700e9b3296.tar.xz
staging: rtl8192e: Remove unsupported mode IW_MODE_MESH
Tasklet irq_rx_tasklet is scheduled when hw is receiving frames. Function _rtl92e_irq_rx_tasklet() is then called which calls then _rtl92e_rx_normal(). In _rtl92e_rx_normal() all frames are processed by rtllib_rx(). When ieee->iw_mode is IW_MODE_MESH the function returns 0. The calling function then calls: dev_kfree_skb_any() which clears the skb. So the driver clears all packets received in this mode. Remove dead code in mode IW_MODE_MESH. Signed-off-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> Link: https://lore.kernel.org/r/54230361abba9f33827eac9bf5074dd9f62d787b.1691908402.git.philipp.g.hortmann@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6655')
0 files changed, 0 insertions, 0 deletions