Skip to content

Commit

Permalink
Imported version 8.047.05
Browse files Browse the repository at this point in the history
  • Loading branch information
mtorromeo committed Nov 25, 2019
1 parent 070a3b7 commit 18c4317
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/r8168.h
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ do { \
#define DASH_SUFFIX ""
#endif

#define RTL8168_VERSION "8.047.04" NAPI_SUFFIX FIBER_SUFFIX REALWOW_SUFFIX DASH_SUFFIX
#define RTL8168_VERSION "8.047.05" NAPI_SUFFIX FIBER_SUFFIX REALWOW_SUFFIX DASH_SUFFIX
#define MODULENAME "r8168"
#define PFX MODULENAME ": "

Expand Down
2 changes: 1 addition & 1 deletion src/rtltool.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ int rtl8168_tool_ioctl(struct rtl8168_private *tp, struct ifreq *ifr)
return -EPERM;

spin_lock_irqsave(&tp->lock, flags);
my_cmd.data = rtl8168_mdio_read(tp, my_cmd.offset);
my_cmd.data = rtl8168_mdio_prot_read(tp, my_cmd.offset);
spin_unlock_irqrestore(&tp->lock, flags);

if (copy_to_user(ifr->ifr_data, &my_cmd, sizeof(my_cmd))) {
Expand Down

0 comments on commit 18c4317

Please sign in to comment.