Re: [PATCH] staging: r8188eu: use in-kernel ieee channel

From: Dan Carpenter
Date: Thu Apr 21 2022 - 13:01:11 EST


On Thu, Apr 21, 2022 at 09:58:12AM +0800, Solomon Tan wrote:
> The rtw_ieee80211_channel structure just duplicates the in-kernel
> ieee80211_channel structure

When you say that they are duplicates, I expected them to be the same
but they're not at all. ieee80211_channel has a bunch more struct
members.

I don't really have a problem with the change necessarily but the commit
message should not have mislead me.

regards,
dan carpenter