Search Linux Wireless

Re: [PATCH] Fix typo in debug output of rtl8192c and rtl8723ae

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 01/02/2013 08:21 AM, Julian Wollrath wrote:
Signed-off-by: Julian Wollrath <jwollrath@xxxxxx>
---
  drivers/net/wireless/rtlwifi/rtl8192c/phy_common.c |    2 +-
  drivers/net/wireless/rtlwifi/rtl8723ae/phy.c       |    2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)

Acked-by: Larry Finger <Larry.finger@xxxxxxxxxxxx>

Julian - Just a heads-up for future reference. All patches for drivers in the drivers/net/wireless tree should be sent to John Linville (Cc'd here), with Cc to the module maintainer, and the linux-wireless list. Obviously, I read linux-wireless so that I saw this, but John might have a filter that only extracts the stuff sent directly to him.

Larry


diff --git a/drivers/net/wireless/rtlwifi/rtl8192c/phy_common.c b/drivers/net/wireless/rtlwifi/rtl8192c/phy_common.c
index 1d5d360..246e535 100644
--- a/drivers/net/wireless/rtlwifi/rtl8192c/phy_common.c
+++ b/drivers/net/wireless/rtlwifi/rtl8192c/phy_common.c
@@ -692,7 +692,7 @@ u8 rtl92c_phy_sw_chnl(struct ieee80211_hw *hw)
  	if (!(is_hal_stop(rtlhal)) && !(RT_CANNOT_IO(hw))) {
  		rtl92c_phy_sw_chnl_callback(hw);
  		RT_TRACE(rtlpriv, COMP_CHAN, DBG_LOUD,
-			 "sw_chnl_inprogress false schdule workitem\n");
+			 "sw_chnl_inprogress false schedule workitem\n");
  		rtlphy->sw_chnl_inprogress = false;
  	} else {
  		RT_TRACE(rtlpriv, COMP_CHAN, DBG_LOUD,
diff --git a/drivers/net/wireless/rtlwifi/rtl8723ae/phy.c b/drivers/net/wireless/rtlwifi/rtl8723ae/phy.c
index 39cc793..3d8536b 100644
--- a/drivers/net/wireless/rtlwifi/rtl8723ae/phy.c
+++ b/drivers/net/wireless/rtlwifi/rtl8723ae/phy.c
@@ -1106,7 +1106,7 @@ u8 rtl8723ae_phy_sw_chnl(struct ieee80211_hw *hw)
  	if (!(is_hal_stop(rtlhal)) && !(RT_CANNOT_IO(hw))) {
  		rtl8723ae_phy_sw_chnl_callback(hw);
  		RT_TRACE(rtlpriv, COMP_CHAN, DBG_LOUD,
-			 "sw_chnl_inprogress false schdule workitem\n");
+			 "sw_chnl_inprogress false schedule workitem\n");
  		rtlphy->sw_chnl_inprogress = false;
  	} else {
  		RT_TRACE(rtlpriv, COMP_CHAN, DBG_LOUD,


--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Wireless Personal Area Network]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite Hiking]     [MIPS Linux]     [ARM Linux]     [Linux RAID]

  Powered by Linux