/openbmc/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | mac_be.c | diff 9d87e7dc930e149def617c152f03ed97e3d7d899 Tue Aug 22 07:58:20 CDT 2023 Ping-Ke Shih <pkshih@realtek.com> wifi: rtw89: mac: define register address of rx_filter to generalize code
rx_filter is used to decide which kind of packets are received to driver, or just dropped by MAC layer to reduce bus traffic.
The bit definitions of old and new chips are the sames, but only address is changed, so define a field to generalize usage.
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> Signed-off-by: Kalle Valo <kvalo@kernel.org> Link: https://lore.kernel.org/r/20230822125822.23817-5-pkshih@realtek.com
|
H A D | wow.c | diff 9d87e7dc930e149def617c152f03ed97e3d7d899 Tue Aug 22 07:58:20 CDT 2023 Ping-Ke Shih <pkshih@realtek.com> wifi: rtw89: mac: define register address of rx_filter to generalize code
rx_filter is used to decide which kind of packets are received to driver, or just dropped by MAC layer to reduce bus traffic.
The bit definitions of old and new chips are the sames, but only address is changed, so define a field to generalize usage.
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> Signed-off-by: Kalle Valo <kvalo@kernel.org> Link: https://lore.kernel.org/r/20230822125822.23817-5-pkshih@realtek.com
|
H A D | mac80211.c | diff 9d87e7dc930e149def617c152f03ed97e3d7d899 Tue Aug 22 07:58:20 CDT 2023 Ping-Ke Shih <pkshih@realtek.com> wifi: rtw89: mac: define register address of rx_filter to generalize code
rx_filter is used to decide which kind of packets are received to driver, or just dropped by MAC layer to reduce bus traffic.
The bit definitions of old and new chips are the sames, but only address is changed, so define a field to generalize usage.
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> Signed-off-by: Kalle Valo <kvalo@kernel.org> Link: https://lore.kernel.org/r/20230822125822.23817-5-pkshih@realtek.com
|
H A D | reg.h | diff 9d87e7dc930e149def617c152f03ed97e3d7d899 Tue Aug 22 07:58:20 CDT 2023 Ping-Ke Shih <pkshih@realtek.com> wifi: rtw89: mac: define register address of rx_filter to generalize code
rx_filter is used to decide which kind of packets are received to driver, or just dropped by MAC layer to reduce bus traffic.
The bit definitions of old and new chips are the sames, but only address is changed, so define a field to generalize usage.
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> Signed-off-by: Kalle Valo <kvalo@kernel.org> Link: https://lore.kernel.org/r/20230822125822.23817-5-pkshih@realtek.com
|
H A D | mac.h | diff 9d87e7dc930e149def617c152f03ed97e3d7d899 Tue Aug 22 07:58:20 CDT 2023 Ping-Ke Shih <pkshih@realtek.com> wifi: rtw89: mac: define register address of rx_filter to generalize code
rx_filter is used to decide which kind of packets are received to driver, or just dropped by MAC layer to reduce bus traffic.
The bit definitions of old and new chips are the sames, but only address is changed, so define a field to generalize usage.
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> Signed-off-by: Kalle Valo <kvalo@kernel.org> Link: https://lore.kernel.org/r/20230822125822.23817-5-pkshih@realtek.com
|
H A D | mac.c | diff 9d87e7dc930e149def617c152f03ed97e3d7d899 Tue Aug 22 07:58:20 CDT 2023 Ping-Ke Shih <pkshih@realtek.com> wifi: rtw89: mac: define register address of rx_filter to generalize code
rx_filter is used to decide which kind of packets are received to driver, or just dropped by MAC layer to reduce bus traffic.
The bit definitions of old and new chips are the sames, but only address is changed, so define a field to generalize usage.
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> Signed-off-by: Kalle Valo <kvalo@kernel.org> Link: https://lore.kernel.org/r/20230822125822.23817-5-pkshih@realtek.com
|
H A D | fw.c | diff 9d87e7dc930e149def617c152f03ed97e3d7d899 Tue Aug 22 07:58:20 CDT 2023 Ping-Ke Shih <pkshih@realtek.com> wifi: rtw89: mac: define register address of rx_filter to generalize code
rx_filter is used to decide which kind of packets are received to driver, or just dropped by MAC layer to reduce bus traffic.
The bit definitions of old and new chips are the sames, but only address is changed, so define a field to generalize usage.
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> Signed-off-by: Kalle Valo <kvalo@kernel.org> Link: https://lore.kernel.org/r/20230822125822.23817-5-pkshih@realtek.com
|
H A D | core.c | diff 9d87e7dc930e149def617c152f03ed97e3d7d899 Tue Aug 22 07:58:20 CDT 2023 Ping-Ke Shih <pkshih@realtek.com> wifi: rtw89: mac: define register address of rx_filter to generalize code
rx_filter is used to decide which kind of packets are received to driver, or just dropped by MAC layer to reduce bus traffic.
The bit definitions of old and new chips are the sames, but only address is changed, so define a field to generalize usage.
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> Signed-off-by: Kalle Valo <kvalo@kernel.org> Link: https://lore.kernel.org/r/20230822125822.23817-5-pkshih@realtek.com
|