#20523: ATM ABI breakage
---------------------+----------------------------------
  Reporter:  dwmw2   |      Owner:  developers
      Type:  defect  |     Status:  new
  Priority:  normal  |  Milestone:  Chaos Calmer (trunk)
 Component:  kernel  |    Version:  Trunk
Resolution:          |   Keywords:
---------------------+----------------------------------

Comment (by florian):

 Humm, this is actually used by the ar7-atm driver:

 package/kernel/ar7-atm/patches-D7.04.03.00/100-compile_fix.patch:+
 tn7atm_activate_vc_parm.cdvt = 10000;
 package/kernel/ar7-atm/patches-D7.04.03.00/100-compile_fix.patch:
 tn7atm_activate_vc_parm.cdvt = vcc->qos.txtp.max_cdv;
 package/kernel/ar7-atm/patches-D7.05.01.00/100-compile_fix.patch:+
 tn7atm_activate_vc_parm.cdvt = 10000;
 package/kernel/ar7-atm/patches-D7.05.01.00/100-compile_fix.patch:
 tn7atm_activate_vc_parm.cdvt = vcc->qos.txtp.max_cdv;

 though I am not sure how this is useful if the atm stack is not making any
 use of these fields.

--
Ticket URL: <https://dev.openwrt.org/ticket/20523#comment:1>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to