Commit 86534a29 authored by Mateusz Kulikowski's avatar Mateusz Kulikowski Committed by Greg Kroah-Hartman
Browse files

staging: rtl8192e: Rename rtl8192_GetHalfNmodeSupportByAPs



Use naming schema found in other rtlwifi devices.
Rename rtl8192_GetHalfNmodeSupportByAPs to rtl92e_is_halfn_supported_by_ap.

Signed-off-by: default avatarMateusz Kulikowski <mateusz.kulikowski@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b095be37
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2378,7 +2378,7 @@ bool rtl8192_GetNmodeSupportBySecCfg(struct net_device *dev)
	}
}

bool rtl8192_GetHalfNmodeSupportByAPs(struct net_device *dev)
bool rtl92e_is_halfn_supported_by_ap(struct net_device *dev)
{
	bool Reval;
	struct r8192_priv *priv = rtllib_priv(dev);
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@

#include "r8190P_def.h"

bool rtl8192_GetHalfNmodeSupportByAPs(struct net_device *dev);
bool rtl92e_is_halfn_supported_by_ap(struct net_device *dev);
bool rtl8192_GetNmodeSupportBySecCfg(struct net_device *dev);
bool rtl8192_HalTxCheckStuck(struct net_device *dev);
bool rtl8192_HalRxCheckStuck(struct net_device *dev);
+1 −1
Original line number Diff line number Diff line
@@ -888,7 +888,7 @@ static void rtl8192_init_priv_handler(struct net_device *dev)

	priv->rtllib->GetNmodeSupportBySecCfg = rtl8192_GetNmodeSupportBySecCfg;
	priv->rtllib->GetHalfNmodeSupportByAPsHandler =
					 rtl8192_GetHalfNmodeSupportByAPs;
						rtl92e_is_halfn_supported_by_ap;

	priv->rtllib->SetHwRegHandler = rtl92e_set_reg;
	priv->rtllib->AllowAllDestAddrHandler = rtl92e_set_monitor_mode;