commit | b23b5455b6458920179a1f27513ce42e70d11f37 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Sat Jul 16 17:45:02 2011 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Jul 16 17:45:02 2011 -0700 |
tree | d7bd2c13199485c2504d6b315d451cebba6978ae | |
parent | 47ec132a40d788d45e2f088545dea68798034dab [diff] |
neigh: Kill hh_cache->hh_output It's just taking on one of two possible values, either neigh_ops->output or dev_queue_xmit(). And this is purely depending upon whether nud_state has NUD_CONNECTED set or not. Signed-off-by: David S. Miller <davem@davemloft.net>