]> 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)
commit1796e72f807d546735ac6632cf96c1e013f443d0
tree6b2a02a6277ac253a4874ba63233a7c55fb1f68a
parentf8cd2deaf6a26457713e4b14635ccb5a09bad6bb
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