Searched refs:CCK_TABLE_SIZE (Results 1 - 5 of 5) sorted by relevance

/drivers/net/wireless/rtlwifi/rtl8192c/
H A Ddm_common.h45 #define CCK_TABLE_SIZE 33 macro
H A Ddm_common.c92 static const u8 cckswing_table_ch1ch13[CCK_TABLE_SIZE][8] = {
128 static const u8 cckswing_table_ch14[CCK_TABLE_SIZE][8] = {
904 if (cck_index > CCK_TABLE_SIZE - 1)
905 cck_index = CCK_TABLE_SIZE - 1;
/drivers/net/wireless/rtlwifi/rtl8192ce/
H A Ddm.h40 #define CCK_TABLE_SIZE 33 macro
/drivers/net/wireless/rtlwifi/rtl8192de/
H A Ddm.h40 #define CCK_TABLE_SIZE 33 macro
H A Ddm.c88 static const u8 cckswing_table_ch1ch13[CCK_TABLE_SIZE][8] = {
124 static const u8 cckswing_table_ch14[CCK_TABLE_SIZE][8] = {
1043 if (cck_index > CCK_TABLE_SIZE - 1) {
1044 cck_index = CCK_TABLE_SIZE - 1;

Completed in 54 milliseconds