staging: rtl8192e: Rename rtl8192_prepare_beacon
Use naming schema found in other rtlwifi devices. Rename rtl8192_prepare_beacon to _rtl92e_prepare_beacon. Signed-off-by: Mateusz Kulikowski <mateusz.kulikowski@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
87602255ef
commit
e009a8496e
@ -531,7 +531,7 @@ static int rtl8192_handle_assoc_response(struct net_device *dev,
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void rtl8192_prepare_beacon(struct r8192_priv *priv)
|
static void _rtl92e_prepare_beacon(struct r8192_priv *priv)
|
||||||
{
|
{
|
||||||
struct net_device *dev = priv->rtllib->dev;
|
struct net_device *dev = priv->rtllib->dev;
|
||||||
struct sk_buff *pskb = NULL, *pnewskb = NULL;
|
struct sk_buff *pskb = NULL, *pnewskb = NULL;
|
||||||
@ -1030,7 +1030,7 @@ static void _rtl92e_init_priv_task(struct net_device *dev)
|
|||||||
(void(*)(unsigned long))_rtl92e_irq_tx_tasklet,
|
(void(*)(unsigned long))_rtl92e_irq_tx_tasklet,
|
||||||
(unsigned long)priv);
|
(unsigned long)priv);
|
||||||
tasklet_init(&priv->irq_prepare_beacon_tasklet,
|
tasklet_init(&priv->irq_prepare_beacon_tasklet,
|
||||||
(void(*)(unsigned long))rtl8192_prepare_beacon,
|
(void(*)(unsigned long))_rtl92e_prepare_beacon,
|
||||||
(unsigned long)priv);
|
(unsigned long)priv);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user