diff options
author | Anatol Pomozov <anatol.pomozov@gmail.com> | 2013-01-25 13:32:30 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-01-30 15:06:55 -0500 |
commit | baf58b0e8f0e460e252e40f5fdf393b01a3cef7d (patch) | |
tree | cb84540a06da668f1345775ba9caaba7691d586d /drivers/net/wireless/rtlwifi/rtl8723ae | |
parent | dcee7438caa409948347c0a3821e3ab6e7459984 (diff) |
rtl8723ae: Fix misspellings sucess->success
Signed-off-by: Anatol Pomozov <anatol.pomozov@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/rtlwifi/rtl8723ae')
-rw-r--r-- | drivers/net/wireless/rtlwifi/rtl8723ae/fw.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/wireless/rtlwifi/rtl8723ae/fw.c b/drivers/net/wireless/rtlwifi/rtl8723ae/fw.c index f55b1767ef57..3b71dab4f3b2 100644 --- a/drivers/net/wireless/rtlwifi/rtl8723ae/fw.c +++ b/drivers/net/wireless/rtlwifi/rtl8723ae/fw.c | |||
@@ -252,7 +252,7 @@ static void _rtl8723ae_fill_h2c_command(struct ieee80211_hw *hw, | |||
252 | u16 box_reg = 0, box_extreg = 0; | 252 | u16 box_reg = 0, box_extreg = 0; |
253 | u8 u1tmp; | 253 | u8 u1tmp; |
254 | bool isfw_rd = false; | 254 | bool isfw_rd = false; |
255 | bool bwrite_sucess = false; | 255 | bool bwrite_success = false; |
256 | u8 wait_h2c_limmit = 100; | 256 | u8 wait_h2c_limmit = 100; |
257 | u8 wait_writeh2c_limmit = 100; | 257 | u8 wait_writeh2c_limmit = 100; |
258 | u8 boxcontent[4], boxextcontent[2]; | 258 | u8 boxcontent[4], boxextcontent[2]; |
@@ -291,7 +291,7 @@ static void _rtl8723ae_fill_h2c_command(struct ieee80211_hw *hw, | |||
291 | } | 291 | } |
292 | } | 292 | } |
293 | 293 | ||
294 | while (!bwrite_sucess) { | 294 | while (!bwrite_success) { |
295 | wait_writeh2c_limmit--; | 295 | wait_writeh2c_limmit--; |
296 | if (wait_writeh2c_limmit == 0) { | 296 | if (wait_writeh2c_limmit == 0) { |
297 | RT_TRACE(rtlpriv, COMP_ERR, DBG_EMERG, | 297 | RT_TRACE(rtlpriv, COMP_ERR, DBG_EMERG, |
@@ -429,7 +429,7 @@ static void _rtl8723ae_fill_h2c_command(struct ieee80211_hw *hw, | |||
429 | break; | 429 | break; |
430 | } | 430 | } |
431 | 431 | ||
432 | bwrite_sucess = true; | 432 | bwrite_success = true; |
433 | 433 | ||
434 | rtlhal->last_hmeboxnum = boxnum + 1; | 434 | rtlhal->last_hmeboxnum = boxnum + 1; |
435 | if (rtlhal->last_hmeboxnum == 4) | 435 | if (rtlhal->last_hmeboxnum == 4) |