Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219784
b: refs/heads/master
c: 30cb3e5
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Sep 6, 2010
1 parent fb37d7c commit 81291fc
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: 2685cffa9e799278cdbfa5f524dd9e548be6598d
refs/heads/master: 30cb3e5fb5fab04db08ed822f48980843a6775f1
3 changes: 1 addition & 2 deletions trunk/drivers/staging/rt2860/rt_linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -1313,9 +1313,8 @@ int RtmpOSNetDevAttach(struct net_device *pNetDev,
/* OS specific flags, here we used to indicate if we are virtual interface */
pNetDev->priv_flags = pDevOpHook->priv_flags;

if (pAd->OpMode == OPMODE_STA) {
if (pAd->OpMode == OPMODE_STA)
pNetDev->wireless_handlers = &rt28xx_iw_handler_def;
}

/* copy the net device mac address to the net_device structure. */
NdisMoveMemory(pNetDev->dev_addr, &pDevOpHook->devAddr[0],
Expand Down

0 comments on commit 81291fc

Please sign in to comment.