mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 10:11:52 -04:00
staging: rtl8192e: Rename rtl8192_net_update
Use naming schema found in other rtlwifi devices. Rename rtl8192_net_update to _rtl92e_net_update. Signed-off-by: Mateusz Kulikowski <mateusz.kulikowski@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
e77891b35c
commit
479e2b8ca8
@@ -955,7 +955,7 @@ bool rtl92e_start_adapter(struct net_device *dev)
|
||||
return rtStatus;
|
||||
}
|
||||
|
||||
static void rtl8192_net_update(struct net_device *dev)
|
||||
static void _rtl92e_net_update(struct net_device *dev)
|
||||
{
|
||||
|
||||
struct r8192_priv *priv = rtllib_priv(dev);
|
||||
@@ -993,7 +993,7 @@ void rtl92e_link_change(struct net_device *dev)
|
||||
return;
|
||||
|
||||
if (ieee->state == RTLLIB_LINKED) {
|
||||
rtl8192_net_update(dev);
|
||||
_rtl92e_net_update(dev);
|
||||
priv->ops->update_ratr_table(dev);
|
||||
if ((KEY_TYPE_WEP40 == ieee->pairwise_key_type) ||
|
||||
(KEY_TYPE_WEP104 == ieee->pairwise_key_type))
|
||||
|
||||
Reference in New Issue
Block a user