Re: [PATCH 3/5] staging: rtl8712: remove duplicate struct

2015-07-24 Thread Greg Kroah-Hartman
On Thu, Jul 23, 2015 at 09:57:50PM -0700, Joshua Clayton wrote: > struct ndis_wlan_bssid_ex is a dopelganger of > struct wlan_bssid_ex, and is used about a third as often > > Switch all instances to wlan_bssid_ex > > This also gets rid of a use of typedef NDIS_802_11_RATES_EX > > Signed-off-by:

Re: [PATCH 3/5] staging: rtl8712: remove duplicate struct

2015-07-24 Thread Dan Carpenter
On Fri, Jul 24, 2015 at 05:39:29AM -0700, Joshua Clayton wrote: > On Friday, July 24, 2015 02:02:56 PM Sudip Mukherjee wrote: > > On Thu, Jul 23, 2015 at 09:57:50PM -0700, Joshua Clayton wrote: > > > struct ndis_wlan_bssid_ex is a dopelganger of > > > struct wlan_bssid_ex, and is used about a third

Re: [PATCH 3/5] staging: rtl8712: remove duplicate struct

2015-07-24 Thread Joshua Clayton
chment >From c0adcc2aa0f82708e0f4594d9d9f9b63cfbdf39d Mon Sep 17 00:00:00 2001 From: Joshua Clayton Date: Thu, 23 Jul 2015 18:12:02 -0700 Subject: [PATCH 3/5] staging: rtl8712: remove duplicate struct struct ndis_wlan_bssid_ex is a dopelganger of struct wlan_bssid_ex, and is used about a thi

Re: [PATCH 3/5] staging: rtl8712: remove duplicate struct

2015-07-24 Thread Sudip Mukherjee
On Thu, Jul 23, 2015 at 09:57:50PM -0700, Joshua Clayton wrote: > struct ndis_wlan_bssid_ex is a dopelganger of > struct wlan_bssid_ex, and is used about a third as often > > Switch all instances to wlan_bssid_ex > > This also gets rid of a use of typedef NDIS_802_11_RATES_EX > > Signed-off-by:

[PATCH 3/5] staging: rtl8712: remove duplicate struct

2015-07-23 Thread Joshua Clayton
struct ndis_wlan_bssid_ex is a dopelganger of struct wlan_bssid_ex, and is used about a third as often Switch all instances to wlan_bssid_ex This also gets rid of a use of typedef NDIS_802_11_RATES_EX Signed-off-by: Joshua Clayton --- drivers/staging/rtl8712/rtl871x_cmd.c | 17 ++--