commit | 1d70cb06db4f8105997672378ae248f44c3a4379 | [log] [tgz] |
---|---|---|
author | stephen hemminger <shemminger@vyatta.com> | Fri Sep 16 11:06:26 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Sep 16 19:20:20 2011 -0400 |
tree | 89fd78d9a24d458f8654b4dca9c30f1c858dda65 | |
parent | d97a077a15ae21e161e74def7762caa99200e4cf [diff] |
pcnet32: constify function table Function tables need to be const to prevent malicious use. This is compile tested only. Gleaned from PAX. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>