Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352304
b: refs/heads/master
c: baf58b0
h: refs/heads/master
v: v3
  • Loading branch information
Anatol Pomozov authored and John W. Linville committed Jan 30, 2013
1 parent 7bf1d51 commit d89adfa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dcee7438caa409948347c0a3821e3ab6e7459984
refs/heads/master: baf58b0e8f0e460e252e40f5fdf393b01a3cef7d
6 changes: 3 additions & 3 deletions trunk/drivers/net/wireless/rtlwifi/rtl8723ae/fw.c
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ static void _rtl8723ae_fill_h2c_command(struct ieee80211_hw *hw,
u16 box_reg = 0, box_extreg = 0;
u8 u1tmp;
bool isfw_rd = false;
bool bwrite_sucess = false;
bool bwrite_success = false;
u8 wait_h2c_limmit = 100;
u8 wait_writeh2c_limmit = 100;
u8 boxcontent[4], boxextcontent[2];
Expand Down Expand Up @@ -291,7 +291,7 @@ static void _rtl8723ae_fill_h2c_command(struct ieee80211_hw *hw,
}
}

while (!bwrite_sucess) {
while (!bwrite_success) {
wait_writeh2c_limmit--;
if (wait_writeh2c_limmit == 0) {
RT_TRACE(rtlpriv, COMP_ERR, DBG_EMERG,
Expand Down Expand Up @@ -429,7 +429,7 @@ static void _rtl8723ae_fill_h2c_command(struct ieee80211_hw *hw,
break;
}

bwrite_sucess = true;
bwrite_success = true;

rtlhal->last_hmeboxnum = boxnum + 1;
if (rtlhal->last_hmeboxnum == 4)
Expand Down

0 comments on commit d89adfa

Please sign in to comment.