Re: [PATCH] rtlwifi: remove unneeded function _rtl_dump_channel_map()

2019-08-06 Thread Kalle Valo
YueHaibing wrote: > Now _rtl_dump_channel_map() does not do any actual > thing using the channel. So remove it. > > Signed-off-by: YueHaibing > Acked-by: Ping-Ke Shih Patch applied to wireless-drivers-next.git, thanks. a4a68f727fb8 rtlwifi: remove unneeded function _rtl_dump_channel_map() -

Re: [PATCH] rtlwifi: remove unneeded function _rtl_dump_channel_map()

2019-07-24 Thread Pkshih
On Wed, 2019-07-24 at 22:10 +0800, YueHaibing wrote: > Now _rtl_dump_channel_map() does not do any actual > thing using the channel. So remove it. > > Signed-off-by: YueHaibing > --- >  drivers/net/wireless/realtek/rtlwifi/regd.c | 18 -- >  1 file changed, 18 deletions(-) > > dif

[PATCH] rtlwifi: remove unneeded function _rtl_dump_channel_map()

2019-07-24 Thread YueHaibing
Now _rtl_dump_channel_map() does not do any actual thing using the channel. So remove it. Signed-off-by: YueHaibing --- drivers/net/wireless/realtek/rtlwifi/regd.c | 18 -- 1 file changed, 18 deletions(-) diff --git a/drivers/net/wireless/realtek/rtlwifi/regd.c b/drivers/net/wi