]> git.baikalelectronics.ru Git - kernel.git/commit
rtl8180: support for rtl8187se RX descriptors
authorAndrea Merello <andrea.merello@gmail.com>
Wed, 26 Mar 2014 19:59:52 +0000 (20:59 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 27 Mar 2014 18:20:07 +0000 (14:20 -0400)
commit646deb6ea512b50aa4ca2bd40c8b5bf1f3afb90c
tree6b2a02a6277ac253a4874ba63233a7c55fb1f68a
parent23ad4c5ec73ae2f06bb75f44a1f5d5c67bb9a746
rtl8180: support for rtl8187se RX descriptors

Currently RX status descriptor and RX command descriptor are
represented using the same struct type.
This patch splits this by introducing different types for
rx status and command descriptor.
Doing this make it possible to handle rtl8187se RX descriptors
easier.
This patch do also this by adding specific cases where needed.

Signed-off-by: Andrea Merello <andrea.merello@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rtl818x/rtl8180/dev.c
drivers/net/wireless/rtl818x/rtl8180/rtl8180.h