staging: vt6656: rename MACvEnableProtectMD to vnt_mac_enable_protect_mode
authorMalcolm Priestley <tvboxspy@gmail.com>
Sat, 31 May 2014 10:50:45 +0000 (11:50 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Jun 2014 22:57:38 +0000 (15:57 -0700)
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/bssdb.c
drivers/staging/vt6656/mac.c
drivers/staging/vt6656/mac.h
drivers/staging/vt6656/wmgr.c

index fd7ed1d..e335a4d 100644 (file)
@@ -946,7 +946,7 @@ void BSSvSecondCallBack(struct work_struct *work)
                /* on/off protect mode */
                if (WLAN_GET_ERP_USE_PROTECTION(pDevice->byERPFlag)) {
                        if (!pDevice->bProtectMode) {
-                               MACvEnableProtectMD(pDevice);
+                               vnt_mac_enable_protect_mode(pDevice);
                                pDevice->bProtectMode = true;
                        }
                } else if (pDevice->bProtectMode) {
Simple merge
Simple merge
Simple merge