mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-11 01:38:25 +02:00
Ein kleiner Patch am Fritz-Treiber.
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@743 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
11
src/patches/mISDN-avmfritz.patch
Normal file
11
src/patches/mISDN-avmfritz.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- avm_fritz.c.old Tue Feb 13 11:43:45 2007
|
||||
+++ avm_fritz.c Wed Apr 11 15:26:32 2007
|
||||
@@ -781,6 +781,8 @@
|
||||
spin_lock_irqsave(inst->hwlock, flags);
|
||||
ret = modehdlc(bch, bch->channel,
|
||||
bch->inst.pid.protocol[1]);
|
||||
+ if (bch->inst.pid.protocol[2] == ISDN_PID_L2_B_TRANS)
|
||||
+ test_and_set_bit(FLG_L2DATA, &bch->Flags);
|
||||
spin_unlock_irqrestore(inst->hwlock, flags);
|
||||
}
|
||||
skb_trim(skb, 0);
|
||||
Reference in New Issue
Block a user