rtl8188eu: Remove unused semaphores
[linux-2.6-microblaze.git] / drivers / staging / rtl8188eu / include / rtw_xmit.h
index a0853ba..7895008 100644 (file)
@@ -263,8 +263,6 @@ struct agg_pkt_info {
 
 struct xmit_priv {
        spinlock_t lock;
-       struct semaphore xmit_sema;
-       struct semaphore terminate_xmitthread_sema;
        struct __queue be_pending;
        struct __queue bk_pending;
        struct __queue vi_pending;
@@ -289,7 +287,6 @@ struct      xmit_priv {
        u8      wmm_para_seq[4];/* sequence for wmm ac parameter strength
                                 * from large to small. it's value is 0->vo,
                                 * 1->vi, 2->be, 3->bk. */
-       struct semaphore tx_retevt;/* all tx return event; */
        u8              txirp_cnt;/*  */
        struct tasklet_struct xmit_tasklet;
        /* per AC pending irp */