~n-muench/ubuntu/precise/open-vm-tools/open-vm-tools.march-merge

« back to all changes in this revision

Viewing changes to modules/linux/shared/compat_ethtool.h

  • Committer: Nate Muench
  • Date: 2012-03-22 17:50:13 UTC
  • mfrom: (1.4.7)
  • Revision ID: nowiwilldestroyabydos@gmail.com-20120322175013-0jh30wfk7ut20rdj
Tags: 2012.03.13-651368-0ubuntu1
* Merge latest upstream git tag.
* debian/rules: Removed glib2.0 compatibility CFLAG.
  - Packaging can now build without it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
#   endif
52
52
#endif
53
53
 
 
54
#if COMPAT_LINUX_VERSION_CHECK_LT(3, 3, 0)
 
55
#   define compat_ethtool_rxfh_indir_default(i, num_queues) (i % num_queues)
 
56
#else
 
57
#   define compat_ethtool_rxfh_indir_default(i, num_queues) ethtool_rxfh_indir_default(i, num_queues)
 
58
#endif
 
59
 
54
60
#endif /* _COMPAT_ETHTOOL_H */