Remove wrapper structs that just wrap struct ndis_wlan_bssid_ex, and are unused. Signed-off-by: Joshua Clayton <stillcompiling@xxxxxxxxx> --- drivers/staging/rtl8712/rtl871x_cmd.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_cmd.h b/drivers/staging/rtl8712/rtl871x_cmd.h index cb8225b..818cd88 100644 --- a/drivers/staging/rtl8712/rtl871x_cmd.h +++ b/drivers/staging/rtl8712/rtl871x_cmd.h @@ -123,15 +123,6 @@ struct usb_suspend_parm { }; /* - * Caller Mode: Infra, Ad-Hoc - * Notes: To join the specified bss - * Command Event Mode - */ -struct joinbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: Infra, Ad-HoC(C) * Notes: To disconnect the current associated BSS * Command Mode @@ -141,15 +132,6 @@ struct disconnect_parm { }; /* - * Caller Mode: AP, Ad-HoC(M) - * Notes: To create a BSS - * Command Mode - */ -struct createbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: AP, Ad-HoC, Infra * Notes: To set the NIC mode of RTL8711 * Command Mode -- 2.4.6 From: Joshua Clayton <stillcompiling@xxxxxxxxx> To: Larry Finger <Larry.Finger@xxxxxxxxxxxx>, Florian Schilhabel <florian.c.schilhabel@xxxxxxxxxxxxxx>, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>, Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx>, Nitin Kuppelur <nitinkuppelur@xxxxxxxxx>, Joshua Clayton <stillcompiling@xxxxxxxxx>, Vaishali Thakkar <vthakkar1994@xxxxxxxxx>, Tapasweni Pathak <tapaswenipathak@xxxxxxxxx>, Daniel Baluta <daniel.baluta@xxxxxxxxx>, Melike Yurtoglu <aysemelikeyurtoglu@xxxxxxxxx>, Max Perepelitsyn <mperepelitsyn@xxxxxxxxx>, Aya Mahfouz <mahfouz.saif.elyazal@xxxxxxxxx>, Cristina Opriceana <cristina.opriceana@xxxxxxxxx>, Dogukan Ergun <dogukan.ergun@xxxxxxxxx>, Julia Lawall <Julia.Lawall@xxxxxxx>, Dan Carpenter <dan.carpenter@xxxxxxxxxx>, Haneen Mohammed <hamohammed.sa@xxxxxxxxx>, Rickard Strandqvist <rickard_strandqvist@xxxxxxxxxxxxxxxxxx> Cc: devel@xxxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx Subject: [PATCH V3 4/8] staging: rtl8712: removed unused wrapper structs Date: Mon, 27 Jul 2015 21:41:13 -0700 Message-Id: <75dcdd4644344c7c4f0ccabf8a0e28bce7974349.1438057939.git.stillcompiling@xxxxxxxxx> X-Mailer: git-send-email 2.4.6 In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> Remove wrapper structs that just wrap struct ndis_wlan_bssid_ex, and are unused. Signed-off-by: Joshua Clayton <stillcompiling@xxxxxxxxx> --- drivers/staging/rtl8712/rtl871x_cmd.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_cmd.h b/drivers/staging/rtl8712/rtl871x_cmd.h index cb8225b..818cd88 100644 --- a/drivers/staging/rtl8712/rtl871x_cmd.h +++ b/drivers/staging/rtl8712/rtl871x_cmd.h @@ -123,15 +123,6 @@ struct usb_suspend_parm { }; /* - * Caller Mode: Infra, Ad-Hoc - * Notes: To join the specified bss - * Command Event Mode - */ -struct joinbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: Infra, Ad-HoC(C) * Notes: To disconnect the current associated BSS * Command Mode @@ -141,15 +132,6 @@ struct disconnect_parm { }; /* - * Caller Mode: AP, Ad-HoC(M) - * Notes: To create a BSS - * Command Mode - */ -struct createbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: AP, Ad-HoC, Infra * Notes: To set the NIC mode of RTL8711 * Command Mode -- 2.4.6 From: Joshua Clayton <stillcompiling@xxxxxxxxx> To: Larry Finger <Larry.Finger@xxxxxxxxxxxx>, Florian Schilhabel <florian.c.schilhabel@xxxxxxxxxxxxxx>, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>, Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx>, Nitin Kuppelur <nitinkuppelur@xxxxxxxxx>, Joshua Clayton <stillcompiling@xxxxxxxxx>, Vaishali Thakkar <vthakkar1994@xxxxxxxxx>, Tapasweni Pathak <tapaswenipathak@xxxxxxxxx>, Daniel Baluta <daniel.baluta@xxxxxxxxx>, Melike Yurtoglu <aysemelikeyurtoglu@xxxxxxxxx>, Max Perepelitsyn <mperepelitsyn@xxxxxxxxx>, Aya Mahfouz <mahfouz.saif.elyazal@xxxxxxxxx>, Cristina Opriceana <cristina.opriceana@xxxxxxxxx>, Dogukan Ergun <dogukan.ergun@xxxxxxxxx>, Julia Lawall <Julia.Lawall@xxxxxxx>, Dan Carpenter <dan.carpenter@xxxxxxxxxx>, Haneen Mohammed <hamohammed.sa@xxxxxxxxx>, Rickard Strandqvist <rickard_strandqvist@xxxxxxxxxxxxxxxxxx> Cc: devel@xxxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx Subject: [PATCH V3 4/8] staging: rtl8712: removed unused wrapper structs Date: Mon, 27 Jul 2015 21:41:13 -0700 Message-Id: <75dcdd4644344c7c4f0ccabf8a0e28bce7974349.1438057939.git.stillcompiling@xxxxxxxxx> X-Mailer: git-send-email 2.4.6 In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> Remove wrapper structs that just wrap struct ndis_wlan_bssid_ex, and are unused. Signed-off-by: Joshua Clayton <stillcompiling@xxxxxxxxx> --- drivers/staging/rtl8712/rtl871x_cmd.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_cmd.h b/drivers/staging/rtl8712/rtl871x_cmd.h index cb8225b..818cd88 100644 --- a/drivers/staging/rtl8712/rtl871x_cmd.h +++ b/drivers/staging/rtl8712/rtl871x_cmd.h @@ -123,15 +123,6 @@ struct usb_suspend_parm { }; /* - * Caller Mode: Infra, Ad-Hoc - * Notes: To join the specified bss - * Command Event Mode - */ -struct joinbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: Infra, Ad-HoC(C) * Notes: To disconnect the current associated BSS * Command Mode @@ -141,15 +132,6 @@ struct disconnect_parm { }; /* - * Caller Mode: AP, Ad-HoC(M) - * Notes: To create a BSS - * Command Mode - */ -struct createbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: AP, Ad-HoC, Infra * Notes: To set the NIC mode of RTL8711 * Command Mode -- 2.4.6 From: Joshua Clayton <stillcompiling@xxxxxxxxx> To: Larry Finger <Larry.Finger@xxxxxxxxxxxx>, Florian Schilhabel <florian.c.schilhabel@xxxxxxxxxxxxxx>, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>, Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx>, Nitin Kuppelur <nitinkuppelur@xxxxxxxxx>, Joshua Clayton <stillcompiling@xxxxxxxxx>, Vaishali Thakkar <vthakkar1994@xxxxxxxxx>, Tapasweni Pathak <tapaswenipathak@xxxxxxxxx>, Daniel Baluta <daniel.baluta@xxxxxxxxx>, Melike Yurtoglu <aysemelikeyurtoglu@xxxxxxxxx>, Max Perepelitsyn <mperepelitsyn@xxxxxxxxx>, Aya Mahfouz <mahfouz.saif.elyazal@xxxxxxxxx>, Cristina Opriceana <cristina.opriceana@xxxxxxxxx>, Dogukan Ergun <dogukan.ergun@xxxxxxxxx>, Julia Lawall <Julia.Lawall@xxxxxxx>, Dan Carpenter <dan.carpenter@xxxxxxxxxx>, Haneen Mohammed <hamohammed.sa@xxxxxxxxx>, Rickard Strandqvist <rickard_strandqvist@xxxxxxxxxxxxxxxxxx> Cc: devel@xxxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx Subject: [PATCH V3 4/8] staging: rtl8712: removed unused wrapper structs Date: Mon, 27 Jul 2015 21:41:13 -0700 Message-Id: <75dcdd4644344c7c4f0ccabf8a0e28bce7974349.1438057939.git.stillcompiling@xxxxxxxxx> X-Mailer: git-send-email 2.4.6 In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> Remove wrapper structs that just wrap struct ndis_wlan_bssid_ex, and are unused. Signed-off-by: Joshua Clayton <stillcompiling@xxxxxxxxx> --- drivers/staging/rtl8712/rtl871x_cmd.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_cmd.h b/drivers/staging/rtl8712/rtl871x_cmd.h index cb8225b..818cd88 100644 --- a/drivers/staging/rtl8712/rtl871x_cmd.h +++ b/drivers/staging/rtl8712/rtl871x_cmd.h @@ -123,15 +123,6 @@ struct usb_suspend_parm { }; /* - * Caller Mode: Infra, Ad-Hoc - * Notes: To join the specified bss - * Command Event Mode - */ -struct joinbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: Infra, Ad-HoC(C) * Notes: To disconnect the current associated BSS * Command Mode @@ -141,15 +132,6 @@ struct disconnect_parm { }; /* - * Caller Mode: AP, Ad-HoC(M) - * Notes: To create a BSS - * Command Mode - */ -struct createbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: AP, Ad-HoC, Infra * Notes: To set the NIC mode of RTL8711 * Command Mode -- 2.4.6 From: Joshua Clayton <stillcompiling@xxxxxxxxx> To: Larry Finger <Larry.Finger@xxxxxxxxxxxx>, Florian Schilhabel <florian.c.schilhabel@xxxxxxxxxxxxxx>, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>, Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx>, Nitin Kuppelur <nitinkuppelur@xxxxxxxxx>, Joshua Clayton <stillcompiling@xxxxxxxxx>, Vaishali Thakkar <vthakkar1994@xxxxxxxxx>, Tapasweni Pathak <tapaswenipathak@xxxxxxxxx>, Daniel Baluta <daniel.baluta@xxxxxxxxx>, Melike Yurtoglu <aysemelikeyurtoglu@xxxxxxxxx>, Max Perepelitsyn <mperepelitsyn@xxxxxxxxx>, Aya Mahfouz <mahfouz.saif.elyazal@xxxxxxxxx>, Cristina Opriceana <cristina.opriceana@xxxxxxxxx>, Dogukan Ergun <dogukan.ergun@xxxxxxxxx>, Julia Lawall <Julia.Lawall@xxxxxxx>, Dan Carpenter <dan.carpenter@xxxxxxxxxx>, Haneen Mohammed <hamohammed.sa@xxxxxxxxx>, Rickard Strandqvist <rickard_strandqvist@xxxxxxxxxxxxxxxxxx> Cc: devel@xxxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx Subject: [PATCH V3 4/8] staging: rtl8712: removed unused wrapper structs Date: Mon, 27 Jul 2015 21:41:13 -0700 Message-Id: <75dcdd4644344c7c4f0ccabf8a0e28bce7974349.1438057939.git.stillcompiling@xxxxxxxxx> X-Mailer: git-send-email 2.4.6 In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> Remove wrapper structs that just wrap struct ndis_wlan_bssid_ex, and are unused. Signed-off-by: Joshua Clayton <stillcompiling@xxxxxxxxx> --- drivers/staging/rtl8712/rtl871x_cmd.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_cmd.h b/drivers/staging/rtl8712/rtl871x_cmd.h index cb8225b..818cd88 100644 --- a/drivers/staging/rtl8712/rtl871x_cmd.h +++ b/drivers/staging/rtl8712/rtl871x_cmd.h @@ -123,15 +123,6 @@ struct usb_suspend_parm { }; /* - * Caller Mode: Infra, Ad-Hoc - * Notes: To join the specified bss - * Command Event Mode - */ -struct joinbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: Infra, Ad-HoC(C) * Notes: To disconnect the current associated BSS * Command Mode @@ -141,15 +132,6 @@ struct disconnect_parm { }; /* - * Caller Mode: AP, Ad-HoC(M) - * Notes: To create a BSS - * Command Mode - */ -struct createbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: AP, Ad-HoC, Infra * Notes: To set the NIC mode of RTL8711 * Command Mode -- 2.4.6 From: Joshua Clayton <stillcompiling@xxxxxxxxx> To: Larry Finger <Larry.Finger@xxxxxxxxxxxx>, Florian Schilhabel <florian.c.schilhabel@xxxxxxxxxxxxxx>, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>, Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx>, Nitin Kuppelur <nitinkuppelur@xxxxxxxxx>, Joshua Clayton <stillcompiling@xxxxxxxxx>, Vaishali Thakkar <vthakkar1994@xxxxxxxxx>, Tapasweni Pathak <tapaswenipathak@xxxxxxxxx>, Daniel Baluta <daniel.baluta@xxxxxxxxx>, Melike Yurtoglu <aysemelikeyurtoglu@xxxxxxxxx>, Max Perepelitsyn <mperepelitsyn@xxxxxxxxx>, Aya Mahfouz <mahfouz.saif.elyazal@xxxxxxxxx>, Cristina Opriceana <cristina.opriceana@xxxxxxxxx>, Dogukan Ergun <dogukan.ergun@xxxxxxxxx>, Julia Lawall <Julia.Lawall@xxxxxxx>, Dan Carpenter <dan.carpenter@xxxxxxxxxx>, Haneen Mohammed <hamohammed.sa@xxxxxxxxx>, Rickard Strandqvist <rickard_strandqvist@xxxxxxxxxxxxxxxxxx> Cc: devel@xxxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx Subject: [PATCH V3 4/8] staging: rtl8712: removed unused wrapper structs Date: Mon, 27 Jul 2015 21:41:13 -0700 Message-Id: <75dcdd4644344c7c4f0ccabf8a0e28bce7974349.1438057939.git.stillcompiling@xxxxxxxxx> X-Mailer: git-send-email 2.4.6 In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> Remove wrapper structs that just wrap struct ndis_wlan_bssid_ex, and are unused. Signed-off-by: Joshua Clayton <stillcompiling@xxxxxxxxx> --- drivers/staging/rtl8712/rtl871x_cmd.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_cmd.h b/drivers/staging/rtl8712/rtl871x_cmd.h index cb8225b..818cd88 100644 --- a/drivers/staging/rtl8712/rtl871x_cmd.h +++ b/drivers/staging/rtl8712/rtl871x_cmd.h @@ -123,15 +123,6 @@ struct usb_suspend_parm { }; /* - * Caller Mode: Infra, Ad-Hoc - * Notes: To join the specified bss - * Command Event Mode - */ -struct joinbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: Infra, Ad-HoC(C) * Notes: To disconnect the current associated BSS * Command Mode @@ -141,15 +132,6 @@ struct disconnect_parm { }; /* - * Caller Mode: AP, Ad-HoC(M) - * Notes: To create a BSS - * Command Mode - */ -struct createbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: AP, Ad-HoC, Infra * Notes: To set the NIC mode of RTL8711 * Command Mode -- 2.4.6 From: Joshua Clayton <stillcompiling@xxxxxxxxx> To: Larry Finger <Larry.Finger@xxxxxxxxxxxx>, Florian Schilhabel <florian.c.schilhabel@xxxxxxxxxxxxxx>, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>, Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx>, Nitin Kuppelur <nitinkuppelur@xxxxxxxxx>, Joshua Clayton <stillcompiling@xxxxxxxxx>, Vaishali Thakkar <vthakkar1994@xxxxxxxxx>, Tapasweni Pathak <tapaswenipathak@xxxxxxxxx>, Daniel Baluta <daniel.baluta@xxxxxxxxx>, Melike Yurtoglu <aysemelikeyurtoglu@xxxxxxxxx>, Max Perepelitsyn <mperepelitsyn@xxxxxxxxx>, Aya Mahfouz <mahfouz.saif.elyazal@xxxxxxxxx>, Cristina Opriceana <cristina.opriceana@xxxxxxxxx>, Dogukan Ergun <dogukan.ergun@xxxxxxxxx>, Julia Lawall <Julia.Lawall@xxxxxxx>, Dan Carpenter <dan.carpenter@xxxxxxxxxx>, Haneen Mohammed <hamohammed.sa@xxxxxxxxx>, Rickard Strandqvist <rickard_strandqvist@xxxxxxxxxxxxxxxxxx> Cc: devel@xxxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx Subject: [PATCH V3 4/8] staging: rtl8712: removed unused wrapper structs Date: Mon, 27 Jul 2015 21:41:13 -0700 Message-Id: <75dcdd4644344c7c4f0ccabf8a0e28bce7974349.1438057939.git.stillcompiling@xxxxxxxxx> X-Mailer: git-send-email 2.4.6 In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> Remove wrapper structs that just wrap struct ndis_wlan_bssid_ex, and are unused. Signed-off-by: Joshua Clayton <stillcompiling@xxxxxxxxx> --- drivers/staging/rtl8712/rtl871x_cmd.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_cmd.h b/drivers/staging/rtl8712/rtl871x_cmd.h index cb8225b..818cd88 100644 --- a/drivers/staging/rtl8712/rtl871x_cmd.h +++ b/drivers/staging/rtl8712/rtl871x_cmd.h @@ -123,15 +123,6 @@ struct usb_suspend_parm { }; /* - * Caller Mode: Infra, Ad-Hoc - * Notes: To join the specified bss - * Command Event Mode - */ -struct joinbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: Infra, Ad-HoC(C) * Notes: To disconnect the current associated BSS * Command Mode @@ -141,15 +132,6 @@ struct disconnect_parm { }; /* - * Caller Mode: AP, Ad-HoC(M) - * Notes: To create a BSS - * Command Mode - */ -struct createbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: AP, Ad-HoC, Infra * Notes: To set the NIC mode of RTL8711 * Command Mode -- 2.4.6 From: Joshua Clayton <stillcompiling@xxxxxxxxx> To: Larry Finger <Larry.Finger@xxxxxxxxxxxx>, Florian Schilhabel <florian.c.schilhabel@xxxxxxxxxxxxxx>, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>, Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx>, Nitin Kuppelur <nitinkuppelur@xxxxxxxxx>, Joshua Clayton <stillcompiling@xxxxxxxxx>, Vaishali Thakkar <vthakkar1994@xxxxxxxxx>, Tapasweni Pathak <tapaswenipathak@xxxxxxxxx>, Daniel Baluta <daniel.baluta@xxxxxxxxx>, Melike Yurtoglu <aysemelikeyurtoglu@xxxxxxxxx>, Max Perepelitsyn <mperepelitsyn@xxxxxxxxx>, Aya Mahfouz <mahfouz.saif.elyazal@xxxxxxxxx>, Cristina Opriceana <cristina.opriceana@xxxxxxxxx>, Dogukan Ergun <dogukan.ergun@xxxxxxxxx>, Julia Lawall <Julia.Lawall@xxxxxxx>, Dan Carpenter <dan.carpenter@xxxxxxxxxx>, Haneen Mohammed <hamohammed.sa@xxxxxxxxx>, Rickard Strandqvist <rickard_strandqvist@xxxxxxxxxxxxxxxxxx> Cc: devel@xxxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx Subject: [PATCH V3 4/8] staging: rtl8712: removed unused wrapper structs Date: Mon, 27 Jul 2015 21:41:13 -0700 Message-Id: <75dcdd4644344c7c4f0ccabf8a0e28bce7974349.1438057939.git.stillcompiling@xxxxxxxxx> X-Mailer: git-send-email 2.4.6 In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> Remove wrapper structs that just wrap struct ndis_wlan_bssid_ex, and are unused. Signed-off-by: Joshua Clayton <stillcompiling@xxxxxxxxx> --- drivers/staging/rtl8712/rtl871x_cmd.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_cmd.h b/drivers/staging/rtl8712/rtl871x_cmd.h index cb8225b..818cd88 100644 --- a/drivers/staging/rtl8712/rtl871x_cmd.h +++ b/drivers/staging/rtl8712/rtl871x_cmd.h @@ -123,15 +123,6 @@ struct usb_suspend_parm { }; /* - * Caller Mode: Infra, Ad-Hoc - * Notes: To join the specified bss - * Command Event Mode - */ -struct joinbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: Infra, Ad-HoC(C) * Notes: To disconnect the current associated BSS * Command Mode @@ -141,15 +132,6 @@ struct disconnect_parm { }; /* - * Caller Mode: AP, Ad-HoC(M) - * Notes: To create a BSS - * Command Mode - */ -struct createbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: AP, Ad-HoC, Infra * Notes: To set the NIC mode of RTL8711 * Command Mode -- 2.4.6 From: Joshua Clayton <stillcompiling@xxxxxxxxx> To: Larry Finger <Larry.Finger@xxxxxxxxxxxx>, Florian Schilhabel <florian.c.schilhabel@xxxxxxxxxxxxxx>, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>, Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx>, Nitin Kuppelur <nitinkuppelur@xxxxxxxxx>, Joshua Clayton <stillcompiling@xxxxxxxxx>, Vaishali Thakkar <vthakkar1994@xxxxxxxxx>, Tapasweni Pathak <tapaswenipathak@xxxxxxxxx>, Daniel Baluta <daniel.baluta@xxxxxxxxx>, Melike Yurtoglu <aysemelikeyurtoglu@xxxxxxxxx>, Max Perepelitsyn <mperepelitsyn@xxxxxxxxx>, Aya Mahfouz <mahfouz.saif.elyazal@xxxxxxxxx>, Cristina Opriceana <cristina.opriceana@xxxxxxxxx>, Dogukan Ergun <dogukan.ergun@xxxxxxxxx>, Julia Lawall <Julia.Lawall@xxxxxxx>, Dan Carpenter <dan.carpenter@xxxxxxxxxx>, Haneen Mohammed <hamohammed.sa@xxxxxxxxx>, Rickard Strandqvist <rickard_strandqvist@xxxxxxxxxxxxxxxxxx> Cc: devel@xxxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx Subject: [PATCH V3 4/8] staging: rtl8712: removed unused wrapper structs Date: Mon, 27 Jul 2015 21:41:13 -0700 Message-Id: <75dcdd4644344c7c4f0ccabf8a0e28bce7974349.1438057939.git.stillcompiling@xxxxxxxxx> X-Mailer: git-send-email 2.4.6 In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> Remove wrapper structs that just wrap struct ndis_wlan_bssid_ex, and are unused. Signed-off-by: Joshua Clayton <stillcompiling@xxxxxxxxx> --- drivers/staging/rtl8712/rtl871x_cmd.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_cmd.h b/drivers/staging/rtl8712/rtl871x_cmd.h index cb8225b..818cd88 100644 --- a/drivers/staging/rtl8712/rtl871x_cmd.h +++ b/drivers/staging/rtl8712/rtl871x_cmd.h @@ -123,15 +123,6 @@ struct usb_suspend_parm { }; /* - * Caller Mode: Infra, Ad-Hoc - * Notes: To join the specified bss - * Command Event Mode - */ -struct joinbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: Infra, Ad-HoC(C) * Notes: To disconnect the current associated BSS * Command Mode @@ -141,15 +132,6 @@ struct disconnect_parm { }; /* - * Caller Mode: AP, Ad-HoC(M) - * Notes: To create a BSS - * Command Mode - */ -struct createbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: AP, Ad-HoC, Infra * Notes: To set the NIC mode of RTL8711 * Command Mode -- 2.4.6 From: Joshua Clayton <stillcompiling@xxxxxxxxx> To: Larry Finger <Larry.Finger@xxxxxxxxxxxx>, Florian Schilhabel <florian.c.schilhabel@xxxxxxxxxxxxxx>, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>, Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx>, Nitin Kuppelur <nitinkuppelur@xxxxxxxxx>, Joshua Clayton <stillcompiling@xxxxxxxxx>, Vaishali Thakkar <vthakkar1994@xxxxxxxxx>, Tapasweni Pathak <tapaswenipathak@xxxxxxxxx>, Daniel Baluta <daniel.baluta@xxxxxxxxx>, Melike Yurtoglu <aysemelikeyurtoglu@xxxxxxxxx>, Max Perepelitsyn <mperepelitsyn@xxxxxxxxx>, Aya Mahfouz <mahfouz.saif.elyazal@xxxxxxxxx>, Cristina Opriceana <cristina.opriceana@xxxxxxxxx>, Dogukan Ergun <dogukan.ergun@xxxxxxxxx>, Julia Lawall <Julia.Lawall@xxxxxxx>, Dan Carpenter <dan.carpenter@xxxxxxxxxx>, Haneen Mohammed <hamohammed.sa@xxxxxxxxx>, Rickard Strandqvist <rickard_strandqvist@xxxxxxxxxxxxxxxxxx> Cc: devel@xxxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx Subject: [PATCH V3 4/8] staging: rtl8712: removed unused wrapper structs Date: Mon, 27 Jul 2015 21:41:13 -0700 Message-Id: <75dcdd4644344c7c4f0ccabf8a0e28bce7974349.1438057939.git.stillcompiling@xxxxxxxxx> X-Mailer: git-send-email 2.4.6 In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> Remove wrapper structs that just wrap struct ndis_wlan_bssid_ex, and are unused. Signed-off-by: Joshua Clayton <stillcompiling@xxxxxxxxx> --- drivers/staging/rtl8712/rtl871x_cmd.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_cmd.h b/drivers/staging/rtl8712/rtl871x_cmd.h index cb8225b..818cd88 100644 --- a/drivers/staging/rtl8712/rtl871x_cmd.h +++ b/drivers/staging/rtl8712/rtl871x_cmd.h @@ -123,15 +123,6 @@ struct usb_suspend_parm { }; /* - * Caller Mode: Infra, Ad-Hoc - * Notes: To join the specified bss - * Command Event Mode - */ -struct joinbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: Infra, Ad-HoC(C) * Notes: To disconnect the current associated BSS * Command Mode @@ -141,15 +132,6 @@ struct disconnect_parm { }; /* - * Caller Mode: AP, Ad-HoC(M) - * Notes: To create a BSS - * Command Mode - */ -struct createbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: AP, Ad-HoC, Infra * Notes: To set the NIC mode of RTL8711 * Command Mode -- 2.4.6 From: Joshua Clayton <stillcompiling@xxxxxxxxx> To: Larry Finger <Larry.Finger@xxxxxxxxxxxx>, Florian Schilhabel <florian.c.schilhabel@xxxxxxxxxxxxxx>, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>, Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx>, Nitin Kuppelur <nitinkuppelur@xxxxxxxxx>, Joshua Clayton <stillcompiling@xxxxxxxxx>, Vaishali Thakkar <vthakkar1994@xxxxxxxxx>, Tapasweni Pathak <tapaswenipathak@xxxxxxxxx>, Daniel Baluta <daniel.baluta@xxxxxxxxx>, Melike Yurtoglu <aysemelikeyurtoglu@xxxxxxxxx>, Max Perepelitsyn <mperepelitsyn@xxxxxxxxx>, Aya Mahfouz <mahfouz.saif.elyazal@xxxxxxxxx>, Cristina Opriceana <cristina.opriceana@xxxxxxxxx>, Dogukan Ergun <dogukan.ergun@xxxxxxxxx>, Julia Lawall <Julia.Lawall@xxxxxxx>, Dan Carpenter <dan.carpenter@xxxxxxxxxx>, Haneen Mohammed <hamohammed.sa@xxxxxxxxx>, Rickard Strandqvist <rickard_strandqvist@xxxxxxxxxxxxxxxxxx> Cc: devel@xxxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx Subject: [PATCH V3 4/8] staging: rtl8712: removed unused wrapper structs Date: Mon, 27 Jul 2015 21:41:13 -0700 Message-Id: <75dcdd4644344c7c4f0ccabf8a0e28bce7974349.1438057939.git.stillcompiling@xxxxxxxxx> X-Mailer: git-send-email 2.4.6 In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> Remove wrapper structs that just wrap struct ndis_wlan_bssid_ex, and are unused. Signed-off-by: Joshua Clayton <stillcompiling@xxxxxxxxx> --- drivers/staging/rtl8712/rtl871x_cmd.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_cmd.h b/drivers/staging/rtl8712/rtl871x_cmd.h index cb8225b..818cd88 100644 --- a/drivers/staging/rtl8712/rtl871x_cmd.h +++ b/drivers/staging/rtl8712/rtl871x_cmd.h @@ -123,15 +123,6 @@ struct usb_suspend_parm { }; /* - * Caller Mode: Infra, Ad-Hoc - * Notes: To join the specified bss - * Command Event Mode - */ -struct joinbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: Infra, Ad-HoC(C) * Notes: To disconnect the current associated BSS * Command Mode @@ -141,15 +132,6 @@ struct disconnect_parm { }; /* - * Caller Mode: AP, Ad-HoC(M) - * Notes: To create a BSS - * Command Mode - */ -struct createbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: AP, Ad-HoC, Infra * Notes: To set the NIC mode of RTL8711 * Command Mode -- 2.4.6 From: Joshua Clayton <stillcompiling@xxxxxxxxx> To: Larry Finger <Larry.Finger@xxxxxxxxxxxx>, Florian Schilhabel <florian.c.schilhabel@xxxxxxxxxxxxxx>, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>, Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx>, Nitin Kuppelur <nitinkuppelur@xxxxxxxxx>, Joshua Clayton <stillcompiling@xxxxxxxxx>, Vaishali Thakkar <vthakkar1994@xxxxxxxxx>, Tapasweni Pathak <tapaswenipathak@xxxxxxxxx>, Daniel Baluta <daniel.baluta@xxxxxxxxx>, Melike Yurtoglu <aysemelikeyurtoglu@xxxxxxxxx>, Max Perepelitsyn <mperepelitsyn@xxxxxxxxx>, Aya Mahfouz <mahfouz.saif.elyazal@xxxxxxxxx>, Cristina Opriceana <cristina.opriceana@xxxxxxxxx>, Dogukan Ergun <dogukan.ergun@xxxxxxxxx>, Julia Lawall <Julia.Lawall@xxxxxxx>, Dan Carpenter <dan.carpenter@xxxxxxxxxx>, Haneen Mohammed <hamohammed.sa@xxxxxxxxx>, Rickard Strandqvist <rickard_strandqvist@xxxxxxxxxxxxxxxxxx> Cc: devel@xxxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx Subject: [PATCH V3 4/8] staging: rtl8712: removed unused wrapper structs Date: Mon, 27 Jul 2015 21:41:13 -0700 Message-Id: <75dcdd4644344c7c4f0ccabf8a0e28bce7974349.1438057939.git.stillcompiling@xxxxxxxxx> X-Mailer: git-send-email 2.4.6 In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> Remove wrapper structs that just wrap struct ndis_wlan_bssid_ex, and are unused. Signed-off-by: Joshua Clayton <stillcompiling@xxxxxxxxx> --- drivers/staging/rtl8712/rtl871x_cmd.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_cmd.h b/drivers/staging/rtl8712/rtl871x_cmd.h index cb8225b..818cd88 100644 --- a/drivers/staging/rtl8712/rtl871x_cmd.h +++ b/drivers/staging/rtl8712/rtl871x_cmd.h @@ -123,15 +123,6 @@ struct usb_suspend_parm { }; /* - * Caller Mode: Infra, Ad-Hoc - * Notes: To join the specified bss - * Command Event Mode - */ -struct joinbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: Infra, Ad-HoC(C) * Notes: To disconnect the current associated BSS * Command Mode @@ -141,15 +132,6 @@ struct disconnect_parm { }; /* - * Caller Mode: AP, Ad-HoC(M) - * Notes: To create a BSS - * Command Mode - */ -struct createbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: AP, Ad-HoC, Infra * Notes: To set the NIC mode of RTL8711 * Command Mode -- 2.4.6 From: Joshua Clayton <stillcompiling@xxxxxxxxx> To: Larry Finger <Larry.Finger@xxxxxxxxxxxx>, Florian Schilhabel <florian.c.schilhabel@xxxxxxxxxxxxxx>, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>, Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx>, Nitin Kuppelur <nitinkuppelur@xxxxxxxxx>, Joshua Clayton <stillcompiling@xxxxxxxxx>, Vaishali Thakkar <vthakkar1994@xxxxxxxxx>, Tapasweni Pathak <tapaswenipathak@xxxxxxxxx>, Daniel Baluta <daniel.baluta@xxxxxxxxx>, Melike Yurtoglu <aysemelikeyurtoglu@xxxxxxxxx>, Max Perepelitsyn <mperepelitsyn@xxxxxxxxx>, Aya Mahfouz <mahfouz.saif.elyazal@xxxxxxxxx>, Cristina Opriceana <cristina.opriceana@xxxxxxxxx>, Dogukan Ergun <dogukan.ergun@xxxxxxxxx>, Julia Lawall <Julia.Lawall@xxxxxxx>, Dan Carpenter <dan.carpenter@xxxxxxxxxx>, Haneen Mohammed <hamohammed.sa@xxxxxxxxx>, Rickard Strandqvist <rickard_strandqvist@xxxxxxxxxxxxxxxxxx> Cc: devel@xxxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx Subject: [PATCH V3 4/8] staging: rtl8712: removed unused wrapper structs Date: Mon, 27 Jul 2015 21:41:13 -0700 Message-Id: <75dcdd4644344c7c4f0ccabf8a0e28bce7974349.1438057939.git.stillcompiling@xxxxxxxxx> X-Mailer: git-send-email 2.4.6 In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> Remove wrapper structs that just wrap struct ndis_wlan_bssid_ex, and are unused. Signed-off-by: Joshua Clayton <stillcompiling@xxxxxxxxx> --- drivers/staging/rtl8712/rtl871x_cmd.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_cmd.h b/drivers/staging/rtl8712/rtl871x_cmd.h index cb8225b..818cd88 100644 --- a/drivers/staging/rtl8712/rtl871x_cmd.h +++ b/drivers/staging/rtl8712/rtl871x_cmd.h @@ -123,15 +123,6 @@ struct usb_suspend_parm { }; /* - * Caller Mode: Infra, Ad-Hoc - * Notes: To join the specified bss - * Command Event Mode - */ -struct joinbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: Infra, Ad-HoC(C) * Notes: To disconnect the current associated BSS * Command Mode @@ -141,15 +132,6 @@ struct disconnect_parm { }; /* - * Caller Mode: AP, Ad-HoC(M) - * Notes: To create a BSS - * Command Mode - */ -struct createbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: AP, Ad-HoC, Infra * Notes: To set the NIC mode of RTL8711 * Command Mode -- 2.4.6 From: Joshua Clayton <stillcompiling@xxxxxxxxx> To: Larry Finger <Larry.Finger@xxxxxxxxxxxx>, Florian Schilhabel <florian.c.schilhabel@xxxxxxxxxxxxxx>, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>, Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx>, Nitin Kuppelur <nitinkuppelur@xxxxxxxxx>, Joshua Clayton <stillcompiling@xxxxxxxxx>, Vaishali Thakkar <vthakkar1994@xxxxxxxxx>, Tapasweni Pathak <tapaswenipathak@xxxxxxxxx>, Daniel Baluta <daniel.baluta@xxxxxxxxx>, Melike Yurtoglu <aysemelikeyurtoglu@xxxxxxxxx>, Max Perepelitsyn <mperepelitsyn@xxxxxxxxx>, Aya Mahfouz <mahfouz.saif.elyazal@xxxxxxxxx>, Cristina Opriceana <cristina.opriceana@xxxxxxxxx>, Dogukan Ergun <dogukan.ergun@xxxxxxxxx>, Julia Lawall <Julia.Lawall@xxxxxxx>, Dan Carpenter <dan.carpenter@xxxxxxxxxx>, Haneen Mohammed <hamohammed.sa@xxxxxxxxx>, Rickard Strandqvist <rickard_strandqvist@xxxxxxxxxxxxxxxxxx> Cc: devel@xxxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx Subject: [PATCH V3 4/8] staging: rtl8712: removed unused wrapper structs Date: Mon, 27 Jul 2015 21:41:13 -0700 Message-Id: <75dcdd4644344c7c4f0ccabf8a0e28bce7974349.1438057939.git.stillcompiling@xxxxxxxxx> X-Mailer: git-send-email 2.4.6 In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> Remove wrapper structs that just wrap struct ndis_wlan_bssid_ex, and are unused. Signed-off-by: Joshua Clayton <stillcompiling@xxxxxxxxx> --- drivers/staging/rtl8712/rtl871x_cmd.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_cmd.h b/drivers/staging/rtl8712/rtl871x_cmd.h index cb8225b..818cd88 100644 --- a/drivers/staging/rtl8712/rtl871x_cmd.h +++ b/drivers/staging/rtl8712/rtl871x_cmd.h @@ -123,15 +123,6 @@ struct usb_suspend_parm { }; /* - * Caller Mode: Infra, Ad-Hoc - * Notes: To join the specified bss - * Command Event Mode - */ -struct joinbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: Infra, Ad-HoC(C) * Notes: To disconnect the current associated BSS * Command Mode @@ -141,15 +132,6 @@ struct disconnect_parm { }; /* - * Caller Mode: AP, Ad-HoC(M) - * Notes: To create a BSS - * Command Mode - */ -struct createbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: AP, Ad-HoC, Infra * Notes: To set the NIC mode of RTL8711 * Command Mode -- 2.4.6 From: Joshua Clayton <stillcompiling@xxxxxxxxx> To: Larry Finger <Larry.Finger@xxxxxxxxxxxx>, Florian Schilhabel <florian.c.schilhabel@xxxxxxxxxxxxxx>, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>, Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx>, Nitin Kuppelur <nitinkuppelur@xxxxxxxxx>, Joshua Clayton <stillcompiling@xxxxxxxxx>, Vaishali Thakkar <vthakkar1994@xxxxxxxxx>, Tapasweni Pathak <tapaswenipathak@xxxxxxxxx>, Daniel Baluta <daniel.baluta@xxxxxxxxx>, Melike Yurtoglu <aysemelikeyurtoglu@xxxxxxxxx>, Max Perepelitsyn <mperepelitsyn@xxxxxxxxx>, Aya Mahfouz <mahfouz.saif.elyazal@xxxxxxxxx>, Cristina Opriceana <cristina.opriceana@xxxxxxxxx>, Dogukan Ergun <dogukan.ergun@xxxxxxxxx>, Julia Lawall <Julia.Lawall@xxxxxxx>, Dan Carpenter <dan.carpenter@xxxxxxxxxx>, Haneen Mohammed <hamohammed.sa@xxxxxxxxx>, Rickard Strandqvist <rickard_strandqvist@xxxxxxxxxxxxxxxxxx> Cc: devel@xxxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx Subject: [PATCH V3 4/8] staging: rtl8712: removed unused wrapper structs Date: Mon, 27 Jul 2015 21:41:13 -0700 Message-Id: <75dcdd4644344c7c4f0ccabf8a0e28bce7974349.1438057939.git.stillcompiling@xxxxxxxxx> X-Mailer: git-send-email 2.4.6 In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> Remove wrapper structs that just wrap struct ndis_wlan_bssid_ex, and are unused. Signed-off-by: Joshua Clayton <stillcompiling@xxxxxxxxx> --- drivers/staging/rtl8712/rtl871x_cmd.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_cmd.h b/drivers/staging/rtl8712/rtl871x_cmd.h index cb8225b..818cd88 100644 --- a/drivers/staging/rtl8712/rtl871x_cmd.h +++ b/drivers/staging/rtl8712/rtl871x_cmd.h @@ -123,15 +123,6 @@ struct usb_suspend_parm { }; /* - * Caller Mode: Infra, Ad-Hoc - * Notes: To join the specified bss - * Command Event Mode - */ -struct joinbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: Infra, Ad-HoC(C) * Notes: To disconnect the current associated BSS * Command Mode @@ -141,15 +132,6 @@ struct disconnect_parm { }; /* - * Caller Mode: AP, Ad-HoC(M) - * Notes: To create a BSS - * Command Mode - */ -struct createbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: AP, Ad-HoC, Infra * Notes: To set the NIC mode of RTL8711 * Command Mode -- 2.4.6 From: Joshua Clayton <stillcompiling@xxxxxxxxx> To: Larry Finger <Larry.Finger@xxxxxxxxxxxx>, Florian Schilhabel <florian.c.schilhabel@xxxxxxxxxxxxxx>, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>, Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx>, Nitin Kuppelur <nitinkuppelur@xxxxxxxxx>, Joshua Clayton <stillcompiling@xxxxxxxxx>, Vaishali Thakkar <vthakkar1994@xxxxxxxxx>, Tapasweni Pathak <tapaswenipathak@xxxxxxxxx>, Daniel Baluta <daniel.baluta@xxxxxxxxx>, Melike Yurtoglu <aysemelikeyurtoglu@xxxxxxxxx>, Max Perepelitsyn <mperepelitsyn@xxxxxxxxx>, Aya Mahfouz <mahfouz.saif.elyazal@xxxxxxxxx>, Cristina Opriceana <cristina.opriceana@xxxxxxxxx>, Dogukan Ergun <dogukan.ergun@xxxxxxxxx>, Julia Lawall <Julia.Lawall@xxxxxxx>, Dan Carpenter <dan.carpenter@xxxxxxxxxx>, Haneen Mohammed <hamohammed.sa@xxxxxxxxx>, Rickard Strandqvist <rickard_strandqvist@xxxxxxxxxxxxxxxxxx> Cc: devel@xxxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx Subject: [PATCH V3 4/8] staging: rtl8712: removed unused wrapper structs Date: Mon, 27 Jul 2015 21:41:13 -0700 Message-Id: <75dcdd4644344c7c4f0ccabf8a0e28bce7974349.1438057939.git.stillcompiling@xxxxxxxxx> X-Mailer: git-send-email 2.4.6 In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> Remove wrapper structs that just wrap struct ndis_wlan_bssid_ex, and are unused. Signed-off-by: Joshua Clayton <stillcompiling@xxxxxxxxx> --- drivers/staging/rtl8712/rtl871x_cmd.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_cmd.h b/drivers/staging/rtl8712/rtl871x_cmd.h index cb8225b..818cd88 100644 --- a/drivers/staging/rtl8712/rtl871x_cmd.h +++ b/drivers/staging/rtl8712/rtl871x_cmd.h @@ -123,15 +123,6 @@ struct usb_suspend_parm { }; /* - * Caller Mode: Infra, Ad-Hoc - * Notes: To join the specified bss - * Command Event Mode - */ -struct joinbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: Infra, Ad-HoC(C) * Notes: To disconnect the current associated BSS * Command Mode @@ -141,15 +132,6 @@ struct disconnect_parm { }; /* - * Caller Mode: AP, Ad-HoC(M) - * Notes: To create a BSS - * Command Mode - */ -struct createbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: AP, Ad-HoC, Infra * Notes: To set the NIC mode of RTL8711 * Command Mode -- 2.4.6 From: Joshua Clayton <stillcompiling@xxxxxxxxx> To: Larry Finger <Larry.Finger@xxxxxxxxxxxx>, Florian Schilhabel <florian.c.schilhabel@xxxxxxxxxxxxxx>, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>, Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx>, Nitin Kuppelur <nitinkuppelur@xxxxxxxxx>, Joshua Clayton <stillcompiling@xxxxxxxxx>, Vaishali Thakkar <vthakkar1994@xxxxxxxxx>, Tapasweni Pathak <tapaswenipathak@xxxxxxxxx>, Daniel Baluta <daniel.baluta@xxxxxxxxx>, Melike Yurtoglu <aysemelikeyurtoglu@xxxxxxxxx>, Max Perepelitsyn <mperepelitsyn@xxxxxxxxx>, Aya Mahfouz <mahfouz.saif.elyazal@xxxxxxxxx>, Cristina Opriceana <cristina.opriceana@xxxxxxxxx>, Dogukan Ergun <dogukan.ergun@xxxxxxxxx>, Julia Lawall <Julia.Lawall@xxxxxxx>, Dan Carpenter <dan.carpenter@xxxxxxxxxx>, Haneen Mohammed <hamohammed.sa@xxxxxxxxx>, Rickard Strandqvist <rickard_strandqvist@xxxxxxxxxxxxxxxxxx> Cc: devel@xxxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx Subject: [PATCH V3 4/8] staging: rtl8712: removed unused wrapper structs Date: Mon, 27 Jul 2015 21:41:13 -0700 Message-Id: <75dcdd4644344c7c4f0ccabf8a0e28bce7974349.1438057939.git.stillcompiling@xxxxxxxxx> X-Mailer: git-send-email 2.4.6 In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> Remove wrapper structs that just wrap struct ndis_wlan_bssid_ex, and are unused. Signed-off-by: Joshua Clayton <stillcompiling@xxxxxxxxx> --- drivers/staging/rtl8712/rtl871x_cmd.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_cmd.h b/drivers/staging/rtl8712/rtl871x_cmd.h index cb8225b..818cd88 100644 --- a/drivers/staging/rtl8712/rtl871x_cmd.h +++ b/drivers/staging/rtl8712/rtl871x_cmd.h @@ -123,15 +123,6 @@ struct usb_suspend_parm { }; /* - * Caller Mode: Infra, Ad-Hoc - * Notes: To join the specified bss - * Command Event Mode - */ -struct joinbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: Infra, Ad-HoC(C) * Notes: To disconnect the current associated BSS * Command Mode @@ -141,15 +132,6 @@ struct disconnect_parm { }; /* - * Caller Mode: AP, Ad-HoC(M) - * Notes: To create a BSS - * Command Mode - */ -struct createbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: AP, Ad-HoC, Infra * Notes: To set the NIC mode of RTL8711 * Command Mode -- 2.4.6 From: Joshua Clayton <stillcompiling@xxxxxxxxx> To: Larry Finger <Larry.Finger@xxxxxxxxxxxx>, Florian Schilhabel <florian.c.schilhabel@xxxxxxxxxxxxxx>, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>, Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx>, Nitin Kuppelur <nitinkuppelur@xxxxxxxxx>, Joshua Clayton <stillcompiling@xxxxxxxxx>, Vaishali Thakkar <vthakkar1994@xxxxxxxxx>, Tapasweni Pathak <tapaswenipathak@xxxxxxxxx>, Daniel Baluta <daniel.baluta@xxxxxxxxx>, Melike Yurtoglu <aysemelikeyurtoglu@xxxxxxxxx>, Max Perepelitsyn <mperepelitsyn@xxxxxxxxx>, Aya Mahfouz <mahfouz.saif.elyazal@xxxxxxxxx>, Cristina Opriceana <cristina.opriceana@xxxxxxxxx>, Dogukan Ergun <dogukan.ergun@xxxxxxxxx>, Julia Lawall <Julia.Lawall@xxxxxxx>, Dan Carpenter <dan.carpenter@xxxxxxxxxx>, Haneen Mohammed <hamohammed.sa@xxxxxxxxx>, Rickard Strandqvist <rickard_strandqvist@xxxxxxxxxxxxxxxxxx> Cc: devel@xxxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx Subject: [PATCH V3 4/8] staging: rtl8712: removed unused wrapper structs Date: Mon, 27 Jul 2015 21:41:13 -0700 Message-Id: <75dcdd4644344c7c4f0ccabf8a0e28bce7974349.1438057939.git.stillcompiling@xxxxxxxxx> X-Mailer: git-send-email 2.4.6 In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> Remove wrapper structs that just wrap struct ndis_wlan_bssid_ex, and are unused. Signed-off-by: Joshua Clayton <stillcompiling@xxxxxxxxx> --- drivers/staging/rtl8712/rtl871x_cmd.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_cmd.h b/drivers/staging/rtl8712/rtl871x_cmd.h index cb8225b..818cd88 100644 --- a/drivers/staging/rtl8712/rtl871x_cmd.h +++ b/drivers/staging/rtl8712/rtl871x_cmd.h @@ -123,15 +123,6 @@ struct usb_suspend_parm { }; /* - * Caller Mode: Infra, Ad-Hoc - * Notes: To join the specified bss - * Command Event Mode - */ -struct joinbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: Infra, Ad-HoC(C) * Notes: To disconnect the current associated BSS * Command Mode @@ -141,15 +132,6 @@ struct disconnect_parm { }; /* - * Caller Mode: AP, Ad-HoC(M) - * Notes: To create a BSS - * Command Mode - */ -struct createbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: AP, Ad-HoC, Infra * Notes: To set the NIC mode of RTL8711 * Command Mode -- 2.4.6 From: Joshua Clayton <stillcompiling@xxxxxxxxx> To: Larry Finger <Larry.Finger@xxxxxxxxxxxx>, Florian Schilhabel <florian.c.schilhabel@xxxxxxxxxxxxxx>, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>, Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx>, Nitin Kuppelur <nitinkuppelur@xxxxxxxxx>, Joshua Clayton <stillcompiling@xxxxxxxxx>, Vaishali Thakkar <vthakkar1994@xxxxxxxxx>, Tapasweni Pathak <tapaswenipathak@xxxxxxxxx>, Daniel Baluta <daniel.baluta@xxxxxxxxx>, Melike Yurtoglu <aysemelikeyurtoglu@xxxxxxxxx>, Max Perepelitsyn <mperepelitsyn@xxxxxxxxx>, Aya Mahfouz <mahfouz.saif.elyazal@xxxxxxxxx>, Cristina Opriceana <cristina.opriceana@xxxxxxxxx>, Dogukan Ergun <dogukan.ergun@xxxxxxxxx>, Julia Lawall <Julia.Lawall@xxxxxxx>, Dan Carpenter <dan.carpenter@xxxxxxxxxx>, Haneen Mohammed <hamohammed.sa@xxxxxxxxx>, Rickard Strandqvist <rickard_strandqvist@xxxxxxxxxxxxxxxxxx> Cc: devel@xxxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx Subject: [PATCH V3 4/8] staging: rtl8712: removed unused wrapper structs Date: Mon, 27 Jul 2015 21:41:13 -0700 Message-Id: <75dcdd4644344c7c4f0ccabf8a0e28bce7974349.1438057939.git.stillcompiling@xxxxxxxxx> X-Mailer: git-send-email 2.4.6 In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> Remove wrapper structs that just wrap struct ndis_wlan_bssid_ex, and are unused. Signed-off-by: Joshua Clayton <stillcompiling@xxxxxxxxx> --- drivers/staging/rtl8712/rtl871x_cmd.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_cmd.h b/drivers/staging/rtl8712/rtl871x_cmd.h index cb8225b..818cd88 100644 --- a/drivers/staging/rtl8712/rtl871x_cmd.h +++ b/drivers/staging/rtl8712/rtl871x_cmd.h @@ -123,15 +123,6 @@ struct usb_suspend_parm { }; /* - * Caller Mode: Infra, Ad-Hoc - * Notes: To join the specified bss - * Command Event Mode - */ -struct joinbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: Infra, Ad-HoC(C) * Notes: To disconnect the current associated BSS * Command Mode @@ -141,15 +132,6 @@ struct disconnect_parm { }; /* - * Caller Mode: AP, Ad-HoC(M) - * Notes: To create a BSS - * Command Mode - */ -struct createbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: AP, Ad-HoC, Infra * Notes: To set the NIC mode of RTL8711 * Command Mode -- 2.4.6 From: Joshua Clayton <stillcompiling@xxxxxxxxx> To: Larry Finger <Larry.Finger@xxxxxxxxxxxx>, Florian Schilhabel <florian.c.schilhabel@xxxxxxxxxxxxxx>, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>, Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx>, Nitin Kuppelur <nitinkuppelur@xxxxxxxxx>, Joshua Clayton <stillcompiling@xxxxxxxxx>, Vaishali Thakkar <vthakkar1994@xxxxxxxxx>, Tapasweni Pathak <tapaswenipathak@xxxxxxxxx>, Daniel Baluta <daniel.baluta@xxxxxxxxx>, Melike Yurtoglu <aysemelikeyurtoglu@xxxxxxxxx>, Max Perepelitsyn <mperepelitsyn@xxxxxxxxx>, Aya Mahfouz <mahfouz.saif.elyazal@xxxxxxxxx>, Cristina Opriceana <cristina.opriceana@xxxxxxxxx>, Dogukan Ergun <dogukan.ergun@xxxxxxxxx>, Julia Lawall <Julia.Lawall@xxxxxxx>, Dan Carpenter <dan.carpenter@xxxxxxxxxx>, Haneen Mohammed <hamohammed.sa@xxxxxxxxx>, Rickard Strandqvist <rickard_strandqvist@xxxxxxxxxxxxxxxxxx> Cc: devel@xxxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx Subject: [PATCH V3 4/8] staging: rtl8712: removed unused wrapper structs Date: Mon, 27 Jul 2015 21:41:13 -0700 Message-Id: <75dcdd4644344c7c4f0ccabf8a0e28bce7974349.1438057939.git.stillcompiling@xxxxxxxxx> X-Mailer: git-send-email 2.4.6 In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> Remove wrapper structs that just wrap struct ndis_wlan_bssid_ex, and are unused. Signed-off-by: Joshua Clayton <stillcompiling@xxxxxxxxx> --- drivers/staging/rtl8712/rtl871x_cmd.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_cmd.h b/drivers/staging/rtl8712/rtl871x_cmd.h index cb8225b..818cd88 100644 --- a/drivers/staging/rtl8712/rtl871x_cmd.h +++ b/drivers/staging/rtl8712/rtl871x_cmd.h @@ -123,15 +123,6 @@ struct usb_suspend_parm { }; /* - * Caller Mode: Infra, Ad-Hoc - * Notes: To join the specified bss - * Command Event Mode - */ -struct joinbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: Infra, Ad-HoC(C) * Notes: To disconnect the current associated BSS * Command Mode @@ -141,15 +132,6 @@ struct disconnect_parm { }; /* - * Caller Mode: AP, Ad-HoC(M) - * Notes: To create a BSS - * Command Mode - */ -struct createbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: AP, Ad-HoC, Infra * Notes: To set the NIC mode of RTL8711 * Command Mode -- 2.4.6 From: Joshua Clayton <stillcompiling@xxxxxxxxx> To: Larry Finger <Larry.Finger@xxxxxxxxxxxx>, Florian Schilhabel <florian.c.schilhabel@xxxxxxxxxxxxxx>, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>, Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx>, Nitin Kuppelur <nitinkuppelur@xxxxxxxxx>, Joshua Clayton <stillcompiling@xxxxxxxxx>, Vaishali Thakkar <vthakkar1994@xxxxxxxxx>, Tapasweni Pathak <tapaswenipathak@xxxxxxxxx>, Daniel Baluta <daniel.baluta@xxxxxxxxx>, Melike Yurtoglu <aysemelikeyurtoglu@xxxxxxxxx>, Max Perepelitsyn <mperepelitsyn@xxxxxxxxx>, Aya Mahfouz <mahfouz.saif.elyazal@xxxxxxxxx>, Cristina Opriceana <cristina.opriceana@xxxxxxxxx>, Dogukan Ergun <dogukan.ergun@xxxxxxxxx>, Julia Lawall <Julia.Lawall@xxxxxxx>, Dan Carpenter <dan.carpenter@xxxxxxxxxx>, Haneen Mohammed <hamohammed.sa@xxxxxxxxx>, Rickard Strandqvist <rickard_strandqvist@xxxxxxxxxxxxxxxxxx> Cc: devel@xxxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx Subject: [PATCH V3 4/8] staging: rtl8712: removed unused wrapper structs Date: Mon, 27 Jul 2015 21:41:13 -0700 Message-Id: <75dcdd4644344c7c4f0ccabf8a0e28bce7974349.1438057939.git.stillcompiling@xxxxxxxxx> X-Mailer: git-send-email 2.4.6 In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> Remove wrapper structs that just wrap struct ndis_wlan_bssid_ex, and are unused. Signed-off-by: Joshua Clayton <stillcompiling@xxxxxxxxx> --- drivers/staging/rtl8712/rtl871x_cmd.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_cmd.h b/drivers/staging/rtl8712/rtl871x_cmd.h index cb8225b..818cd88 100644 --- a/drivers/staging/rtl8712/rtl871x_cmd.h +++ b/drivers/staging/rtl8712/rtl871x_cmd.h @@ -123,15 +123,6 @@ struct usb_suspend_parm { }; /* - * Caller Mode: Infra, Ad-Hoc - * Notes: To join the specified bss - * Command Event Mode - */ -struct joinbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: Infra, Ad-HoC(C) * Notes: To disconnect the current associated BSS * Command Mode @@ -141,15 +132,6 @@ struct disconnect_parm { }; /* - * Caller Mode: AP, Ad-HoC(M) - * Notes: To create a BSS - * Command Mode - */ -struct createbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: AP, Ad-HoC, Infra * Notes: To set the NIC mode of RTL8711 * Command Mode -- 2.4.6 From: Joshua Clayton <stillcompiling@xxxxxxxxx> To: Larry Finger <Larry.Finger@xxxxxxxxxxxx>, Florian Schilhabel <florian.c.schilhabel@xxxxxxxxxxxxxx>, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>, Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx>, Nitin Kuppelur <nitinkuppelur@xxxxxxxxx>, Joshua Clayton <stillcompiling@xxxxxxxxx>, Vaishali Thakkar <vthakkar1994@xxxxxxxxx>, Tapasweni Pathak <tapaswenipathak@xxxxxxxxx>, Daniel Baluta <daniel.baluta@xxxxxxxxx>, Melike Yurtoglu <aysemelikeyurtoglu@xxxxxxxxx>, Max Perepelitsyn <mperepelitsyn@xxxxxxxxx>, Aya Mahfouz <mahfouz.saif.elyazal@xxxxxxxxx>, Cristina Opriceana <cristina.opriceana@xxxxxxxxx>, Dogukan Ergun <dogukan.ergun@xxxxxxxxx>, Julia Lawall <Julia.Lawall@xxxxxxx>, Dan Carpenter <dan.carpenter@xxxxxxxxxx>, Haneen Mohammed <hamohammed.sa@xxxxxxxxx>, Rickard Strandqvist <rickard_strandqvist@xxxxxxxxxxxxxxxxxx> Cc: devel@xxxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx Subject: [PATCH V3 4/8] staging: rtl8712: removed unused wrapper structs Date: Mon, 27 Jul 2015 21:41:13 -0700 Message-Id: <75dcdd4644344c7c4f0ccabf8a0e28bce7974349.1438057939.git.stillcompiling@xxxxxxxxx> X-Mailer: git-send-email 2.4.6 In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> Remove wrapper structs that just wrap struct ndis_wlan_bssid_ex, and are unused. Signed-off-by: Joshua Clayton <stillcompiling@xxxxxxxxx> --- drivers/staging/rtl8712/rtl871x_cmd.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_cmd.h b/drivers/staging/rtl8712/rtl871x_cmd.h index cb8225b..818cd88 100644 --- a/drivers/staging/rtl8712/rtl871x_cmd.h +++ b/drivers/staging/rtl8712/rtl871x_cmd.h @@ -123,15 +123,6 @@ struct usb_suspend_parm { }; /* - * Caller Mode: Infra, Ad-Hoc - * Notes: To join the specified bss - * Command Event Mode - */ -struct joinbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: Infra, Ad-HoC(C) * Notes: To disconnect the current associated BSS * Command Mode @@ -141,15 +132,6 @@ struct disconnect_parm { }; /* - * Caller Mode: AP, Ad-HoC(M) - * Notes: To create a BSS - * Command Mode - */ -struct createbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: AP, Ad-HoC, Infra * Notes: To set the NIC mode of RTL8711 * Command Mode -- 2.4.6 From: Joshua Clayton <stillcompiling@xxxxxxxxx> To: Larry Finger <Larry.Finger@xxxxxxxxxxxx>, Florian Schilhabel <florian.c.schilhabel@xxxxxxxxxxxxxx>, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>, Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx>, Nitin Kuppelur <nitinkuppelur@xxxxxxxxx>, Joshua Clayton <stillcompiling@xxxxxxxxx>, Vaishali Thakkar <vthakkar1994@xxxxxxxxx>, Tapasweni Pathak <tapaswenipathak@xxxxxxxxx>, Daniel Baluta <daniel.baluta@xxxxxxxxx>, Melike Yurtoglu <aysemelikeyurtoglu@xxxxxxxxx>, Max Perepelitsyn <mperepelitsyn@xxxxxxxxx>, Aya Mahfouz <mahfouz.saif.elyazal@xxxxxxxxx>, Cristina Opriceana <cristina.opriceana@xxxxxxxxx>, Dogukan Ergun <dogukan.ergun@xxxxxxxxx>, Julia Lawall <Julia.Lawall@xxxxxxx>, Dan Carpenter <dan.carpenter@xxxxxxxxxx>, Haneen Mohammed <hamohammed.sa@xxxxxxxxx>, Rickard Strandqvist <rickard_strandqvist@xxxxxxxxxxxxxxxxxx> Cc: devel@xxxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx Subject: [PATCH V3 4/8] staging: rtl8712: removed unused wrapper structs Date: Mon, 27 Jul 2015 21:41:13 -0700 Message-Id: <75dcdd4644344c7c4f0ccabf8a0e28bce7974349.1438057939.git.stillcompiling@xxxxxxxxx> X-Mailer: git-send-email 2.4.6 In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> Remove wrapper structs that just wrap struct ndis_wlan_bssid_ex, and are unused. Signed-off-by: Joshua Clayton <stillcompiling@xxxxxxxxx> --- drivers/staging/rtl8712/rtl871x_cmd.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_cmd.h b/drivers/staging/rtl8712/rtl871x_cmd.h index cb8225b..818cd88 100644 --- a/drivers/staging/rtl8712/rtl871x_cmd.h +++ b/drivers/staging/rtl8712/rtl871x_cmd.h @@ -123,15 +123,6 @@ struct usb_suspend_parm { }; /* - * Caller Mode: Infra, Ad-Hoc - * Notes: To join the specified bss - * Command Event Mode - */ -struct joinbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: Infra, Ad-HoC(C) * Notes: To disconnect the current associated BSS * Command Mode @@ -141,15 +132,6 @@ struct disconnect_parm { }; /* - * Caller Mode: AP, Ad-HoC(M) - * Notes: To create a BSS - * Command Mode - */ -struct createbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: AP, Ad-HoC, Infra * Notes: To set the NIC mode of RTL8711 * Command Mode -- 2.4.6 From: Joshua Clayton <stillcompiling@xxxxxxxxx> To: Larry Finger <Larry.Finger@xxxxxxxxxxxx>, Florian Schilhabel <florian.c.schilhabel@xxxxxxxxxxxxxx>, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>, Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx>, Nitin Kuppelur <nitinkuppelur@xxxxxxxxx>, Joshua Clayton <stillcompiling@xxxxxxxxx>, Vaishali Thakkar <vthakkar1994@xxxxxxxxx>, Tapasweni Pathak <tapaswenipathak@xxxxxxxxx>, Daniel Baluta <daniel.baluta@xxxxxxxxx>, Melike Yurtoglu <aysemelikeyurtoglu@xxxxxxxxx>, Max Perepelitsyn <mperepelitsyn@xxxxxxxxx>, Aya Mahfouz <mahfouz.saif.elyazal@xxxxxxxxx>, Cristina Opriceana <cristina.opriceana@xxxxxxxxx>, Dogukan Ergun <dogukan.ergun@xxxxxxxxx>, Julia Lawall <Julia.Lawall@xxxxxxx>, Dan Carpenter <dan.carpenter@xxxxxxxxxx>, Haneen Mohammed <hamohammed.sa@xxxxxxxxx>, Rickard Strandqvist <rickard_strandqvist@xxxxxxxxxxxxxxxxxx> Cc: devel@xxxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx Subject: [PATCH V3 4/8] staging: rtl8712: removed unused wrapper structs Date: Mon, 27 Jul 2015 21:41:13 -0700 Message-Id: <75dcdd4644344c7c4f0ccabf8a0e28bce7974349.1438057939.git.stillcompiling@xxxxxxxxx> X-Mailer: git-send-email 2.4.6 In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> Remove wrapper structs that just wrap struct ndis_wlan_bssid_ex, and are unused. Signed-off-by: Joshua Clayton <stillcompiling@xxxxxxxxx> --- drivers/staging/rtl8712/rtl871x_cmd.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_cmd.h b/drivers/staging/rtl8712/rtl871x_cmd.h index cb8225b..818cd88 100644 --- a/drivers/staging/rtl8712/rtl871x_cmd.h +++ b/drivers/staging/rtl8712/rtl871x_cmd.h @@ -123,15 +123,6 @@ struct usb_suspend_parm { }; /* - * Caller Mode: Infra, Ad-Hoc - * Notes: To join the specified bss - * Command Event Mode - */ -struct joinbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: Infra, Ad-HoC(C) * Notes: To disconnect the current associated BSS * Command Mode @@ -141,15 +132,6 @@ struct disconnect_parm { }; /* - * Caller Mode: AP, Ad-HoC(M) - * Notes: To create a BSS - * Command Mode - */ -struct createbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: AP, Ad-HoC, Infra * Notes: To set the NIC mode of RTL8711 * Command Mode -- 2.4.6 From: Joshua Clayton <stillcompiling@xxxxxxxxx> To: Larry Finger <Larry.Finger@xxxxxxxxxxxx>, Florian Schilhabel <florian.c.schilhabel@xxxxxxxxxxxxxx>, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>, Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx>, Nitin Kuppelur <nitinkuppelur@xxxxxxxxx>, Joshua Clayton <stillcompiling@xxxxxxxxx>, Vaishali Thakkar <vthakkar1994@xxxxxxxxx>, Tapasweni Pathak <tapaswenipathak@xxxxxxxxx>, Daniel Baluta <daniel.baluta@xxxxxxxxx>, Melike Yurtoglu <aysemelikeyurtoglu@xxxxxxxxx>, Max Perepelitsyn <mperepelitsyn@xxxxxxxxx>, Aya Mahfouz <mahfouz.saif.elyazal@xxxxxxxxx>, Cristina Opriceana <cristina.opriceana@xxxxxxxxx>, Dogukan Ergun <dogukan.ergun@xxxxxxxxx>, Julia Lawall <Julia.Lawall@xxxxxxx>, Dan Carpenter <dan.carpenter@xxxxxxxxxx>, Haneen Mohammed <hamohammed.sa@xxxxxxxxx>, Rickard Strandqvist <rickard_strandqvist@xxxxxxxxxxxxxxxxxx> Cc: devel@xxxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx Subject: [PATCH V3 4/8] staging: rtl8712: removed unused wrapper structs Date: Mon, 27 Jul 2015 21:41:13 -0700 Message-Id: <75dcdd4644344c7c4f0ccabf8a0e28bce7974349.1438057939.git.stillcompiling@xxxxxxxxx> X-Mailer: git-send-email 2.4.6 In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> Remove wrapper structs that just wrap struct ndis_wlan_bssid_ex, and are unused. Signed-off-by: Joshua Clayton <stillcompiling@xxxxxxxxx> --- drivers/staging/rtl8712/rtl871x_cmd.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_cmd.h b/drivers/staging/rtl8712/rtl871x_cmd.h index cb8225b..818cd88 100644 --- a/drivers/staging/rtl8712/rtl871x_cmd.h +++ b/drivers/staging/rtl8712/rtl871x_cmd.h @@ -123,15 +123,6 @@ struct usb_suspend_parm { }; /* - * Caller Mode: Infra, Ad-Hoc - * Notes: To join the specified bss - * Command Event Mode - */ -struct joinbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: Infra, Ad-HoC(C) * Notes: To disconnect the current associated BSS * Command Mode @@ -141,15 +132,6 @@ struct disconnect_parm { }; /* - * Caller Mode: AP, Ad-HoC(M) - * Notes: To create a BSS - * Command Mode - */ -struct createbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: AP, Ad-HoC, Infra * Notes: To set the NIC mode of RTL8711 * Command Mode -- 2.4.6 From: Joshua Clayton <stillcompiling@xxxxxxxxx> To: Larry Finger <Larry.Finger@xxxxxxxxxxxx>, Florian Schilhabel <florian.c.schilhabel@xxxxxxxxxxxxxx>, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>, Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx>, Nitin Kuppelur <nitinkuppelur@xxxxxxxxx>, Joshua Clayton <stillcompiling@xxxxxxxxx>, Vaishali Thakkar <vthakkar1994@xxxxxxxxx>, Tapasweni Pathak <tapaswenipathak@xxxxxxxxx>, Daniel Baluta <daniel.baluta@xxxxxxxxx>, Melike Yurtoglu <aysemelikeyurtoglu@xxxxxxxxx>, Max Perepelitsyn <mperepelitsyn@xxxxxxxxx>, Aya Mahfouz <mahfouz.saif.elyazal@xxxxxxxxx>, Cristina Opriceana <cristina.opriceana@xxxxxxxxx>, Dogukan Ergun <dogukan.ergun@xxxxxxxxx>, Julia Lawall <Julia.Lawall@xxxxxxx>, Dan Carpenter <dan.carpenter@xxxxxxxxxx>, Haneen Mohammed <hamohammed.sa@xxxxxxxxx>, Rickard Strandqvist <rickard_strandqvist@xxxxxxxxxxxxxxxxxx> Cc: devel@xxxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx Subject: [PATCH V3 4/8] staging: rtl8712: removed unused wrapper structs Date: Mon, 27 Jul 2015 21:41:13 -0700 Message-Id: <75dcdd4644344c7c4f0ccabf8a0e28bce7974349.1438057939.git.stillcompiling@xxxxxxxxx> X-Mailer: git-send-email 2.4.6 In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> Remove wrapper structs that just wrap struct ndis_wlan_bssid_ex, and are unused. Signed-off-by: Joshua Clayton <stillcompiling@xxxxxxxxx> --- drivers/staging/rtl8712/rtl871x_cmd.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_cmd.h b/drivers/staging/rtl8712/rtl871x_cmd.h index cb8225b..818cd88 100644 --- a/drivers/staging/rtl8712/rtl871x_cmd.h +++ b/drivers/staging/rtl8712/rtl871x_cmd.h @@ -123,15 +123,6 @@ struct usb_suspend_parm { }; /* - * Caller Mode: Infra, Ad-Hoc - * Notes: To join the specified bss - * Command Event Mode - */ -struct joinbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: Infra, Ad-HoC(C) * Notes: To disconnect the current associated BSS * Command Mode @@ -141,15 +132,6 @@ struct disconnect_parm { }; /* - * Caller Mode: AP, Ad-HoC(M) - * Notes: To create a BSS - * Command Mode - */ -struct createbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: AP, Ad-HoC, Infra * Notes: To set the NIC mode of RTL8711 * Command Mode -- 2.4.6 From: Joshua Clayton <stillcompiling@xxxxxxxxx> To: Larry Finger <Larry.Finger@xxxxxxxxxxxx>, Florian Schilhabel <florian.c.schilhabel@xxxxxxxxxxxxxx>, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>, Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx>, Nitin Kuppelur <nitinkuppelur@xxxxxxxxx>, Joshua Clayton <stillcompiling@xxxxxxxxx>, Vaishali Thakkar <vthakkar1994@xxxxxxxxx>, Tapasweni Pathak <tapaswenipathak@xxxxxxxxx>, Daniel Baluta <daniel.baluta@xxxxxxxxx>, Melike Yurtoglu <aysemelikeyurtoglu@xxxxxxxxx>, Max Perepelitsyn <mperepelitsyn@xxxxxxxxx>, Aya Mahfouz <mahfouz.saif.elyazal@xxxxxxxxx>, Cristina Opriceana <cristina.opriceana@xxxxxxxxx>, Dogukan Ergun <dogukan.ergun@xxxxxxxxx>, Julia Lawall <Julia.Lawall@xxxxxxx>, Dan Carpenter <dan.carpenter@xxxxxxxxxx>, Haneen Mohammed <hamohammed.sa@xxxxxxxxx>, Rickard Strandqvist <rickard_strandqvist@xxxxxxxxxxxxxxxxxx> Cc: devel@xxxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx Subject: [PATCH V3 4/8] staging: rtl8712: removed unused wrapper structs Date: Mon, 27 Jul 2015 21:41:13 -0700 Message-Id: <75dcdd4644344c7c4f0ccabf8a0e28bce7974349.1438057939.git.stillcompiling@xxxxxxxxx> X-Mailer: git-send-email 2.4.6 In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> Remove wrapper structs that just wrap struct ndis_wlan_bssid_ex, and are unused. Signed-off-by: Joshua Clayton <stillcompiling@xxxxxxxxx> --- drivers/staging/rtl8712/rtl871x_cmd.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_cmd.h b/drivers/staging/rtl8712/rtl871x_cmd.h index cb8225b..818cd88 100644 --- a/drivers/staging/rtl8712/rtl871x_cmd.h +++ b/drivers/staging/rtl8712/rtl871x_cmd.h @@ -123,15 +123,6 @@ struct usb_suspend_parm { }; /* - * Caller Mode: Infra, Ad-Hoc - * Notes: To join the specified bss - * Command Event Mode - */ -struct joinbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: Infra, Ad-HoC(C) * Notes: To disconnect the current associated BSS * Command Mode @@ -141,15 +132,6 @@ struct disconnect_parm { }; /* - * Caller Mode: AP, Ad-HoC(M) - * Notes: To create a BSS - * Command Mode - */ -struct createbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: AP, Ad-HoC, Infra * Notes: To set the NIC mode of RTL8711 * Command Mode -- 2.4.6 From: Joshua Clayton <stillcompiling@xxxxxxxxx> To: Larry Finger <Larry.Finger@xxxxxxxxxxxx>, Florian Schilhabel <florian.c.schilhabel@xxxxxxxxxxxxxx>, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>, Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx>, Nitin Kuppelur <nitinkuppelur@xxxxxxxxx>, Joshua Clayton <stillcompiling@xxxxxxxxx>, Vaishali Thakkar <vthakkar1994@xxxxxxxxx>, Tapasweni Pathak <tapaswenipathak@xxxxxxxxx>, Daniel Baluta <daniel.baluta@xxxxxxxxx>, Melike Yurtoglu <aysemelikeyurtoglu@xxxxxxxxx>, Max Perepelitsyn <mperepelitsyn@xxxxxxxxx>, Aya Mahfouz <mahfouz.saif.elyazal@xxxxxxxxx>, Cristina Opriceana <cristina.opriceana@xxxxxxxxx>, Dogukan Ergun <dogukan.ergun@xxxxxxxxx>, Julia Lawall <Julia.Lawall@xxxxxxx>, Dan Carpenter <dan.carpenter@xxxxxxxxxx>, Haneen Mohammed <hamohammed.sa@xxxxxxxxx>, Rickard Strandqvist <rickard_strandqvist@xxxxxxxxxxxxxxxxxx> Cc: devel@xxxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx Subject: [PATCH V3 4/8] staging: rtl8712: removed unused wrapper structs Date: Mon, 27 Jul 2015 21:41:13 -0700 Message-Id: <75dcdd4644344c7c4f0ccabf8a0e28bce7974349.1438057939.git.stillcompiling@xxxxxxxxx> X-Mailer: git-send-email 2.4.6 In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> Remove wrapper structs that just wrap struct ndis_wlan_bssid_ex, and are unused. Signed-off-by: Joshua Clayton <stillcompiling@xxxxxxxxx> --- drivers/staging/rtl8712/rtl871x_cmd.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_cmd.h b/drivers/staging/rtl8712/rtl871x_cmd.h index cb8225b..818cd88 100644 --- a/drivers/staging/rtl8712/rtl871x_cmd.h +++ b/drivers/staging/rtl8712/rtl871x_cmd.h @@ -123,15 +123,6 @@ struct usb_suspend_parm { }; /* - * Caller Mode: Infra, Ad-Hoc - * Notes: To join the specified bss - * Command Event Mode - */ -struct joinbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: Infra, Ad-HoC(C) * Notes: To disconnect the current associated BSS * Command Mode @@ -141,15 +132,6 @@ struct disconnect_parm { }; /* - * Caller Mode: AP, Ad-HoC(M) - * Notes: To create a BSS - * Command Mode - */ -struct createbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: AP, Ad-HoC, Infra * Notes: To set the NIC mode of RTL8711 * Command Mode -- 2.4.6 From: Joshua Clayton <stillcompiling@xxxxxxxxx> To: Larry Finger <Larry.Finger@xxxxxxxxxxxx>, Florian Schilhabel <florian.c.schilhabel@xxxxxxxxxxxxxx>, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>, Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx>, Nitin Kuppelur <nitinkuppelur@xxxxxxxxx>, Joshua Clayton <stillcompiling@xxxxxxxxx>, Vaishali Thakkar <vthakkar1994@xxxxxxxxx>, Tapasweni Pathak <tapaswenipathak@xxxxxxxxx>, Daniel Baluta <daniel.baluta@xxxxxxxxx>, Melike Yurtoglu <aysemelikeyurtoglu@xxxxxxxxx>, Max Perepelitsyn <mperepelitsyn@xxxxxxxxx>, Aya Mahfouz <mahfouz.saif.elyazal@xxxxxxxxx>, Cristina Opriceana <cristina.opriceana@xxxxxxxxx>, Dogukan Ergun <dogukan.ergun@xxxxxxxxx>, Julia Lawall <Julia.Lawall@xxxxxxx>, Dan Carpenter <dan.carpenter@xxxxxxxxxx>, Haneen Mohammed <hamohammed.sa@xxxxxxxxx>, Rickard Strandqvist <rickard_strandqvist@xxxxxxxxxxxxxxxxxx> Cc: devel@xxxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx Subject: [PATCH V3 4/8] staging: rtl8712: removed unused wrapper structs Date: Mon, 27 Jul 2015 21:41:13 -0700 Message-Id: <75dcdd4644344c7c4f0ccabf8a0e28bce7974349.1438057939.git.stillcompiling@xxxxxxxxx> X-Mailer: git-send-email 2.4.6 In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> Remove wrapper structs that just wrap struct ndis_wlan_bssid_ex, and are unused. Signed-off-by: Joshua Clayton <stillcompiling@xxxxxxxxx> --- drivers/staging/rtl8712/rtl871x_cmd.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_cmd.h b/drivers/staging/rtl8712/rtl871x_cmd.h index cb8225b..818cd88 100644 --- a/drivers/staging/rtl8712/rtl871x_cmd.h +++ b/drivers/staging/rtl8712/rtl871x_cmd.h @@ -123,15 +123,6 @@ struct usb_suspend_parm { }; /* - * Caller Mode: Infra, Ad-Hoc - * Notes: To join the specified bss - * Command Event Mode - */ -struct joinbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: Infra, Ad-HoC(C) * Notes: To disconnect the current associated BSS * Command Mode @@ -141,15 +132,6 @@ struct disconnect_parm { }; /* - * Caller Mode: AP, Ad-HoC(M) - * Notes: To create a BSS - * Command Mode - */ -struct createbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: AP, Ad-HoC, Infra * Notes: To set the NIC mode of RTL8711 * Command Mode -- 2.4.6 From: Joshua Clayton <stillcompiling@xxxxxxxxx> To: Larry Finger <Larry.Finger@xxxxxxxxxxxx>, Florian Schilhabel <florian.c.schilhabel@xxxxxxxxxxxxxx>, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>, Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx>, Nitin Kuppelur <nitinkuppelur@xxxxxxxxx>, Joshua Clayton <stillcompiling@xxxxxxxxx>, Vaishali Thakkar <vthakkar1994@xxxxxxxxx>, Tapasweni Pathak <tapaswenipathak@xxxxxxxxx>, Daniel Baluta <daniel.baluta@xxxxxxxxx>, Melike Yurtoglu <aysemelikeyurtoglu@xxxxxxxxx>, Max Perepelitsyn <mperepelitsyn@xxxxxxxxx>, Aya Mahfouz <mahfouz.saif.elyazal@xxxxxxxxx>, Cristina Opriceana <cristina.opriceana@xxxxxxxxx>, Dogukan Ergun <dogukan.ergun@xxxxxxxxx>, Julia Lawall <Julia.Lawall@xxxxxxx>, Dan Carpenter <dan.carpenter@xxxxxxxxxx>, Haneen Mohammed <hamohammed.sa@xxxxxxxxx>, Rickard Strandqvist <rickard_strandqvist@xxxxxxxxxxxxxxxxxx> Cc: devel@xxxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx Subject: [PATCH V3 4/8] staging: rtl8712: removed unused wrapper structs Date: Mon, 27 Jul 2015 21:41:13 -0700 Message-Id: <75dcdd4644344c7c4f0ccabf8a0e28bce7974349.1438057939.git.stillcompiling@xxxxxxxxx> X-Mailer: git-send-email 2.4.6 In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> Remove wrapper structs that just wrap struct ndis_wlan_bssid_ex, and are unused. Signed-off-by: Joshua Clayton <stillcompiling@xxxxxxxxx> --- drivers/staging/rtl8712/rtl871x_cmd.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_cmd.h b/drivers/staging/rtl8712/rtl871x_cmd.h index cb8225b..818cd88 100644 --- a/drivers/staging/rtl8712/rtl871x_cmd.h +++ b/drivers/staging/rtl8712/rtl871x_cmd.h @@ -123,15 +123,6 @@ struct usb_suspend_parm { }; /* - * Caller Mode: Infra, Ad-Hoc - * Notes: To join the specified bss - * Command Event Mode - */ -struct joinbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: Infra, Ad-HoC(C) * Notes: To disconnect the current associated BSS * Command Mode @@ -141,15 +132,6 @@ struct disconnect_parm { }; /* - * Caller Mode: AP, Ad-HoC(M) - * Notes: To create a BSS - * Command Mode - */ -struct createbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: AP, Ad-HoC, Infra * Notes: To set the NIC mode of RTL8711 * Command Mode -- 2.4.6 From: Joshua Clayton <stillcompiling@xxxxxxxxx> To: Larry Finger <Larry.Finger@xxxxxxxxxxxx>, Florian Schilhabel <florian.c.schilhabel@xxxxxxxxxxxxxx>, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>, Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx>, Nitin Kuppelur <nitinkuppelur@xxxxxxxxx>, Joshua Clayton <stillcompiling@xxxxxxxxx>, Vaishali Thakkar <vthakkar1994@xxxxxxxxx>, Tapasweni Pathak <tapaswenipathak@xxxxxxxxx>, Daniel Baluta <daniel.baluta@xxxxxxxxx>, Melike Yurtoglu <aysemelikeyurtoglu@xxxxxxxxx>, Max Perepelitsyn <mperepelitsyn@xxxxxxxxx>, Aya Mahfouz <mahfouz.saif.elyazal@xxxxxxxxx>, Cristina Opriceana <cristina.opriceana@xxxxxxxxx>, Dogukan Ergun <dogukan.ergun@xxxxxxxxx>, Julia Lawall <Julia.Lawall@xxxxxxx>, Dan Carpenter <dan.carpenter@xxxxxxxxxx>, Haneen Mohammed <hamohammed.sa@xxxxxxxxx>, Rickard Strandqvist <rickard_strandqvist@xxxxxxxxxxxxxxxxxx> Cc: devel@xxxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx Subject: [PATCH V3 4/8] staging: rtl8712: removed unused wrapper structs Date: Mon, 27 Jul 2015 21:41:13 -0700 Message-Id: <75dcdd4644344c7c4f0ccabf8a0e28bce7974349.1438057939.git.stillcompiling@xxxxxxxxx> X-Mailer: git-send-email 2.4.6 In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> Remove wrapper structs that just wrap struct ndis_wlan_bssid_ex, and are unused. Signed-off-by: Joshua Clayton <stillcompiling@xxxxxxxxx> --- drivers/staging/rtl8712/rtl871x_cmd.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_cmd.h b/drivers/staging/rtl8712/rtl871x_cmd.h index cb8225b..818cd88 100644 --- a/drivers/staging/rtl8712/rtl871x_cmd.h +++ b/drivers/staging/rtl8712/rtl871x_cmd.h @@ -123,15 +123,6 @@ struct usb_suspend_parm { }; /* - * Caller Mode: Infra, Ad-Hoc - * Notes: To join the specified bss - * Command Event Mode - */ -struct joinbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: Infra, Ad-HoC(C) * Notes: To disconnect the current associated BSS * Command Mode @@ -141,15 +132,6 @@ struct disconnect_parm { }; /* - * Caller Mode: AP, Ad-HoC(M) - * Notes: To create a BSS - * Command Mode - */ -struct createbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: AP, Ad-HoC, Infra * Notes: To set the NIC mode of RTL8711 * Command Mode -- 2.4.6 From: Joshua Clayton <stillcompiling@xxxxxxxxx> To: Larry Finger <Larry.Finger@xxxxxxxxxxxx>, Florian Schilhabel <florian.c.schilhabel@xxxxxxxxxxxxxx>, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>, Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx>, Nitin Kuppelur <nitinkuppelur@xxxxxxxxx>, Joshua Clayton <stillcompiling@xxxxxxxxx>, Vaishali Thakkar <vthakkar1994@xxxxxxxxx>, Tapasweni Pathak <tapaswenipathak@xxxxxxxxx>, Daniel Baluta <daniel.baluta@xxxxxxxxx>, Melike Yurtoglu <aysemelikeyurtoglu@xxxxxxxxx>, Max Perepelitsyn <mperepelitsyn@xxxxxxxxx>, Aya Mahfouz <mahfouz.saif.elyazal@xxxxxxxxx>, Cristina Opriceana <cristina.opriceana@xxxxxxxxx>, Dogukan Ergun <dogukan.ergun@xxxxxxxxx>, Julia Lawall <Julia.Lawall@xxxxxxx>, Dan Carpenter <dan.carpenter@xxxxxxxxxx>, Haneen Mohammed <hamohammed.sa@xxxxxxxxx>, Rickard Strandqvist <rickard_strandqvist@xxxxxxxxxxxxxxxxxx> Cc: devel@xxxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx Subject: [PATCH V3 4/8] staging: rtl8712: removed unused wrapper structs Date: Mon, 27 Jul 2015 21:41:13 -0700 Message-Id: <75dcdd4644344c7c4f0ccabf8a0e28bce7974349.1438057939.git.stillcompiling@xxxxxxxxx> X-Mailer: git-send-email 2.4.6 In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> Remove wrapper structs that just wrap struct ndis_wlan_bssid_ex, and are unused. Signed-off-by: Joshua Clayton <stillcompiling@xxxxxxxxx> --- drivers/staging/rtl8712/rtl871x_cmd.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_cmd.h b/drivers/staging/rtl8712/rtl871x_cmd.h index cb8225b..818cd88 100644 --- a/drivers/staging/rtl8712/rtl871x_cmd.h +++ b/drivers/staging/rtl8712/rtl871x_cmd.h @@ -123,15 +123,6 @@ struct usb_suspend_parm { }; /* - * Caller Mode: Infra, Ad-Hoc - * Notes: To join the specified bss - * Command Event Mode - */ -struct joinbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: Infra, Ad-HoC(C) * Notes: To disconnect the current associated BSS * Command Mode @@ -141,15 +132,6 @@ struct disconnect_parm { }; /* - * Caller Mode: AP, Ad-HoC(M) - * Notes: To create a BSS - * Command Mode - */ -struct createbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: AP, Ad-HoC, Infra * Notes: To set the NIC mode of RTL8711 * Command Mode -- 2.4.6 From: Joshua Clayton <stillcompiling@xxxxxxxxx> To: Larry Finger <Larry.Finger@xxxxxxxxxxxx>, Florian Schilhabel <florian.c.schilhabel@xxxxxxxxxxxxxx>, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>, Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx>, Nitin Kuppelur <nitinkuppelur@xxxxxxxxx>, Joshua Clayton <stillcompiling@xxxxxxxxx>, Vaishali Thakkar <vthakkar1994@xxxxxxxxx>, Tapasweni Pathak <tapaswenipathak@xxxxxxxxx>, Daniel Baluta <daniel.baluta@xxxxxxxxx>, Melike Yurtoglu <aysemelikeyurtoglu@xxxxxxxxx>, Max Perepelitsyn <mperepelitsyn@xxxxxxxxx>, Aya Mahfouz <mahfouz.saif.elyazal@xxxxxxxxx>, Cristina Opriceana <cristina.opriceana@xxxxxxxxx>, Dogukan Ergun <dogukan.ergun@xxxxxxxxx>, Julia Lawall <Julia.Lawall@xxxxxxx>, Dan Carpenter <dan.carpenter@xxxxxxxxxx>, Haneen Mohammed <hamohammed.sa@xxxxxxxxx>, Rickard Strandqvist <rickard_strandqvist@xxxxxxxxxxxxxxxxxx> Cc: devel@xxxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx Subject: [PATCH V3 4/8] staging: rtl8712: removed unused wrapper structs Date: Mon, 27 Jul 2015 21:41:13 -0700 Message-Id: <75dcdd4644344c7c4f0ccabf8a0e28bce7974349.1438057939.git.stillcompiling@xxxxxxxxx> X-Mailer: git-send-email 2.4.6 In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> Remove wrapper structs that just wrap struct ndis_wlan_bssid_ex, and are unused. Signed-off-by: Joshua Clayton <stillcompiling@xxxxxxxxx> --- drivers/staging/rtl8712/rtl871x_cmd.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_cmd.h b/drivers/staging/rtl8712/rtl871x_cmd.h index cb8225b..818cd88 100644 --- a/drivers/staging/rtl8712/rtl871x_cmd.h +++ b/drivers/staging/rtl8712/rtl871x_cmd.h @@ -123,15 +123,6 @@ struct usb_suspend_parm { }; /* - * Caller Mode: Infra, Ad-Hoc - * Notes: To join the specified bss - * Command Event Mode - */ -struct joinbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: Infra, Ad-HoC(C) * Notes: To disconnect the current associated BSS * Command Mode @@ -141,15 +132,6 @@ struct disconnect_parm { }; /* - * Caller Mode: AP, Ad-HoC(M) - * Notes: To create a BSS - * Command Mode - */ -struct createbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: AP, Ad-HoC, Infra * Notes: To set the NIC mode of RTL8711 * Command Mode -- 2.4.6 From: Joshua Clayton <stillcompiling@xxxxxxxxx> To: Larry Finger <Larry.Finger@xxxxxxxxxxxx>, Florian Schilhabel <florian.c.schilhabel@xxxxxxxxxxxxxx>, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>, Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx>, Nitin Kuppelur <nitinkuppelur@xxxxxxxxx>, Joshua Clayton <stillcompiling@xxxxxxxxx>, Vaishali Thakkar <vthakkar1994@xxxxxxxxx>, Tapasweni Pathak <tapaswenipathak@xxxxxxxxx>, Daniel Baluta <daniel.baluta@xxxxxxxxx>, Melike Yurtoglu <aysemelikeyurtoglu@xxxxxxxxx>, Max Perepelitsyn <mperepelitsyn@xxxxxxxxx>, Aya Mahfouz <mahfouz.saif.elyazal@xxxxxxxxx>, Cristina Opriceana <cristina.opriceana@xxxxxxxxx>, Dogukan Ergun <dogukan.ergun@xxxxxxxxx>, Julia Lawall <Julia.Lawall@xxxxxxx>, Dan Carpenter <dan.carpenter@xxxxxxxxxx>, Haneen Mohammed <hamohammed.sa@xxxxxxxxx>, Rickard Strandqvist <rickard_strandqvist@xxxxxxxxxxxxxxxxxx> Cc: devel@xxxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx Subject: [PATCH V3 4/8] staging: rtl8712: removed unused wrapper structs Date: Mon, 27 Jul 2015 21:41:13 -0700 Message-Id: <75dcdd4644344c7c4f0ccabf8a0e28bce7974349.1438057939.git.stillcompiling@xxxxxxxxx> X-Mailer: git-send-email 2.4.6 In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> Remove wrapper structs that just wrap struct ndis_wlan_bssid_ex, and are unused. Signed-off-by: Joshua Clayton <stillcompiling@xxxxxxxxx> --- drivers/staging/rtl8712/rtl871x_cmd.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_cmd.h b/drivers/staging/rtl8712/rtl871x_cmd.h index cb8225b..818cd88 100644 --- a/drivers/staging/rtl8712/rtl871x_cmd.h +++ b/drivers/staging/rtl8712/rtl871x_cmd.h @@ -123,15 +123,6 @@ struct usb_suspend_parm { }; /* - * Caller Mode: Infra, Ad-Hoc - * Notes: To join the specified bss - * Command Event Mode - */ -struct joinbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: Infra, Ad-HoC(C) * Notes: To disconnect the current associated BSS * Command Mode @@ -141,15 +132,6 @@ struct disconnect_parm { }; /* - * Caller Mode: AP, Ad-HoC(M) - * Notes: To create a BSS - * Command Mode - */ -struct createbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: AP, Ad-HoC, Infra * Notes: To set the NIC mode of RTL8711 * Command Mode -- 2.4.6 From: Joshua Clayton <stillcompiling@xxxxxxxxx> To: Larry Finger <Larry.Finger@xxxxxxxxxxxx>, Florian Schilhabel <florian.c.schilhabel@xxxxxxxxxxxxxx>, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>, Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx>, Nitin Kuppelur <nitinkuppelur@xxxxxxxxx>, Joshua Clayton <stillcompiling@xxxxxxxxx>, Vaishali Thakkar <vthakkar1994@xxxxxxxxx>, Tapasweni Pathak <tapaswenipathak@xxxxxxxxx>, Daniel Baluta <daniel.baluta@xxxxxxxxx>, Melike Yurtoglu <aysemelikeyurtoglu@xxxxxxxxx>, Max Perepelitsyn <mperepelitsyn@xxxxxxxxx>, Aya Mahfouz <mahfouz.saif.elyazal@xxxxxxxxx>, Cristina Opriceana <cristina.opriceana@xxxxxxxxx>, Dogukan Ergun <dogukan.ergun@xxxxxxxxx>, Julia Lawall <Julia.Lawall@xxxxxxx>, Dan Carpenter <dan.carpenter@xxxxxxxxxx>, Haneen Mohammed <hamohammed.sa@xxxxxxxxx>, Rickard Strandqvist <rickard_strandqvist@xxxxxxxxxxxxxxxxxx> Cc: devel@xxxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx Subject: [PATCH V3 4/8] staging: rtl8712: removed unused wrapper structs Date: Mon, 27 Jul 2015 21:41:13 -0700 Message-Id: <75dcdd4644344c7c4f0ccabf8a0e28bce7974349.1438057939.git.stillcompiling@xxxxxxxxx> X-Mailer: git-send-email 2.4.6 In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> Remove wrapper structs that just wrap struct ndis_wlan_bssid_ex, and are unused. Signed-off-by: Joshua Clayton <stillcompiling@xxxxxxxxx> --- drivers/staging/rtl8712/rtl871x_cmd.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_cmd.h b/drivers/staging/rtl8712/rtl871x_cmd.h index cb8225b..818cd88 100644 --- a/drivers/staging/rtl8712/rtl871x_cmd.h +++ b/drivers/staging/rtl8712/rtl871x_cmd.h @@ -123,15 +123,6 @@ struct usb_suspend_parm { }; /* - * Caller Mode: Infra, Ad-Hoc - * Notes: To join the specified bss - * Command Event Mode - */ -struct joinbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: Infra, Ad-HoC(C) * Notes: To disconnect the current associated BSS * Command Mode @@ -141,15 +132,6 @@ struct disconnect_parm { }; /* - * Caller Mode: AP, Ad-HoC(M) - * Notes: To create a BSS - * Command Mode - */ -struct createbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: AP, Ad-HoC, Infra * Notes: To set the NIC mode of RTL8711 * Command Mode -- 2.4.6 From: Joshua Clayton <stillcompiling@xxxxxxxxx> To: Larry Finger <Larry.Finger@xxxxxxxxxxxx>, Florian Schilhabel <florian.c.schilhabel@xxxxxxxxxxxxxx>, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>, Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx>, Nitin Kuppelur <nitinkuppelur@xxxxxxxxx>, Joshua Clayton <stillcompiling@xxxxxxxxx>, Vaishali Thakkar <vthakkar1994@xxxxxxxxx>, Tapasweni Pathak <tapaswenipathak@xxxxxxxxx>, Daniel Baluta <daniel.baluta@xxxxxxxxx>, Melike Yurtoglu <aysemelikeyurtoglu@xxxxxxxxx>, Max Perepelitsyn <mperepelitsyn@xxxxxxxxx>, Aya Mahfouz <mahfouz.saif.elyazal@xxxxxxxxx>, Cristina Opriceana <cristina.opriceana@xxxxxxxxx>, Dogukan Ergun <dogukan.ergun@xxxxxxxxx>, Julia Lawall <Julia.Lawall@xxxxxxx>, Dan Carpenter <dan.carpenter@xxxxxxxxxx>, Haneen Mohammed <hamohammed.sa@xxxxxxxxx>, Rickard Strandqvist <rickard_strandqvist@xxxxxxxxxxxxxxxxxx> Cc: devel@xxxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx Subject: [PATCH V3 4/8] staging: rtl8712: removed unused wrapper structs Date: Mon, 27 Jul 2015 21:41:13 -0700 Message-Id: <75dcdd4644344c7c4f0ccabf8a0e28bce7974349.1438057939.git.stillcompiling@xxxxxxxxx> X-Mailer: git-send-email 2.4.6 In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> Remove wrapper structs that just wrap struct ndis_wlan_bssid_ex, and are unused. Signed-off-by: Joshua Clayton <stillcompiling@xxxxxxxxx> --- drivers/staging/rtl8712/rtl871x_cmd.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_cmd.h b/drivers/staging/rtl8712/rtl871x_cmd.h index cb8225b..818cd88 100644 --- a/drivers/staging/rtl8712/rtl871x_cmd.h +++ b/drivers/staging/rtl8712/rtl871x_cmd.h @@ -123,15 +123,6 @@ struct usb_suspend_parm { }; /* - * Caller Mode: Infra, Ad-Hoc - * Notes: To join the specified bss - * Command Event Mode - */ -struct joinbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: Infra, Ad-HoC(C) * Notes: To disconnect the current associated BSS * Command Mode @@ -141,15 +132,6 @@ struct disconnect_parm { }; /* - * Caller Mode: AP, Ad-HoC(M) - * Notes: To create a BSS - * Command Mode - */ -struct createbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: AP, Ad-HoC, Infra * Notes: To set the NIC mode of RTL8711 * Command Mode -- 2.4.6 From: Joshua Clayton <stillcompiling@xxxxxxxxx> To: Larry Finger <Larry.Finger@xxxxxxxxxxxx>, Florian Schilhabel <florian.c.schilhabel@xxxxxxxxxxxxxx>, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>, Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx>, Nitin Kuppelur <nitinkuppelur@xxxxxxxxx>, Joshua Clayton <stillcompiling@xxxxxxxxx>, Vaishali Thakkar <vthakkar1994@xxxxxxxxx>, Tapasweni Pathak <tapaswenipathak@xxxxxxxxx>, Daniel Baluta <daniel.baluta@xxxxxxxxx>, Melike Yurtoglu <aysemelikeyurtoglu@xxxxxxxxx>, Max Perepelitsyn <mperepelitsyn@xxxxxxxxx>, Aya Mahfouz <mahfouz.saif.elyazal@xxxxxxxxx>, Cristina Opriceana <cristina.opriceana@xxxxxxxxx>, Dogukan Ergun <dogukan.ergun@xxxxxxxxx>, Julia Lawall <Julia.Lawall@xxxxxxx>, Dan Carpenter <dan.carpenter@xxxxxxxxxx>, Haneen Mohammed <hamohammed.sa@xxxxxxxxx>, Rickard Strandqvist <rickard_strandqvist@xxxxxxxxxxxxxxxxxx> Cc: devel@xxxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx Subject: [PATCH V3 4/8] staging: rtl8712: removed unused wrapper structs Date: Mon, 27 Jul 2015 21:41:13 -0700 Message-Id: <75dcdd4644344c7c4f0ccabf8a0e28bce7974349.1438057939.git.stillcompiling@xxxxxxxxx> X-Mailer: git-send-email 2.4.6 In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> Remove wrapper structs that just wrap struct ndis_wlan_bssid_ex, and are unused. Signed-off-by: Joshua Clayton <stillcompiling@xxxxxxxxx> --- drivers/staging/rtl8712/rtl871x_cmd.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_cmd.h b/drivers/staging/rtl8712/rtl871x_cmd.h index cb8225b..818cd88 100644 --- a/drivers/staging/rtl8712/rtl871x_cmd.h +++ b/drivers/staging/rtl8712/rtl871x_cmd.h @@ -123,15 +123,6 @@ struct usb_suspend_parm { }; /* - * Caller Mode: Infra, Ad-Hoc - * Notes: To join the specified bss - * Command Event Mode - */ -struct joinbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: Infra, Ad-HoC(C) * Notes: To disconnect the current associated BSS * Command Mode @@ -141,15 +132,6 @@ struct disconnect_parm { }; /* - * Caller Mode: AP, Ad-HoC(M) - * Notes: To create a BSS - * Command Mode - */ -struct createbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: AP, Ad-HoC, Infra * Notes: To set the NIC mode of RTL8711 * Command Mode -- 2.4.6 From: Joshua Clayton <stillcompiling@xxxxxxxxx> To: Larry Finger <Larry.Finger@xxxxxxxxxxxx>, Florian Schilhabel <florian.c.schilhabel@xxxxxxxxxxxxxx>, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>, Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx>, Nitin Kuppelur <nitinkuppelur@xxxxxxxxx>, Joshua Clayton <stillcompiling@xxxxxxxxx>, Vaishali Thakkar <vthakkar1994@xxxxxxxxx>, Tapasweni Pathak <tapaswenipathak@xxxxxxxxx>, Daniel Baluta <daniel.baluta@xxxxxxxxx>, Melike Yurtoglu <aysemelikeyurtoglu@xxxxxxxxx>, Max Perepelitsyn <mperepelitsyn@xxxxxxxxx>, Aya Mahfouz <mahfouz.saif.elyazal@xxxxxxxxx>, Cristina Opriceana <cristina.opriceana@xxxxxxxxx>, Dogukan Ergun <dogukan.ergun@xxxxxxxxx>, Julia Lawall <Julia.Lawall@xxxxxxx>, Dan Carpenter <dan.carpenter@xxxxxxxxxx>, Haneen Mohammed <hamohammed.sa@xxxxxxxxx>, Rickard Strandqvist <rickard_strandqvist@xxxxxxxxxxxxxxxxxx> Cc: devel@xxxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx Subject: [PATCH V3 4/8] staging: rtl8712: removed unused wrapper structs Date: Mon, 27 Jul 2015 21:41:13 -0700 Message-Id: <75dcdd4644344c7c4f0ccabf8a0e28bce7974349.1438057939.git.stillcompiling@xxxxxxxxx> X-Mailer: git-send-email 2.4.6 In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> Remove wrapper structs that just wrap struct ndis_wlan_bssid_ex, and are unused. Signed-off-by: Joshua Clayton <stillcompiling@xxxxxxxxx> --- drivers/staging/rtl8712/rtl871x_cmd.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_cmd.h b/drivers/staging/rtl8712/rtl871x_cmd.h index cb8225b..818cd88 100644 --- a/drivers/staging/rtl8712/rtl871x_cmd.h +++ b/drivers/staging/rtl8712/rtl871x_cmd.h @@ -123,15 +123,6 @@ struct usb_suspend_parm { }; /* - * Caller Mode: Infra, Ad-Hoc - * Notes: To join the specified bss - * Command Event Mode - */ -struct joinbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: Infra, Ad-HoC(C) * Notes: To disconnect the current associated BSS * Command Mode @@ -141,15 +132,6 @@ struct disconnect_parm { }; /* - * Caller Mode: AP, Ad-HoC(M) - * Notes: To create a BSS - * Command Mode - */ -struct createbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: AP, Ad-HoC, Infra * Notes: To set the NIC mode of RTL8711 * Command Mode -- 2.4.6 From: Joshua Clayton <stillcompiling@xxxxxxxxx> To: Larry Finger <Larry.Finger@xxxxxxxxxxxx>, Florian Schilhabel <florian.c.schilhabel@xxxxxxxxxxxxxx>, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>, Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx>, Nitin Kuppelur <nitinkuppelur@xxxxxxxxx>, Joshua Clayton <stillcompiling@xxxxxxxxx>, Vaishali Thakkar <vthakkar1994@xxxxxxxxx>, Tapasweni Pathak <tapaswenipathak@xxxxxxxxx>, Daniel Baluta <daniel.baluta@xxxxxxxxx>, Melike Yurtoglu <aysemelikeyurtoglu@xxxxxxxxx>, Max Perepelitsyn <mperepelitsyn@xxxxxxxxx>, Aya Mahfouz <mahfouz.saif.elyazal@xxxxxxxxx>, Cristina Opriceana <cristina.opriceana@xxxxxxxxx>, Dogukan Ergun <dogukan.ergun@xxxxxxxxx>, Julia Lawall <Julia.Lawall@xxxxxxx>, Dan Carpenter <dan.carpenter@xxxxxxxxxx>, Haneen Mohammed <hamohammed.sa@xxxxxxxxx>, Rickard Strandqvist <rickard_strandqvist@xxxxxxxxxxxxxxxxxx> Cc: devel@xxxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx Subject: [PATCH V3 4/8] staging: rtl8712: removed unused wrapper structs Date: Mon, 27 Jul 2015 21:41:13 -0700 Message-Id: <75dcdd4644344c7c4f0ccabf8a0e28bce7974349.1438057939.git.stillcompiling@xxxxxxxxx> X-Mailer: git-send-email 2.4.6 In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> Remove wrapper structs that just wrap struct ndis_wlan_bssid_ex, and are unused. Signed-off-by: Joshua Clayton <stillcompiling@xxxxxxxxx> --- drivers/staging/rtl8712/rtl871x_cmd.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_cmd.h b/drivers/staging/rtl8712/rtl871x_cmd.h index cb8225b..818cd88 100644 --- a/drivers/staging/rtl8712/rtl871x_cmd.h +++ b/drivers/staging/rtl8712/rtl871x_cmd.h @@ -123,15 +123,6 @@ struct usb_suspend_parm { }; /* - * Caller Mode: Infra, Ad-Hoc - * Notes: To join the specified bss - * Command Event Mode - */ -struct joinbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: Infra, Ad-HoC(C) * Notes: To disconnect the current associated BSS * Command Mode @@ -141,15 +132,6 @@ struct disconnect_parm { }; /* - * Caller Mode: AP, Ad-HoC(M) - * Notes: To create a BSS - * Command Mode - */ -struct createbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: AP, Ad-HoC, Infra * Notes: To set the NIC mode of RTL8711 * Command Mode -- 2.4.6 From: Joshua Clayton <stillcompiling@xxxxxxxxx> To: Larry Finger <Larry.Finger@xxxxxxxxxxxx>, Florian Schilhabel <florian.c.schilhabel@xxxxxxxxxxxxxx>, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>, Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx>, Nitin Kuppelur <nitinkuppelur@xxxxxxxxx>, Joshua Clayton <stillcompiling@xxxxxxxxx>, Vaishali Thakkar <vthakkar1994@xxxxxxxxx>, Tapasweni Pathak <tapaswenipathak@xxxxxxxxx>, Daniel Baluta <daniel.baluta@xxxxxxxxx>, Melike Yurtoglu <aysemelikeyurtoglu@xxxxxxxxx>, Max Perepelitsyn <mperepelitsyn@xxxxxxxxx>, Aya Mahfouz <mahfouz.saif.elyazal@xxxxxxxxx>, Cristina Opriceana <cristina.opriceana@xxxxxxxxx>, Dogukan Ergun <dogukan.ergun@xxxxxxxxx>, Julia Lawall <Julia.Lawall@xxxxxxx>, Dan Carpenter <dan.carpenter@xxxxxxxxxx>, Haneen Mohammed <hamohammed.sa@xxxxxxxxx>, Rickard Strandqvist <rickard_strandqvist@xxxxxxxxxxxxxxxxxx> Cc: devel@xxxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx Subject: [PATCH V3 4/8] staging: rtl8712: removed unused wrapper structs Date: Mon, 27 Jul 2015 21:41:13 -0700 Message-Id: <75dcdd4644344c7c4f0ccabf8a0e28bce7974349.1438057939.git.stillcompiling@xxxxxxxxx> X-Mailer: git-send-email 2.4.6 In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> Remove wrapper structs that just wrap struct ndis_wlan_bssid_ex, and are unused. Signed-off-by: Joshua Clayton <stillcompiling@xxxxxxxxx> --- drivers/staging/rtl8712/rtl871x_cmd.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_cmd.h b/drivers/staging/rtl8712/rtl871x_cmd.h index cb8225b..818cd88 100644 --- a/drivers/staging/rtl8712/rtl871x_cmd.h +++ b/drivers/staging/rtl8712/rtl871x_cmd.h @@ -123,15 +123,6 @@ struct usb_suspend_parm { }; /* - * Caller Mode: Infra, Ad-Hoc - * Notes: To join the specified bss - * Command Event Mode - */ -struct joinbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: Infra, Ad-HoC(C) * Notes: To disconnect the current associated BSS * Command Mode @@ -141,15 +132,6 @@ struct disconnect_parm { }; /* - * Caller Mode: AP, Ad-HoC(M) - * Notes: To create a BSS - * Command Mode - */ -struct createbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: AP, Ad-HoC, Infra * Notes: To set the NIC mode of RTL8711 * Command Mode -- 2.4.6 From: Joshua Clayton <stillcompiling@xxxxxxxxx> To: Larry Finger <Larry.Finger@xxxxxxxxxxxx>, Florian Schilhabel <florian.c.schilhabel@xxxxxxxxxxxxxx>, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>, Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx>, Nitin Kuppelur <nitinkuppelur@xxxxxxxxx>, Joshua Clayton <stillcompiling@xxxxxxxxx>, Vaishali Thakkar <vthakkar1994@xxxxxxxxx>, Tapasweni Pathak <tapaswenipathak@xxxxxxxxx>, Daniel Baluta <daniel.baluta@xxxxxxxxx>, Melike Yurtoglu <aysemelikeyurtoglu@xxxxxxxxx>, Max Perepelitsyn <mperepelitsyn@xxxxxxxxx>, Aya Mahfouz <mahfouz.saif.elyazal@xxxxxxxxx>, Cristina Opriceana <cristina.opriceana@xxxxxxxxx>, Dogukan Ergun <dogukan.ergun@xxxxxxxxx>, Julia Lawall <Julia.Lawall@xxxxxxx>, Dan Carpenter <dan.carpenter@xxxxxxxxxx>, Haneen Mohammed <hamohammed.sa@xxxxxxxxx>, Rickard Strandqvist <rickard_strandqvist@xxxxxxxxxxxxxxxxxx> Cc: devel@xxxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx Subject: [PATCH V3 4/8] staging: rtl8712: removed unused wrapper structs Date: Mon, 27 Jul 2015 21:41:13 -0700 Message-Id: <75dcdd4644344c7c4f0ccabf8a0e28bce7974349.1438057939.git.stillcompiling@xxxxxxxxx> X-Mailer: git-send-email 2.4.6 In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> Remove wrapper structs that just wrap struct ndis_wlan_bssid_ex, and are unused. Signed-off-by: Joshua Clayton <stillcompiling@xxxxxxxxx> --- drivers/staging/rtl8712/rtl871x_cmd.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_cmd.h b/drivers/staging/rtl8712/rtl871x_cmd.h index cb8225b..818cd88 100644 --- a/drivers/staging/rtl8712/rtl871x_cmd.h +++ b/drivers/staging/rtl8712/rtl871x_cmd.h @@ -123,15 +123,6 @@ struct usb_suspend_parm { }; /* - * Caller Mode: Infra, Ad-Hoc - * Notes: To join the specified bss - * Command Event Mode - */ -struct joinbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: Infra, Ad-HoC(C) * Notes: To disconnect the current associated BSS * Command Mode @@ -141,15 +132,6 @@ struct disconnect_parm { }; /* - * Caller Mode: AP, Ad-HoC(M) - * Notes: To create a BSS - * Command Mode - */ -struct createbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: AP, Ad-HoC, Infra * Notes: To set the NIC mode of RTL8711 * Command Mode -- 2.4.6 From: Joshua Clayton <stillcompiling@xxxxxxxxx> To: Larry Finger <Larry.Finger@xxxxxxxxxxxx>, Florian Schilhabel <florian.c.schilhabel@xxxxxxxxxxxxxx>, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>, Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx>, Nitin Kuppelur <nitinkuppelur@xxxxxxxxx>, Joshua Clayton <stillcompiling@xxxxxxxxx>, Vaishali Thakkar <vthakkar1994@xxxxxxxxx>, Tapasweni Pathak <tapaswenipathak@xxxxxxxxx>, Daniel Baluta <daniel.baluta@xxxxxxxxx>, Melike Yurtoglu <aysemelikeyurtoglu@xxxxxxxxx>, Max Perepelitsyn <mperepelitsyn@xxxxxxxxx>, Aya Mahfouz <mahfouz.saif.elyazal@xxxxxxxxx>, Cristina Opriceana <cristina.opriceana@xxxxxxxxx>, Dogukan Ergun <dogukan.ergun@xxxxxxxxx>, Julia Lawall <Julia.Lawall@xxxxxxx>, Dan Carpenter <dan.carpenter@xxxxxxxxxx>, Haneen Mohammed <hamohammed.sa@xxxxxxxxx>, Rickard Strandqvist <rickard_strandqvist@xxxxxxxxxxxxxxxxxx> Cc: devel@xxxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx Subject: [PATCH V3 4/8] staging: rtl8712: removed unused wrapper structs Date: Mon, 27 Jul 2015 21:41:13 -0700 Message-Id: <75dcdd4644344c7c4f0ccabf8a0e28bce7974349.1438057939.git.stillcompiling@xxxxxxxxx> X-Mailer: git-send-email 2.4.6 In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> Remove wrapper structs that just wrap struct ndis_wlan_bssid_ex, and are unused. Signed-off-by: Joshua Clayton <stillcompiling@xxxxxxxxx> --- drivers/staging/rtl8712/rtl871x_cmd.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_cmd.h b/drivers/staging/rtl8712/rtl871x_cmd.h index cb8225b..818cd88 100644 --- a/drivers/staging/rtl8712/rtl871x_cmd.h +++ b/drivers/staging/rtl8712/rtl871x_cmd.h @@ -123,15 +123,6 @@ struct usb_suspend_parm { }; /* - * Caller Mode: Infra, Ad-Hoc - * Notes: To join the specified bss - * Command Event Mode - */ -struct joinbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: Infra, Ad-HoC(C) * Notes: To disconnect the current associated BSS * Command Mode @@ -141,15 +132,6 @@ struct disconnect_parm { }; /* - * Caller Mode: AP, Ad-HoC(M) - * Notes: To create a BSS - * Command Mode - */ -struct createbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: AP, Ad-HoC, Infra * Notes: To set the NIC mode of RTL8711 * Command Mode -- 2.4.6 From: Joshua Clayton <stillcompiling@xxxxxxxxx> To: Larry Finger <Larry.Finger@xxxxxxxxxxxx>, Florian Schilhabel <florian.c.schilhabel@xxxxxxxxxxxxxx>, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>, Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx>, Nitin Kuppelur <nitinkuppelur@xxxxxxxxx>, Joshua Clayton <stillcompiling@xxxxxxxxx>, Vaishali Thakkar <vthakkar1994@xxxxxxxxx>, Tapasweni Pathak <tapaswenipathak@xxxxxxxxx>, Daniel Baluta <daniel.baluta@xxxxxxxxx>, Melike Yurtoglu <aysemelikeyurtoglu@xxxxxxxxx>, Max Perepelitsyn <mperepelitsyn@xxxxxxxxx>, Aya Mahfouz <mahfouz.saif.elyazal@xxxxxxxxx>, Cristina Opriceana <cristina.opriceana@xxxxxxxxx>, Dogukan Ergun <dogukan.ergun@xxxxxxxxx>, Julia Lawall <Julia.Lawall@xxxxxxx>, Dan Carpenter <dan.carpenter@xxxxxxxxxx>, Haneen Mohammed <hamohammed.sa@xxxxxxxxx>, Rickard Strandqvist <rickard_strandqvist@xxxxxxxxxxxxxxxxxx> Cc: devel@xxxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx Subject: [PATCH V3 4/8] staging: rtl8712: removed unused wrapper structs Date: Mon, 27 Jul 2015 21:41:13 -0700 Message-Id: <75dcdd4644344c7c4f0ccabf8a0e28bce7974349.1438057939.git.stillcompiling@xxxxxxxxx> X-Mailer: git-send-email 2.4.6 In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> Remove wrapper structs that just wrap struct ndis_wlan_bssid_ex, and are unused. Signed-off-by: Joshua Clayton <stillcompiling@xxxxxxxxx> --- drivers/staging/rtl8712/rtl871x_cmd.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_cmd.h b/drivers/staging/rtl8712/rtl871x_cmd.h index cb8225b..818cd88 100644 --- a/drivers/staging/rtl8712/rtl871x_cmd.h +++ b/drivers/staging/rtl8712/rtl871x_cmd.h @@ -123,15 +123,6 @@ struct usb_suspend_parm { }; /* - * Caller Mode: Infra, Ad-Hoc - * Notes: To join the specified bss - * Command Event Mode - */ -struct joinbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: Infra, Ad-HoC(C) * Notes: To disconnect the current associated BSS * Command Mode @@ -141,15 +132,6 @@ struct disconnect_parm { }; /* - * Caller Mode: AP, Ad-HoC(M) - * Notes: To create a BSS - * Command Mode - */ -struct createbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: AP, Ad-HoC, Infra * Notes: To set the NIC mode of RTL8711 * Command Mode -- 2.4.6 From: Joshua Clayton <stillcompiling@xxxxxxxxx> To: Larry Finger <Larry.Finger@xxxxxxxxxxxx>, Florian Schilhabel <florian.c.schilhabel@xxxxxxxxxxxxxx>, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>, Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx>, Nitin Kuppelur <nitinkuppelur@xxxxxxxxx>, Joshua Clayton <stillcompiling@xxxxxxxxx>, Vaishali Thakkar <vthakkar1994@xxxxxxxxx>, Tapasweni Pathak <tapaswenipathak@xxxxxxxxx>, Daniel Baluta <daniel.baluta@xxxxxxxxx>, Melike Yurtoglu <aysemelikeyurtoglu@xxxxxxxxx>, Max Perepelitsyn <mperepelitsyn@xxxxxxxxx>, Aya Mahfouz <mahfouz.saif.elyazal@xxxxxxxxx>, Cristina Opriceana <cristina.opriceana@xxxxxxxxx>, Dogukan Ergun <dogukan.ergun@xxxxxxxxx>, Julia Lawall <Julia.Lawall@xxxxxxx>, Dan Carpenter <dan.carpenter@xxxxxxxxxx>, Haneen Mohammed <hamohammed.sa@xxxxxxxxx>, Rickard Strandqvist <rickard_strandqvist@xxxxxxxxxxxxxxxxxx> Cc: devel@xxxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx Subject: [PATCH V3 4/8] staging: rtl8712: removed unused wrapper structs Date: Mon, 27 Jul 2015 21:41:13 -0700 Message-Id: <75dcdd4644344c7c4f0ccabf8a0e28bce7974349.1438057939.git.stillcompiling@xxxxxxxxx> X-Mailer: git-send-email 2.4.6 In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> Remove wrapper structs that just wrap struct ndis_wlan_bssid_ex, and are unused. Signed-off-by: Joshua Clayton <stillcompiling@xxxxxxxxx> --- drivers/staging/rtl8712/rtl871x_cmd.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_cmd.h b/drivers/staging/rtl8712/rtl871x_cmd.h index cb8225b..818cd88 100644 --- a/drivers/staging/rtl8712/rtl871x_cmd.h +++ b/drivers/staging/rtl8712/rtl871x_cmd.h @@ -123,15 +123,6 @@ struct usb_suspend_parm { }; /* - * Caller Mode: Infra, Ad-Hoc - * Notes: To join the specified bss - * Command Event Mode - */ -struct joinbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: Infra, Ad-HoC(C) * Notes: To disconnect the current associated BSS * Command Mode @@ -141,15 +132,6 @@ struct disconnect_parm { }; /* - * Caller Mode: AP, Ad-HoC(M) - * Notes: To create a BSS - * Command Mode - */ -struct createbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: AP, Ad-HoC, Infra * Notes: To set the NIC mode of RTL8711 * Command Mode -- 2.4.6 From: Joshua Clayton <stillcompiling@xxxxxxxxx> To: Larry Finger <Larry.Finger@xxxxxxxxxxxx>, Florian Schilhabel <florian.c.schilhabel@xxxxxxxxxxxxxx>, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>, Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx>, Nitin Kuppelur <nitinkuppelur@xxxxxxxxx>, Joshua Clayton <stillcompiling@xxxxxxxxx>, Vaishali Thakkar <vthakkar1994@xxxxxxxxx>, Tapasweni Pathak <tapaswenipathak@xxxxxxxxx>, Daniel Baluta <daniel.baluta@xxxxxxxxx>, Melike Yurtoglu <aysemelikeyurtoglu@xxxxxxxxx>, Max Perepelitsyn <mperepelitsyn@xxxxxxxxx>, Aya Mahfouz <mahfouz.saif.elyazal@xxxxxxxxx>, Cristina Opriceana <cristina.opriceana@xxxxxxxxx>, Dogukan Ergun <dogukan.ergun@xxxxxxxxx>, Julia Lawall <Julia.Lawall@xxxxxxx>, Dan Carpenter <dan.carpenter@xxxxxxxxxx>, Haneen Mohammed <hamohammed.sa@xxxxxxxxx>, Rickard Strandqvist <rickard_strandqvist@xxxxxxxxxxxxxxxxxx> Cc: devel@xxxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx Subject: [PATCH V3 4/8] staging: rtl8712: removed unused wrapper structs Date: Mon, 27 Jul 2015 21:41:13 -0700 Message-Id: <75dcdd4644344c7c4f0ccabf8a0e28bce7974349.1438057939.git.stillcompiling@xxxxxxxxx> X-Mailer: git-send-email 2.4.6 In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> Remove wrapper structs that just wrap struct ndis_wlan_bssid_ex, and are unused. Signed-off-by: Joshua Clayton <stillcompiling@xxxxxxxxx> --- drivers/staging/rtl8712/rtl871x_cmd.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_cmd.h b/drivers/staging/rtl8712/rtl871x_cmd.h index cb8225b..818cd88 100644 --- a/drivers/staging/rtl8712/rtl871x_cmd.h +++ b/drivers/staging/rtl8712/rtl871x_cmd.h @@ -123,15 +123,6 @@ struct usb_suspend_parm { }; /* - * Caller Mode: Infra, Ad-Hoc - * Notes: To join the specified bss - * Command Event Mode - */ -struct joinbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: Infra, Ad-HoC(C) * Notes: To disconnect the current associated BSS * Command Mode @@ -141,15 +132,6 @@ struct disconnect_parm { }; /* - * Caller Mode: AP, Ad-HoC(M) - * Notes: To create a BSS - * Command Mode - */ -struct createbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: AP, Ad-HoC, Infra * Notes: To set the NIC mode of RTL8711 * Command Mode -- 2.4.6 From: Joshua Clayton <stillcompiling@xxxxxxxxx> To: Larry Finger <Larry.Finger@xxxxxxxxxxxx>, Florian Schilhabel <florian.c.schilhabel@xxxxxxxxxxxxxx>, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>, Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx>, Nitin Kuppelur <nitinkuppelur@xxxxxxxxx>, Joshua Clayton <stillcompiling@xxxxxxxxx>, Vaishali Thakkar <vthakkar1994@xxxxxxxxx>, Tapasweni Pathak <tapaswenipathak@xxxxxxxxx>, Daniel Baluta <daniel.baluta@xxxxxxxxx>, Melike Yurtoglu <aysemelikeyurtoglu@xxxxxxxxx>, Max Perepelitsyn <mperepelitsyn@xxxxxxxxx>, Aya Mahfouz <mahfouz.saif.elyazal@xxxxxxxxx>, Cristina Opriceana <cristina.opriceana@xxxxxxxxx>, Dogukan Ergun <dogukan.ergun@xxxxxxxxx>, Julia Lawall <Julia.Lawall@xxxxxxx>, Dan Carpenter <dan.carpenter@xxxxxxxxxx>, Haneen Mohammed <hamohammed.sa@xxxxxxxxx>, Rickard Strandqvist <rickard_strandqvist@xxxxxxxxxxxxxxxxxx> Cc: devel@xxxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx Subject: [PATCH V3 4/8] staging: rtl8712: removed unused wrapper structs Date: Mon, 27 Jul 2015 21:41:13 -0700 Message-Id: <75dcdd4644344c7c4f0ccabf8a0e28bce7974349.1438057939.git.stillcompiling@xxxxxxxxx> X-Mailer: git-send-email 2.4.6 In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> Remove wrapper structs that just wrap struct ndis_wlan_bssid_ex, and are unused. Signed-off-by: Joshua Clayton <stillcompiling@xxxxxxxxx> --- drivers/staging/rtl8712/rtl871x_cmd.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_cmd.h b/drivers/staging/rtl8712/rtl871x_cmd.h index cb8225b..818cd88 100644 --- a/drivers/staging/rtl8712/rtl871x_cmd.h +++ b/drivers/staging/rtl8712/rtl871x_cmd.h @@ -123,15 +123,6 @@ struct usb_suspend_parm { }; /* - * Caller Mode: Infra, Ad-Hoc - * Notes: To join the specified bss - * Command Event Mode - */ -struct joinbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: Infra, Ad-HoC(C) * Notes: To disconnect the current associated BSS * Command Mode @@ -141,15 +132,6 @@ struct disconnect_parm { }; /* - * Caller Mode: AP, Ad-HoC(M) - * Notes: To create a BSS - * Command Mode - */ -struct createbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: AP, Ad-HoC, Infra * Notes: To set the NIC mode of RTL8711 * Command Mode -- 2.4.6 From: Joshua Clayton <stillcompiling@xxxxxxxxx> To: Larry Finger <Larry.Finger@xxxxxxxxxxxx>, Florian Schilhabel <florian.c.schilhabel@xxxxxxxxxxxxxx>, Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>, Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx>, Nitin Kuppelur <nitinkuppelur@xxxxxxxxx>, Joshua Clayton <stillcompiling@xxxxxxxxx>, Vaishali Thakkar <vthakkar1994@xxxxxxxxx>, Tapasweni Pathak <tapaswenipathak@xxxxxxxxx>, Daniel Baluta <daniel.baluta@xxxxxxxxx>, Melike Yurtoglu <aysemelikeyurtoglu@xxxxxxxxx>, Max Perepelitsyn <mperepelitsyn@xxxxxxxxx>, Aya Mahfouz <mahfouz.saif.elyazal@xxxxxxxxx>, Cristina Opriceana <cristina.opriceana@xxxxxxxxx>, Dogukan Ergun <dogukan.ergun@xxxxxxxxx>, Julia Lawall <Julia.Lawall@xxxxxxx>, Dan Carpenter <dan.carpenter@xxxxxxxxxx>, Haneen Mohammed <hamohammed.sa@xxxxxxxxx>, Rickard Strandqvist <rickard_strandqvist@xxxxxxxxxxxxxxxxxx> Cc: devel@xxxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx Subject: [PATCH V3 4/8] staging: rtl8712: removed unused wrapper structs Date: Mon, 27 Jul 2015 21:41:13 -0700 Message-Id: <75dcdd4644344c7c4f0ccabf8a0e28bce7974349.1438057939.git.stillcompiling@xxxxxxxxx> X-Mailer: git-send-email 2.4.6 In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> In-Reply-To: <cover.1438057939.git.stillcompiling@xxxxxxxxx> References: <cover.1438057939.git.stillcompiling@xxxxxxxxx> Remove wrapper structs that just wrap struct ndis_wlan_bssid_ex, and are unused. Signed-off-by: Joshua Clayton <stillcompiling@xxxxxxxxx> --- drivers/staging/rtl8712/rtl871x_cmd.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/drivers/staging/rtl8712/rtl871x_cmd.h b/drivers/staging/rtl8712/rtl871x_cmd.h index cb8225b..818cd88 100644 --- a/drivers/staging/rtl8712/rtl871x_cmd.h +++ b/drivers/staging/rtl8712/rtl871x_cmd.h @@ -123,15 +123,6 @@ struct usb_suspend_parm { }; /* - * Caller Mode: Infra, Ad-Hoc - * Notes: To join the specified bss - * Command Event Mode - */ -struct joinbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: Infra, Ad-HoC(C) * Notes: To disconnect the current associated BSS * Command Mode @@ -141,15 +132,6 @@ struct disconnect_parm { }; /* - * Caller Mode: AP, Ad-HoC(M) - * Notes: To create a BSS - * Command Mode - */ -struct createbss_parm { - struct ndis_wlan_bssid_ex network; -}; - -/* * Caller Mode: AP, Ad-HoC, Infra * Notes: To set the NIC mode of RTL8711 * Command Mode -- 2.4.6 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel