From f0c5ba2815d589854dff557b913a1b61b22bb458 Mon Sep 17 00:00:00 2001 From: Malcolm Priestley Date: Thu, 15 Aug 2013 21:27:22 +0100 Subject: [PATCH] staging: vt6656: desc.h Move typedef struct tagSCTS* to new structures in rxtx.h The new structures being typedef struct tagSCTS -> struct vnt_cts typedef struct tagSCTS_FB -> struct vnt_cts_fb These are only needed by rxtc.c so moved to rxtx.h and will eventually form part of the structure of struct vnt_tx_buffer. The linux/ieee80211.h in desc.h is no longer needed. Signed-off-by: Malcolm Priestley Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed