summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8712/rtl871x_event.h
diff options
context:
space:
mode:
authorJoshua Clayton <stillcompiling@gmail.com>2015-08-06 00:17:18 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-08-07 22:14:03 (GMT)
commit44367877c6c5048ac352c529c63ce0698c1ddd5c (patch)
tree9dfefe777e92db42639fd0463e0409ccc3c8965b /drivers/staging/rtl8712/rtl871x_event.h
parentebe92393cac834c89c774f93d92c8118b69e6016 (diff)
downloadlinux-44367877c6c5048ac352c529c63ce0698c1ddd5c.tar.xz
staging: rtl8712: remove duplicate struct
struct ndis_wlan_bssid_ex is a doppelganger of struct wlan_bssid_ex, and is used about a third as often. Switch all instances to wlan_bssid_ex, and remove ndis_wlan_bssid_ex This also gets rid of a use of typedef NDIS_802_11_RATES_EX Signed-off-by: Joshua Clayton <stillcompiling@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8712/rtl871x_event.h')
-rw-r--r--drivers/staging/rtl8712/rtl871x_event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8712/rtl871x_event.h b/drivers/staging/rtl8712/rtl871x_event.h
index e03ee90..697c8d7 100644
--- a/drivers/staging/rtl8712/rtl871x_event.h
+++ b/drivers/staging/rtl8712/rtl871x_event.h
@@ -36,7 +36,7 @@
* Used to report a bss has been scanned
*/
struct survey_event {
- struct ndis_wlan_bssid_ex bss;
+ struct wlan_bssid_ex bss;
};
/*