diff options
author | David S. Miller <davem@davemloft.net> | 2011-02-19 22:17:35 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-02-19 22:17:35 -0500 |
commit | da935c66bacb3ed9ada984b053297f87c2dff63a (patch) | |
tree | 46278da2b312c73f1375b830d7e5912bf23abd78 /include/linux/dcbnl.h | |
parent | 9435eb1cf0b76b323019cebf8d16762a50a12a19 (diff) | |
parent | 2205a6ea93fea76f88b43727fea53f3ce3790d6f (diff) |
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Conflicts:
Documentation/feature-removal-schedule.txt
drivers/net/e1000e/netdev.c
net/xfrm/xfrm_policy.c
Diffstat (limited to 'include/linux/dcbnl.h')
-rw-r--r-- | include/linux/dcbnl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/dcbnl.h b/include/linux/dcbnl.h index cd8d518efa3b..4c5b26e0cc48 100644 --- a/include/linux/dcbnl.h +++ b/include/linux/dcbnl.h | |||
@@ -106,8 +106,8 @@ struct ieee_pfc { | |||
106 | */ | 106 | */ |
107 | struct dcb_app { | 107 | struct dcb_app { |
108 | __u8 selector; | 108 | __u8 selector; |
109 | __u32 protocol; | ||
110 | __u8 priority; | 109 | __u8 priority; |
110 | __u16 protocol; | ||
111 | }; | 111 | }; |
112 | 112 | ||
113 | struct dcbmsg { | 113 | struct dcbmsg { |