Commit 24bee78a authored by Mateusz Kulikowski's avatar Mateusz Kulikowski Committed by Greg Kroah-Hartman
Browse files

staging: rtl8192e: Rename rtl8192_qos_association_resp



Use naming schema found in other rtlwifi devices.
Rename rtl8192_qos_association_resp to _rtl92e_qos_assoc_resp.

Signed-off-by: default avatarMateusz Kulikowski <mateusz.kulikowski@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ae1fe0db
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -474,7 +474,7 @@ static int rtl8192_handle_beacon(struct net_device *dev,

}

static int rtl8192_qos_association_resp(struct r8192_priv *priv,
static int _rtl92e_qos_assoc_resp(struct r8192_priv *priv,
				  struct rtllib_network *network)
{
	unsigned long flags;
@@ -527,7 +527,7 @@ static int rtl8192_handle_assoc_response(struct net_device *dev,
{
	struct r8192_priv *priv = rtllib_priv(dev);

	rtl8192_qos_association_resp(priv, network);
	_rtl92e_qos_assoc_resp(priv, network);
	return 0;
}