commit | e9ba103931950da7bc87d58ffe39612df17d47af | [log] [tgz] |
---|---|---|
author | Rafał Miłecki <zajec5@gmail.com> | Thu Feb 07 05:40:38 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Feb 08 17:44:01 2013 -0500 |
tree | bb60336c756598c512aa6877e7ba1b79ba92840e | |
parent | d166f218ff2bae0f6adae9ce5444a889a1d749e2 [diff] |
bgmac: fix "cmdcfg" calls for promisc and loopback modes The last (bool) parameter in bgmac_cmdcfg_maskset says if the write should be made, even if value didn't change. Currently driver doesn't match the specs about (not) forcing some changes. This makes it follow them. Reported-by: Nathan Hintz <nlhintz@hotmail.com> Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>