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)
commit21025920ccb2f0bc2870391467ba3ac7ab5f86cc
tree6b2a02a6277ac253a4874ba63233a7c55fb1f68a
parentd209f3b473e0135ee7d800b5fde50955dbdfc246
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