Commit ccc809ae authored by David S. Miller's avatar David S. Miller

[NETROM]: Fix setting of nr in nr_transmit_buffer.

parent 44a94103
......@@ -187,7 +187,7 @@ void nr_kick(struct sock *sk)
void nr_transmit_buffer(struct sock *sk, struct sk_buff *skb)
{
nr_cb *nr = nr;
nr_cb *nr = nr_sk(sk);
unsigned char *dptr;
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment