Remember that we can run device syncer without kernel syncer
and vice versa now.
This commit is contained in:
parent
78d5ec1504
commit
fb71b23e60
2 changed files with 6 additions and 1 deletions
|
@ -20,7 +20,6 @@ struct krt_if_status {
|
|||
};
|
||||
|
||||
static inline void krt_if_preconfig(struct kif_config *c) { };
|
||||
static inline void krt_if_start(struct kif_proto *p) { };
|
||||
static inline void krt_if_shutdown(struct kif_proto *p) { };
|
||||
static inline void krt_if_io_init(void) { };
|
||||
|
||||
|
|
|
@ -805,3 +805,9 @@ void
|
|||
krt_scan_shutdown(struct krt_proto *p)
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
krt_if_start(struct kif_proto *p)
|
||||
{
|
||||
nl_open();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue