libertas: kill (IS,SET,UNSET)_MESH_FRAME.
authorDavid Woodhouse <dwmw2@infradead.org>
Mon, 10 Dec 2007 05:51:35 +0000 (00:51 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:06:33 +0000 (15:06 -0800)
No need for these any more. We've collapsed all the unneeded nests of
functions which needed to keep track of which device the skb belonged to.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/libertas/defs.h

index 82423842a705466e99259f28710cd0435c51f772..04db6af72a50b27a715bbe70ae6a76e220cc7a9c 100644 (file)
@@ -257,10 +257,6 @@ static inline void lbs_deb_hex(unsigned int grp, const char *prompt, u8 *buf, in
 
 #define        MAX_LEDS                        8
 
-#define IS_MESH_FRAME(x) (x->cb[6])
-#define SET_MESH_FRAME(x) (x->cb[6]=1)
-#define UNSET_MESH_FRAME(x) (x->cb[6]=0)
-
 /** Global Variable Declaration */
 extern const char lbs_driver_version[];
 extern u16 lbs_region_code_to_index[MRVDRV_MAX_REGION_CODE];