| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/ |
| H A D | rtw_beamforming.c | 122 pEntry->LogSeq = 0; /*Modified by Jeffery @2014-10-29*/ in beamforming_add_entry() 1083 …DBG_871X("[%s] LogSeq=%d, PreLogSeq=%d\n", __func__, pBeamformEntry->LogSeq, pBeamformEntry->PreLo… in beamforming_get_ndpa_frame() 1089 …__func__, Sequence, pBeamformEntry->LogSeq, pBeamformEntry->PreLogSeq, pBeamformEntry->LogRetryCnt… in beamforming_get_ndpa_frame() 1091 if ((pBeamformEntry->LogSeq != 0) && (pBeamformEntry->PreLogSeq != 0)) { in beamforming_get_ndpa_frame() 1093 …if ((pBeamformEntry->LogSeq != Sequence) && (pBeamformEntry->PreLogSeq != pBeamformEntry->LogSeq))… in beamforming_get_ndpa_frame() 1115 pBeamformEntry->PreLogSeq = pBeamformEntry->LogSeq; in beamforming_get_ndpa_frame() 1116 pBeamformEntry->LogSeq = Sequence; in beamforming_get_ndpa_frame()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/ |
| H A D | rtw_beamforming.c | 116 pEntry->LogSeq = 0xff; in beamforming_add_entry() 288 if(pBeamformEntry->LogSeq != Sequence) in beamforming_get_ndpa_frame() 291 if(pBeamformEntry->LogSeq != 0xff && pBeamformEntry->LogRetryCnt == 0) in beamforming_get_ndpa_frame() 294 pBeamformEntry->LogSeq = Sequence; in beamforming_get_ndpa_frame() 306 … __FUNCTION__, pBeamformEntry->LogSeq, pBeamformEntry->LogRetryCnt, pBeamformEntry->LogSuccessCnt); in beamforming_get_ndpa_frame()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/phydm/txbf/ |
| H A D | haltxbfinterface.c | 1343 …__func__, pBeamformerEntry->LogSeq, pBeamformerEntry->PreLogSeq, pBeamformerEntry->LogRetryCnt, pB… 1351 …__func__, Sequence, pBeamformerEntry->LogSeq, pBeamformerEntry->PreLogSeq, pBeamformerEntry->LogRe… 1353 if ((pBeamformerEntry->LogSeq != 0) && (pBeamformerEntry->PreLogSeq != 0)) { 1355 …if ((pBeamformerEntry->LogSeq != Sequence) && (pBeamformerEntry->PreLogSeq != pBeamformerEntry->Lo… 1378 pBeamformerEntry->PreLogSeq = pBeamformerEntry->LogSeq; 1379 pBeamformerEntry->LogSeq = Sequence;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/phydm/txbf/ |
| H A D | haltxbfinterface.c | 1461 …__func__, pBeamformerEntry->LogSeq, pBeamformerEntry->PreLogSeq, pBeamformerEntry->LogRetryCnt, pB… 1469 …__func__, Sequence, pBeamformerEntry->LogSeq, pBeamformerEntry->PreLogSeq, pBeamformerEntry->LogRe… 1471 if ((pBeamformerEntry->LogSeq != 0) && (pBeamformerEntry->PreLogSeq != 0)) { 1473 …if ((pBeamformerEntry->LogSeq != Sequence) && (pBeamformerEntry->PreLogSeq != pBeamformerEntry->Lo… 1496 pBeamformerEntry->PreLogSeq = pBeamformerEntry->LogSeq; 1497 pBeamformerEntry->LogSeq = Sequence;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/ |
| H A D | rtw_beamforming.c | 769 pEntry->LogSeq = 0; /*Modified by Jeffery @2014-10-29*/ in beamforming_add_entry() 1733 …RTW_INFO("[%s] LogSeq=%d, PreLogSeq=%d\n", __func__, pBeamformEntry->LogSeq, pBeamformEntry->PreLo… in beamforming_get_ndpa_frame() 1739 …__func__, Sequence, pBeamformEntry->LogSeq, pBeamformEntry->PreLogSeq, pBeamformEntry->LogRetryCnt… in beamforming_get_ndpa_frame() 1741 if ((pBeamformEntry->LogSeq != 0) && (pBeamformEntry->PreLogSeq != 0)) { in beamforming_get_ndpa_frame() 1743 …if ((pBeamformEntry->LogSeq != Sequence) && (pBeamformEntry->PreLogSeq != pBeamformEntry->LogSeq))… in beamforming_get_ndpa_frame() 1765 pBeamformEntry->PreLogSeq = pBeamformEntry->LogSeq; in beamforming_get_ndpa_frame() 1766 pBeamformEntry->LogSeq = Sequence; in beamforming_get_ndpa_frame()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/ |
| H A D | rtw_beamforming.h | 92 u8 LogSeq; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/phydm/ |
| H A D | phydm_beamforming.c | 350 pEntry->LogSeq = 0xff; // Modified by Jeffery @2014-10-29 in Beamforming_AddBFerEntry() 743 if(pBeamformerEntry->LogSeq != Sequence){ in Beamforming_GetNDPAFrame() 745 if(pBeamformerEntry->LogSeq != 0xff && pBeamformerEntry->LogRetryCnt == 0) in Beamforming_GetNDPAFrame() 748 pBeamformerEntry->LogSeq = Sequence; in Beamforming_GetNDPAFrame() 749 pBeamformerEntry->PreLogSeq = pBeamformerEntry->LogSeq; in Beamforming_GetNDPAFrame() 752 …if ((pBeamformerEntry->LogSeq != Sequence) && (pBeamformerEntry->PreLogSeq != pBeamformerEntry->Lo… in Beamforming_GetNDPAFrame() 755 pBeamformerEntry->PreLogSeq = pBeamformerEntry->LogSeq; in Beamforming_GetNDPAFrame() 761 pBeamformerEntry->LogSeq, in Beamforming_GetNDPAFrame()
|
| H A D | phydm_beamforming.h | 106 u1Byte LogSeq; // Modified by Jeffery @2014-10-29 member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/ |
| H A D | rtw_beamforming.h | 88 u8 LogSeq; /*Modified by Jeffery @2014-10-29*/ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/ |
| H A D | rtw_beamforming.h | 233 u8 LogSeq; /*Modified by Jeffery @2014-10-29*/ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/ |
| H A D | rtw_beamforming.c | 2091 pEntry->LogSeq = 0; /*Modified by Jeffery @2014-10-29*/ in beamforming_add_entry() 2998 …RTW_INFO("[%s] LogSeq=%d, PreLogSeq=%d\n", __func__, pBeamformEntry->LogSeq, pBeamformEntry->PreLo… in rtw_beamforming_get_ndpa_frame() 3004 …__func__, Sequence, pBeamformEntry->LogSeq, pBeamformEntry->PreLogSeq, pBeamformEntry->LogRetryCnt… in rtw_beamforming_get_ndpa_frame() 3006 if ((pBeamformEntry->LogSeq != 0) && (pBeamformEntry->PreLogSeq != 0)) { in rtw_beamforming_get_ndpa_frame() 3008 …if ((pBeamformEntry->LogSeq != Sequence) && (pBeamformEntry->PreLogSeq != pBeamformEntry->LogSeq))… in rtw_beamforming_get_ndpa_frame() 3030 pBeamformEntry->PreLogSeq = pBeamformEntry->LogSeq; in rtw_beamforming_get_ndpa_frame() 3031 pBeamformEntry->LogSeq = Sequence; in rtw_beamforming_get_ndpa_frame()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/phydm/ |
| H A D | phydm_beamforming.h | 145 u1Byte LogSeq; /*Modified by Jeffery @2014-10-29*/ member
|
| H A D | phydm_beamforming.c | 456 pEntry->LogSeq = 0; /*Modified by Jeffery @2014-10-29*/ in Beamforming_AddBFerEntry()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/ |
| H A D | rtw_beamforming.h | 321 u8 LogSeq; /*Modified by Jeffery @2014-10-29*/ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/phydm/ |
| H A D | phydm_beamforming.h | 144 u1Byte LogSeq; /*Modified by Jeffery @2014-10-29*/ member
|
| H A D | phydm_beamforming.c | 393 pEntry->LogSeq = 0; /*Modified by Jeffery @2014-10-29*/ in Beamforming_AddBFerEntry()
|