]> git.baikalelectronics.ru Git - kernel.git/commit
tipc: Register new media using pre-compiled structure
authorAllan Stephens <allan.stephens@windriver.com>
Thu, 6 Oct 2011 19:28:44 +0000 (15:28 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 27 Dec 2011 16:13:05 +0000 (11:13 -0500)
commit86a6048de9133a78d6a987525ffaa99a255d1b7b
treef2df46f9850bfb984e64f44ec6c8fca0bf249922
parent22c762bd1e3c477e002c1e600b269c2c50536f3a
tipc: Register new media using pre-compiled structure

Speeds up the registration of TIPC media types by passing in a structure
containing the required information, rather than by passing in the various
fields describing the media type individually.

Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
net/tipc/bearer.c
net/tipc/bearer.h
net/tipc/eth_media.c