From: Joshua Clayton Date: Thu, 6 Aug 2015 00:17:18 +0000 (-0700) Subject: staging: rtl8712: remove duplicate struct X-Git-Tag: omap-for-v4.3/fixes-merge-window~44^2~164 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44367877c6c5048ac352c529c63ce0698c1ddd5c;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed