From: Malcolm Priestley Date: Sat, 31 May 2014 10:50:46 +0000 (+0100) Subject: staging: vt6656: rename MACvDisableProtectMD to vnt_mac_disable_protect_mode X-Git-Tag: cleanup-for-v3.18~125^2~1753 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83a0ee45f5e5405893192aa1d206ddd29fa25478;p=pandora-kernel.git staging: vt6656: rename MACvDisableProtectMD to vnt_mac_disable_protect_mode Signed-off-by: Malcolm Priestley Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/vt6656/bssdb.c b/drivers/staging/vt6656/bssdb.c index e335a4db83d0..093b583eab0a 100644 --- a/drivers/staging/vt6656/bssdb.c +++ b/drivers/staging/vt6656/bssdb.c @@ -950,7 +950,7 @@ void BSSvSecondCallBack(struct work_struct *work) pDevice->bProtectMode = true; } } else if (pDevice->bProtectMode) { - MACvDisableProtectMD(pDevice); + vnt_mac_disable_protect_mode(pDevice); pDevice->bProtectMode = false; } /* on/off short slot time */ Reading git-diff-tree failed