Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 304401
b: refs/heads/master
c: ea9f10f
h: refs/heads/master
i:
  304399: ee4f616
v: v3
  • Loading branch information
Larry Finger authored and Greg Kroah-Hartman committed Apr 20, 2012
1 parent 6ca2970 commit 1dcbdff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: ef2353d26bdc44c78713da1a6eb2325ba9dac6f7
refs/heads/master: ea9f10f2fd207bb70a730ee3b356f75bc00ff41d
3 changes: 1 addition & 2 deletions trunk/drivers/staging/rtl8192e/rtllib_softmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -3679,8 +3679,7 @@ void rtllib_MlmeDisassociateRequest(struct rtllib_device *rtllib, u8 *asSta,

RemovePeerTS(rtllib, asSta);


if (memcpy(rtllib->current_network.bssid, asSta, 6) == NULL) {
if (memcmp(rtllib->current_network.bssid, asSta, 6) == 0) {
rtllib->state = RTLLIB_NOLINK;

for (i = 0; i < 6; i++)
Expand Down

0 comments on commit 1dcbdff

Please sign in to comment.