Skip to content

Commit

Permalink
net: Fix LL_MAX_HEADER for CONFIG_TR_MODULE
Browse files Browse the repository at this point in the history
Unless I miss anything this should fix a bug.

Signed-off-by: Adrian Bunk <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
AdrianBunk authored and davem330 committed Apr 27, 2009
1 parent 785a098 commit c759a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/netdevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ struct wireless_dev;
# else
# define LL_MAX_HEADER 96
# endif
#elif defined(CONFIG_TR)
#elif defined(CONFIG_TR) || defined(CONFIG_TR_MODULE)
# define LL_MAX_HEADER 48
#else
# define LL_MAX_HEADER 32
Expand Down

0 comments on commit c759a6b

Please sign in to comment.