Linux Kernel
3.7.1
|
Go to the source code of this file.
Variables | |
u8 | MCS_FILTER_ALL [16] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x1f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00} |
u8 | MCS_FILTER_1SS [16] = {0xff, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00} |
u16 | MCS_DATA_RATE [2][2][77] |
EXPORT_SYMBOL | ( | HTUpdateSelfAndPeerSetting | ) |
u8 HT_PickMCSRate | ( | struct ieee80211_device * | ieee, |
u8 * | pOperateMCS | ||
) |
Definition at line 795 of file rtl819x_HTProc.c.
u8 HTCCheck | ( | struct ieee80211_device * | ieee, |
u8 * | pFrame | ||
) |
Definition at line 1373 of file rtl819x_HTProc.c.
void HTConstructCapabilityElement | ( | struct ieee80211_device * | ieee, |
u8 * | posHTCap, | ||
u8 * | len, | ||
u8 | IsEncrypt | ||
) |
Definition at line 550 of file rtl819x_HTProc.c.
void HTConstructInfoElement | ( | struct ieee80211_device * | ieee, |
u8 * | posHTInfo, | ||
u8 * | len, | ||
u8 | IsEncrypt | ||
) |
Definition at line 669 of file rtl819x_HTProc.c.
void HTConstructRT2RTAggElement | ( | struct ieee80211_device * | ieee, |
u8 * | posRT2RTAgg, | ||
u8 * | len | ||
) |
Definition at line 741 of file rtl819x_HTProc.c.
Definition at line 124 of file rtl819x_HTProc.c.
Definition at line 161 of file rtl819x_HTProc.c.
u8 HTFilterMCSRate | ( | struct ieee80211_device * | ieee, |
u8 * | pSupportMCS, | ||
u8 * | pOperateMCS | ||
) |
Definition at line 910 of file rtl819x_HTProc.c.
u8 HTGetHighestMCSRate | ( | struct ieee80211_device * | ieee, |
u8 * | pMCSRateSet, | ||
u8 * | pMCSFilter | ||
) |
Definition at line 858 of file rtl819x_HTProc.c.
u16 HTHalfMcsToDataRate | ( | struct ieee80211_device * | ieee, |
u8 | nMcsRate | ||
) |
Definition at line 268 of file rtl819x_HTProc.c.
Definition at line 1195 of file rtl819x_HTProc.c.
void HTInitializeHTInfo | ( | struct ieee80211_device * | ieee | ) |
Definition at line 1127 of file rtl819x_HTProc.c.
Definition at line 518 of file rtl819x_HTProc.c.
u8 HTIOTActIsDisableEDCATurbo | ( | struct ieee80211_device * | ieee, |
u8 * | PeerMacAddr | ||
) |
Definition at line 489 of file rtl819x_HTProc.c.
u8 HTIOTActIsDisableMCS14 | ( | struct ieee80211_device * | ieee, |
u8 * | PeerMacAddr | ||
) |
Definition at line 416 of file rtl819x_HTProc.c.
bool HTIOTActIsDisableMCS15 | ( | struct ieee80211_device * | ieee | ) |
Function: HTIOTActIsDisableMCS15
Overview: Check whether driver should declare capability of receiving MCS15
Input: PADAPTER Adapter,
Output: None Return: true if driver should disable MCS15 2008.04.15 Emily
Definition at line 435 of file rtl819x_HTProc.c.
bool HTIOTActIsDisableMCSTwoSpatialStream | ( | struct ieee80211_device * | ieee, |
u8 * | PeerMacAddr | ||
) |
Function: HTIOTActIsDisableMCSTwoSpatialStream
Overview: Check whether driver should declare capability of receiving All 2 ss packets
Input: PADAPTER Adapter,
Output: None Return: true if driver should disable all two spatial stream packet 2008.04.21 Emily
Definition at line 472 of file rtl819x_HTProc.c.
u8 HTIOTActIsMgntUseCCK6M | ( | struct ieee80211_network * | network | ) |
Definition at line 503 of file rtl819x_HTProc.c.
void HTIOTPeerDetermine | ( | struct ieee80211_device * | ieee | ) |
Definition at line 379 of file rtl819x_HTProc.c.
u16 HTMcsToDataRate | ( | struct ieee80211_device * | ieee, |
u8 | nMcsRate | ||
) |
Definition at line 281 of file rtl819x_HTProc.c.
void HTOnAssocRsp | ( | struct ieee80211_device * | ieee | ) |
Definition at line 941 of file rtl819x_HTProc.c.
void HTResetIOTSetting | ( | PRT_HIGH_THROUGHPUT | pHTInfo | ) |
Definition at line 531 of file rtl819x_HTProc.c.
void HTResetSelfAndSavePeerSetting | ( | struct ieee80211_device * | ieee, |
struct ieee80211_network * | pNetwork | ||
) |
Definition at line 1217 of file rtl819x_HTProc.c.
void HTSetConnectBwMode | ( | struct ieee80211_device * | ieee, |
HT_CHANNEL_WIDTH | Bandwidth, | ||
HT_EXTCHNL_OFFSET | Offset | ||
) |
Definition at line 1389 of file rtl819x_HTProc.c.
void HTSetConnectBwModeCallback | ( | struct ieee80211_device * | ieee | ) |
Definition at line 1438 of file rtl819x_HTProc.c.
void HTUpdateDefaultSetting | ( | struct ieee80211_device * | ieee | ) |
Definition at line 54 of file rtl819x_HTProc.c.
void HTUpdateSelfAndPeerSetting | ( | struct ieee80211_device * | ieee, |
struct ieee80211_network * | pNetwork | ||
) |
Definition at line 1300 of file rtl819x_HTProc.c.
void HTUseDefaultSetting | ( | struct ieee80211_device * | ieee | ) |
Definition at line 1320 of file rtl819x_HTProc.c.
bool IsHTHalfNmode40Bandwidth | ( | struct ieee80211_device * | ieee | ) |
Definition at line 222 of file rtl819x_HTProc.c.
bool IsHTHalfNmodeAPs | ( | struct ieee80211_device * | ieee | ) |
Definition at line 347 of file rtl819x_HTProc.c.
bool IsHTHalfNmodeSGI | ( | struct ieee80211_device * | ieee, |
bool | is40MHz | ||
) |
Definition at line 241 of file rtl819x_HTProc.c.
u16 TxCountToDataRate | ( | struct ieee80211_device * | ieee, |
u8 | nDataRate | ||
) |
Definition at line 300 of file rtl819x_HTProc.c.
u16 MCS_DATA_RATE[2][2][77] |
Definition at line 9 of file rtl819x_HTProc.c.
u8 MCS_FILTER_1SS[16] = {0xff, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00} |
Definition at line 7 of file rtl819x_HTProc.c.
u8 MCS_FILTER_ALL[16] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x1f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00} |
Definition at line 5 of file rtl819x_HTProc.c.