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

staging: rtl8192e: Rename rtl8192_qos_handle_probe_response



Use naming schema found in other rtlwifi devices.
Rename rtl8192_qos_handle_probe_response to
_rtl92e_qos_handle_probe_response.

Signed-off-by: default avatarMateusz Kulikowski <mateusz.kulikowski@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 24bee78a
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -416,7 +416,7 @@ static void _rtl92e_qos_activate(void *data)
	mutex_unlock(&priv->mutex);
}

static int rtl8192_qos_handle_probe_response(struct r8192_priv *priv,
static int _rtl92e_qos_handle_probe_response(struct r8192_priv *priv,
					     int active_network,
					     struct rtllib_network *network)
{
@@ -467,7 +467,7 @@ static int rtl8192_handle_beacon(struct net_device *dev,
{
	struct r8192_priv *priv = rtllib_priv(dev);

	rtl8192_qos_handle_probe_response(priv, 1, network);
	_rtl92e_qos_handle_probe_response(priv, 1, network);

	queue_delayed_work_rsl(priv->priv_wq, &priv->update_beacon_wq, 0);
	return 0;