|
| | MODULE_DEVICE_TABLE (pci, rtl8192_pci_id_tbl) |
| |
| void | write_nic_io_byte (struct net_device *dev, int x, u8 y) |
| |
| void | write_nic_io_word (struct net_device *dev, int x, u16 y) |
| |
| void | write_nic_io_dword (struct net_device *dev, int x, u32 y) |
| |
| u8 | read_nic_io_byte (struct net_device *dev, int x) |
| |
| u16 | read_nic_io_word (struct net_device *dev, int x) |
| |
| u32 | read_nic_io_dword (struct net_device *dev, int x) |
| |
| u8 | read_nic_byte (struct net_device *dev, int x) |
| |
| u32 | read_nic_dword (struct net_device *dev, int x) |
| |
| u16 | read_nic_word (struct net_device *dev, int x) |
| |
| void | write_nic_byte (struct net_device *dev, int x, u8 y) |
| |
| void | write_nic_dword (struct net_device *dev, int x, u32 y) |
| |
| void | write_nic_word (struct net_device *dev, int x, u16 y) |
| |
| bool | MgntActSet_RF_State (struct net_device *dev, enum rt_rf_power_state StateToSet, RT_RF_CHANGE_SOURCE ChangeSource, bool ProtectOrNot) |
| |
| void | rtl8192_tx_timeout (struct net_device *dev) |
| |
| void | rtl8192_irq_enable (struct net_device *dev) |
| |
| void | rtl8192_irq_disable (struct net_device *dev) |
| |
| void | rtl8192_set_chan (struct net_device *dev, short ch) |
| |
| void | rtl8192_update_cap (struct net_device *dev, u16 cap) |
| |
| void | rtl8192_config_rate (struct net_device *dev, u16 *rate_config) |
| |
| void | rtl8192_SetWirelessMode (struct net_device *dev, u8 wireless_mode) |
| |
| short | rtl8192_is_tx_queue_empty (struct net_device *dev) |
| |
| void | rtl819x_watchdog_wqcallback (void *data) |
| |
| void | watch_dog_timer_callback (unsigned long data) |
| |
| void | rtl8192_rx_enable (struct net_device *dev) |
| |
| void | rtl8192_tx_enable (struct net_device *dev) |
| |
| void | rtl8192_data_hard_stop (struct net_device *dev) |
| |
| void | rtl8192_data_hard_resume (struct net_device *dev) |
| |
| void | rtl8192_hard_data_xmit (struct sk_buff *skb, struct net_device *dev, int rate) |
| |
| int | rtl8192_hard_start_xmit (struct sk_buff *skb, struct net_device *dev) |
| |
| void | rtl8192_tx_cmd (struct net_device *dev, struct sk_buff *skb) |
| |
| short | rtl8192_tx (struct net_device *dev, struct sk_buff *skb) |
| |
| short | rtl8192_pci_initdescring (struct net_device *dev) |
| |
| void | rtl8192_pci_resetdescring (struct net_device *dev) |
| |
| void | rtl819x_UpdateRxPktTimeStamp (struct net_device *dev, struct rtllib_rx_stats *stats) |
| |
| long | rtl819x_translate_todbm (struct r8192_priv *priv, u8 signal_strength_index) |
| |
| void | rtl819x_update_rxsignalstatistics8190pci (struct r8192_priv *priv, struct rtllib_rx_stats *pprevious_stats) |
| |
| void | rtl819x_process_cck_rxpathsel (struct r8192_priv *priv, struct rtllib_rx_stats *pprevious_stats) |
| |
| u8 | rtl819x_query_rxpwrpercentage (char antpower) |
| |
| u8 | rtl819x_evm_dbtopercentage (char value) |
| |
| void | rtl8192_record_rxdesc_forlateruse (struct rtllib_rx_stats *psrc_stats, struct rtllib_rx_stats *ptarget_stats) |
| |
| void | rtl8192_irq_tx_tasklet (struct r8192_priv *priv) |
| |
| void | rtl8192_irq_rx_tasklet (struct r8192_priv *priv) |
| |
| void | rtl8192_cancel_deferred_work (struct r8192_priv *priv) |
| |
| int | _rtl8192_up (struct net_device *dev, bool is_silent_reset) |
| |
| int | rtl8192_up (struct net_device *dev) |
| |
| int | rtl8192_down (struct net_device *dev, bool shutdownrf) |
| |
| void | rtl8192_commit (struct net_device *dev) |
| |
| void | rtl8192_restart (void *data) |
| |
| irqreturn_type | rtl8192_interrupt (int irq, void *netdev, struct pt_regs *regs) |
| |
| bool | NicIFEnableNIC (struct net_device *dev) |
| |
| bool | NicIFDisableNIC (struct net_device *dev) |
| |
| void | check_rfctrl_gpio_timer (unsigned long data) |
| |
| | module_init (rtl8192_pci_module_init) |
| |
| | module_exit (rtl8192_pci_module_exit) |
| |
| | MODULE_DESCRIPTION ("Linux driver for Realtek RTL819x WiFi cards") |
| |
| | MODULE_AUTHOR (DRV_COPYRIGHT" "DRV_AUTHOR) |
| |
| | MODULE_VERSION (DRV_VERSION) |
| |
| | MODULE_LICENSE ("GPL") |
| |
| | MODULE_FIRMWARE (RTL8192E_BOOT_IMG_FW) |
| |
| | MODULE_FIRMWARE (RTL8192E_MAIN_IMG_FW) |
| |
| | MODULE_FIRMWARE (RTL8192E_DATA_IMG_FW) |
| |
| | module_param (ifname, charp, S_IRUGO|S_IWUSR) |
| |
| | module_param (hwwep, int, S_IRUGO|S_IWUSR) |
| |
| | module_param (channels, int, S_IRUGO|S_IWUSR) |
| |
| | MODULE_PARM_DESC (ifname," Net interface name, wlan%d=default") |
| |
| | MODULE_PARM_DESC (hwwep," Try to use hardware WEP support(default use hw. set 0 to use software security)") |
| |
| | MODULE_PARM_DESC (channels," Channel bitmask for specific locales. NYI") |
| |