From 21025920ccb2f0bc2870391467ba3ac7ab5f86cc Mon Sep 17 00:00:00 2001 From: Andrea Merello Date: Wed, 26 Mar 2014 20:59:52 +0100 Subject: [PATCH] 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 Signed-off-by: John W. Linville --- Reading git-format-patch failed