Commit 440379c5 authored by Mateusz Kulikowski's avatar Mateusz Kulikowski Committed by Greg Kroah-Hartman

staging: rtl8192e: Rename rtl8192_parse_pci_configuration

Use naming schema found in other rtlwifi devices.
Rename rtl8192_parse_pci_configuration to _rtl92e_parse_pci_configuration.
Signed-off-by: default avatarMateusz Kulikowski <mateusz.kulikowski@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a1252b09
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#include "rtl_pci.h" #include "rtl_pci.h"
#include "rtl_core.h" #include "rtl_core.h"
static void rtl8192_parse_pci_configuration(struct pci_dev *pdev, static void _rtl92e_parse_pci_configuration(struct pci_dev *pdev,
struct net_device *dev) struct net_device *dev)
{ {
struct r8192_priv *priv = (struct r8192_priv *)rtllib_priv(dev); struct r8192_priv *priv = (struct r8192_priv *)rtllib_priv(dev);
...@@ -92,7 +92,7 @@ bool rtl92e_check_adapter(struct pci_dev *pdev, struct net_device *dev) ...@@ -92,7 +92,7 @@ bool rtl92e_check_adapter(struct pci_dev *pdev, struct net_device *dev)
return false; return false;
} }
rtl8192_parse_pci_configuration(pdev, dev); _rtl92e_parse_pci_configuration(pdev, dev);
return true; return true;
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment