commit | ef3d4f11dbb9d65ef2a70c7929467e3f0e7b8399 | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Mon Jul 21 15:29:19 2014 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 21 16:04:30 2014 -0700 |
tree | 644ec6308a42885ebcb9f9a1ec9d8e3b8c08781a | |
parent | 575a19354c80fde236382755592256d30d2a27fb [diff] |
net: bcmgenet: remove wol_enabled conditional code Checking for wol_enabled in bcmgenet_close() is bogus, since no other code places set priv->wol_enabled. Remove that as it will conflict with the upcoming and functional Wake-on-LAN implementation. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>