staging: rtl8192e: Rename rtl8192_rx_enable
Use naming schema found in other rtlwifi devices. Rename rtl8192_rx_enable to rtl92e_rx_enable. Signed-off-by: Mateusz Kulikowski <mateusz.kulikowski@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
e58701dae0
commit
630268b757
3 changed files with 3 additions and 3 deletions
|
@ -799,7 +799,7 @@ start:
|
|||
RSVD_FW_QUEUE_PAGE_PUB_SHIFT);
|
||||
|
||||
rtl8192_tx_enable(dev);
|
||||
rtl8192_rx_enable(dev);
|
||||
rtl92e_rx_enable(dev);
|
||||
ulRegRead = (0xFFF00000 & rtl92e_readl(dev, RRSR)) |
|
||||
RATE_ALL_OFDM_AG | RATE_ALL_CCK;
|
||||
write_nic_dword(dev, RRSR, ulRegRead);
|
||||
|
|
|
@ -1578,7 +1578,7 @@ static void watch_dog_timer_callback(unsigned long data)
|
|||
/****************************************************************************
|
||||
---------------------------- NIC TX/RX STUFF---------------------------
|
||||
*****************************************************************************/
|
||||
void rtl8192_rx_enable(struct net_device *dev)
|
||||
void rtl92e_rx_enable(struct net_device *dev)
|
||||
{
|
||||
struct r8192_priv *priv = (struct r8192_priv *)rtllib_priv(dev);
|
||||
|
||||
|
|
|
@ -587,7 +587,7 @@ void write_nic_dword(struct net_device *dev, int x, u32 y);
|
|||
|
||||
void force_pci_posting(struct net_device *dev);
|
||||
|
||||
void rtl8192_rx_enable(struct net_device *);
|
||||
void rtl92e_rx_enable(struct net_device *);
|
||||
void rtl8192_tx_enable(struct net_device *);
|
||||
|
||||
void rtl8192_hw_sleep_wq(void *data);
|
||||
|
|
Loading…
Add table
Reference in a new issue