#include "wifi.h"
#include "rc.h"
#include "base.h"
#include "efuse.h"
#include "cam.h"
#include "ps.h"
#include "regd.h"
#include <linux/ip.h>
#include <linux/module.h>
Go to the source code of this file.
|
u8 | rtl_tid_to_ac (u8 tid) |
|
void | rtl_deinit_deferred_work (struct ieee80211_hw *hw) |
|
void | rtl_init_rfkill (struct ieee80211_hw *hw) |
|
| EXPORT_SYMBOL (rtl_init_rfkill) |
|
void | rtl_deinit_rfkill (struct ieee80211_hw *hw) |
|
int | rtl_init_core (struct ieee80211_hw *hw) |
|
void | rtl_deinit_core (struct ieee80211_hw *hw) |
|
void | rtl_init_rx_config (struct ieee80211_hw *hw) |
|
int | rtlwifi_rate_mapping (struct ieee80211_hw *hw, bool isht, u8 desc_rate, bool first_ampdu) |
|
| EXPORT_SYMBOL (rtlwifi_rate_mapping) |
|
void | rtl_get_tcb_desc (struct ieee80211_hw *hw, struct ieee80211_tx_info *info, struct ieee80211_sta *sta, struct sk_buff *skb, struct rtl_tcb_desc *tcb_desc) |
|
| EXPORT_SYMBOL (rtl_get_tcb_desc) |
|
bool | rtl_action_proc (struct ieee80211_hw *hw, struct sk_buff *skb, u8 is_tx) |
|
u8 | rtl_is_special_data (struct ieee80211_hw *hw, struct sk_buff *skb, u8 is_tx) |
|
int | rtl_tx_agg_start (struct ieee80211_hw *hw, struct ieee80211_sta *sta, u16 tid, u16 *ssn) |
|
int | rtl_tx_agg_stop (struct ieee80211_hw *hw, struct ieee80211_sta *sta, u16 tid) |
|
int | rtl_tx_agg_oper (struct ieee80211_hw *hw, struct ieee80211_sta *sta, u16 tid) |
|
void | rtl_watchdog_wq_callback (void *data) |
|
void | rtl_watch_dog_timer_callback (unsigned long data) |
|
u8 * | rtl_find_ie (u8 *data, unsigned int len, u8 ie) |
|
int | rtl_send_smps_action (struct ieee80211_hw *hw, struct ieee80211_sta *sta, u8 *da, u8 *bssid, enum ieee80211_smps_mode smps) |
|
void | rtl_recognize_peer (struct ieee80211_hw *hw, u8 *data, unsigned int len) |
|
| MODULE_AUTHOR ("lizhaoming <[email protected]>") |
|
| MODULE_AUTHOR ("Realtek WlanFAE <[email protected]>") |
|
| MODULE_AUTHOR ("Larry Finger <[email protected]>") |
|
| MODULE_LICENSE ("GPL") |
|
| MODULE_DESCRIPTION ("Realtek 802.11n PCI wireless core") |
|
| module_init (rtl_core_module_init) |
|
| module_exit (rtl_core_module_exit) |
|
MODULE_DESCRIPTION |
( |
"Realtek 802.11n PCI wireless core" |
| ) |
|
module_exit |
( |
rtl_core_module_exit |
| ) |
|
module_init |
( |
rtl_core_module_init |
| ) |
|
u8* rtl_find_ie |
( |
u8 * |
data, |
|
|
unsigned int |
len, |
|
|
u8 |
ie |
|
) |
| |
u8 rtl_tid_to_ac |
( |
u8 |
tid | ) |
|
void rtl_watch_dog_timer_callback |
( |
unsigned long |
data | ) |
|
void rtl_watchdog_wq_callback |
( |
void * |
data | ) |
|
Initial value:= {
.name = "rtlsysfs",
.attrs = rtl_sysfs_entries,
}
Definition at line 1555 of file base.c.