Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 300627
b: refs/heads/master
c: 68e052d
h: refs/heads/master
i:
  300625: 5da2ff3
  300623: 564cf3a
v: v3
  • Loading branch information
Joe Perches authored and John W. Linville committed Apr 9, 2012
1 parent 76f7785 commit 6e98a47
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 5612a508d11f81c1ca3290260f86328dfb55d513
refs/heads/master: 68e052d500b7dea51beb6252a73293b62c5de035
5 changes: 2 additions & 3 deletions trunk/drivers/net/wireless/rtlwifi/cam.c
Original file line number Diff line number Diff line change
Expand Up @@ -328,10 +328,9 @@ void rtl_cam_del_entry(struct ieee80211_hw *hw, u8 *sta_addr)
RT_TRACE(rtlpriv, COMP_SEC, DBG_EMERG, "sta_addr is NULL\n");
}

if ((sta_addr[0]|sta_addr[1]|sta_addr[2]|sta_addr[3]|\
sta_addr[4]|sta_addr[5]) == 0) {
if (is_zero_ether_addr(sta_addr)) {
RT_TRACE(rtlpriv, COMP_SEC, DBG_EMERG,
"sta_addr is 00:00:00:00:00:00\n");
"sta_addr is %pM\n", sta_addr);
return;
}
/* Does STA already exist? */
Expand Down

0 comments on commit 6e98a47

Please sign in to comment.