Merge remote-tracking branch 'staging/staging-next'
[deliverable/linux.git] / drivers / staging / rtl8188eu / include / rtw_cmd.h
index 08ca59217cb716bbf908e02c2a0b2d12a8c2f5e8..e8e75f34d9b8f30658794623ed7359250c8e392f 100644 (file)
@@ -39,8 +39,8 @@ struct cmd_obj {
 };
 
 struct cmd_priv {
-       struct semaphore cmd_queue_sema;
-       struct semaphore terminate_cmdthread_sema;
+       struct completion cmd_queue_comp;
+       struct completion terminate_cmdthread_comp;
        struct __queue cmd_queue;
        u8 cmdthd_running;
        struct adapter *padapter;
@@ -209,34 +209,6 @@ struct set_assocsta_rsp {
        u8      rsvd[3];
 };
 
-/*
-       Caller Ad-Hoc/AP
-
-       Command mode
-
-       This is to force fw to del an sta_data entry per driver's request
-
-       FW will invalidate the cam entry associated with it.
-
-*/
-struct del_assocsta_parm {
-       u8      addr[ETH_ALEN];
-};
-
-/*
-Caller Mode: AP/Ad-HoC(M)
-
-Notes: To notify fw that given staid has changed its power state
-
-Command Mode
-
-*/
-struct setstapwrstate_parm {
-       u8      staid;
-       u8      status;
-       u8      hwaddr[6];
-};
-
 /*
        Notes: This command is used for H2C/C2H loopback testing
 
This page took 0.026068 seconds and 5 git commands to generate.