]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - src/patches/mISDN-avmfritz.patch
Fix vnstat directory creation
[people/pmueller/ipfire-2.x.git] / src / patches / mISDN-avmfritz.patch
CommitLineData
7146d4a5
MT
1--- avm_fritz.c.old Tue Feb 13 11:43:45 2007
2+++ avm_fritz.c Wed Apr 11 15:26:32 2007
3@@ -781,6 +781,8 @@
4 spin_lock_irqsave(inst->hwlock, flags);
5 ret = modehdlc(bch, bch->channel,
6 bch->inst.pid.protocol[1]);
7+ if (bch->inst.pid.protocol[2] == ISDN_PID_L2_B_TRANS)
8+ test_and_set_bit(FLG_L2DATA, &bch->Flags);
9 spin_unlock_irqrestore(inst->hwlock, flags);
10 }
11 skb_trim(skb, 0);