linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* RTL8192CU: about trivial change of removing some 8192c declaration from header file
@ 2016-09-26  1:55 Xuebing Wang
  0 siblings, 0 replies; only message in thread
From: Xuebing Wang @ 2016-09-26  1:55 UTC (permalink / raw)
  To: Larry Finger, Chaoming Li; +Cc: linux-wireless

Hi Larry and Chaoming:

I am trying to do User Mode driver for RTL8192CU (device is Alfa 
AWUS036NHR which is 802.11 b/g/n), and I am reading RTL8192CU / RTL8192C 
/ RTLWIFI driver source code.

There is a very trivial error that below declarations (in 
rtl8192cu/hw.h) are already in file 
drivers/net/wireless/realtek/rtlwifi/rtl8192c/fw_common.h
---
int rtl92c_download_fw(struct ieee80211_hw *hw);
void rtl92c_set_fw_pwrmode_cmd(struct ieee80211_hw *hw, u8 mode);
void rtl92c_set_fw_joinbss_report_cmd(struct ieee80211_hw *hw, u8 mstatus);
void rtl92c_fill_h2c_cmd(struct ieee80211_hw *hw,
              u8 element_id, u32 cmd_len, u8 *p_cmdbuffer);
---

Does it make sense for me to submit a trivial patch to remove these 
declarations from rtl8192cu/hw.h?

Thanks.
xuebing

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-09-26  1:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-26  1:55 RTL8192CU: about trivial change of removing some 8192c declaration from header file Xuebing Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).