| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | airtime.c | 122 #define VHT_GROUP_IDX(_streams, _sgi, _bw) \ argument 124 IEEE80211_MAX_STREAMS * 2 * (_bw) + \ 128 #define BW2VBPS(_bw, r4, r3, r2, r1) \ argument 129 (_bw == BW_160 ? r4 : _bw == BW_80 ? r3 : _bw == BW_40 ? r2 : r1) 131 #define __VHT_GROUP(_streams, _sgi, _bw, _s) \ argument 132 [VHT_GROUP_IDX(_streams, _sgi, _bw)] = { \ 136 BW2VBPS(_bw, 234, 117, 54, 26)), \ 138 BW2VBPS(_bw, 468, 234, 108, 52)), \ 140 BW2VBPS(_bw, 702, 351, 162, 78)), \ 142 BW2VBPS(_bw, 936, 468, 216, 104)), \ [all …]
|
| H A D | rc80211_minstrel_ht.c | 88 #define VHT_GROUP_IDX(_streams, _sgi, _bw) \ argument 90 MINSTREL_MAX_STREAMS * 2 * (_bw) + \ 94 #define BW2VBPS(_bw, r3, r2, r1) \ argument 95 (_bw == BW_80 ? r3 : _bw == BW_40 ? r2 : r1) 97 #define __VHT_GROUP(_streams, _sgi, _bw, _s) \ argument 98 [VHT_GROUP_IDX(_streams, _sgi, _bw)] = { \ 101 .bw = _bw, \ 105 (_bw == BW_80 ? IEEE80211_TX_RC_80_MHZ_WIDTH : \ 106 _bw == BW_40 ? IEEE80211_TX_RC_40_MHZ_WIDTH : 0), \ 109 BW2VBPS(_bw, 117, 54, 26)) >> _s, \ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/carl9170/ |
| H A D | phy.c | 1571 enum nl80211_channel_type _bw) in carl9170_set_channel() argument 1581 bw = nl80211_to_carl(_bw); in carl9170_set_channel() 1706 err = carl9170_set_channel(ar, channel, _bw); in carl9170_set_channel()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/ |
| H A D | rtw_rf.c | 722 #define OP_CLASS_ENT(_class, _band, _bw, _len, arg...) \ argument 723 {.class_id = _class, .band = _band, .bw = _bw, .len_ch_attr = (uint8_t[_len + 1]) {_len, ##arg},}
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/ |
| H A D | rtw_rf.c | 722 #define OP_CLASS_ENT(_class, _band, _bw, _len, arg...) \ argument 723 {.class_id = _class, .band = _band, .bw = _bw, .len_ch_attr = (uint8_t[_len + 1]) {_len, ##arg},}
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/ |
| H A D | rtw_rf.c | 729 #define OP_CLASS_ENT(_class, _band, _bw, _len, arg...) \ argument 730 {.class_id = _class, .band = _band, .bw = _bw, .len_ch_attr = (uint8_t[_len + 1]) {_len, ##arg},}
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/ |
| H A D | rtw_rf.c | 729 #define OP_CLASS_ENT(_class, _band, _bw, _len, arg...) \ argument 730 {.class_id = _class, .band = _band, .bw = _bw, .len_ch_attr = (uint8_t[_len + 1]) {_len, ##arg},}
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/ |
| H A D | rtw_rf.c | 730 #define OP_CLASS_ENT(_class, _band, _bw, _len, arg...) \ argument 731 {.class_id = _class, .band = _band, .bw = _bw, .len_ch_attr = (uint8_t[_len + 1]) {_len, ##arg},}
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/ |
| H A D | rtw_rf.c | 795 #define OP_CLASS_ENT(_class, _band, _bw, _len, arg...) \ argument 796 {.class_id = _class, .band = _band, .bw = _bw, .len_ch_attr = (uint8_t[_len + 1]) {_len, ##arg},}
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/ |
| H A D | rtw_rf.c | 795 #define OP_CLASS_ENT(_class, _band, _bw, _len, arg...) \ argument 796 {.class_id = _class, .band = _band, .bw = _bw, .len_ch_attr = (uint8_t[_len + 1]) {_len, ##arg},}
|