summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8712/rtl871x_mp_ioctl.c
diff options
context:
space:
mode:
authorJoshua Clayton <stillcompiling@gmail.com>2015-08-05 17:17:19 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-08-07 15:14:03 -0700
commit986fc8e7410d65fe5adfee787ce14d56f72b4c4c (patch)
tree6cf865561f91acbd30b31c9946e251b931e473dd /drivers/staging/rtl8712/rtl871x_mp_ioctl.c
parent44367877c6c5048ac352c529c63ce0698c1ddd5c (diff)
downloadop-kernel-dev-986fc8e7410d65fe5adfee787ce14d56f72b4c4c.zip
op-kernel-dev-986fc8e7410d65fe5adfee787ce14d56f72b4c4c.tar.gz
staging: rtl8712: rename function
Rename r8712_get_ndis_wlan_bssid_ex_sz() to r8712_get_wlan_bssid_ex_sz(), which corresponds to the struct whose size it measures. Signed-off-by: Joshua Clayton <stillcompiling@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8712/rtl871x_mp_ioctl.c')
-rw-r--r--drivers/staging/rtl8712/rtl871x_mp_ioctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8712/rtl871x_mp_ioctl.c b/drivers/staging/rtl8712/rtl871x_mp_ioctl.c
index c77b63a..77f01bf 100644
--- a/drivers/staging/rtl8712/rtl871x_mp_ioctl.c
+++ b/drivers/staging/rtl8712/rtl871x_mp_ioctl.c
@@ -174,7 +174,7 @@ static int mp_start_test(struct _adapter *padapter)
bssid.InfrastructureMode = Ndis802_11IBSS;
bssid.NetworkTypeInUse = Ndis802_11DS;
bssid.IELength = 0;
- length = r8712_get_ndis_wlan_bssid_ex_sz(&bssid);
+ length = r8712_get_wlan_bssid_ex_sz(&bssid);
if (length % 4) {
/*round up to multiple of 4 bytes.*/
bssid.Length = ((length >> 2) + 1) << 2;
OpenPOWER on IntegriCloud