OSDN Git Service

rtw89: encapsulate RX handlers to single function
authorPing-Ke Shih <pkshih@realtek.com>
Mon, 3 Jan 2022 01:36:23 +0000 (09:36 +0800)
committerKalle Valo <kvalo@kernel.org>
Fri, 28 Jan 2022 15:55:48 +0000 (17:55 +0200)
commitc1ea345deda86cd5a1e19ca84ec3c75c3db2bc59
treef9813a9a8d4aa048e14b9d056efbf6ed8a14344b
parente56f3420106ea6042e6787dd8581fe9b73d0c9bc
rtw89: encapsulate RX handlers to single function

We have three points to receive packets to mac80211 with three different
kinds of status. Many handlers are common and can be shared, so I move
them together, and I don't change the logic at all.

Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20220103013623.17052-3-pkshih@realtek.com
drivers/net/wireless/realtek/rtw89/core.c