~ubuntu-branches/ubuntu/trusty/linux-linaro-omap/trusty

« back to all changes in this revision

Viewing changes to drivers/isdn/mISDN/layer2.c

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-57i0gl3v99b3lkfg
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
1640
1640
}
1641
1641
 
1642
1642
static void
1643
 
l2_st14_persistant_da(struct FsmInst *fi, int event, void *arg)
 
1643
l2_st14_persistent_da(struct FsmInst *fi, int event, void *arg)
1644
1644
{
1645
1645
        struct layer2 *l2 = fi->userdata;
1646
1646
        struct sk_buff *skb = arg;
1654
1654
}
1655
1655
 
1656
1656
static void
1657
 
l2_st5_persistant_da(struct FsmInst *fi, int event, void *arg)
 
1657
l2_st5_persistent_da(struct FsmInst *fi, int event, void *arg)
1658
1658
{
1659
1659
        struct layer2 *l2 = fi->userdata;
1660
1660
        struct sk_buff *skb = arg;
1671
1671
}
1672
1672
 
1673
1673
static void
1674
 
l2_st6_persistant_da(struct FsmInst *fi, int event, void *arg)
 
1674
l2_st6_persistent_da(struct FsmInst *fi, int event, void *arg)
1675
1675
{
1676
1676
        struct layer2 *l2 = fi->userdata;
1677
1677
        struct sk_buff *skb = arg;
1685
1685
}
1686
1686
 
1687
1687
static void
1688
 
l2_persistant_da(struct FsmInst *fi, int event, void *arg)
 
1688
l2_persistent_da(struct FsmInst *fi, int event, void *arg)
1689
1689
{
1690
1690
        struct layer2 *l2 = fi->userdata;
1691
1691
        struct sk_buff *skb = arg;
1829
1829
        {ST_L2_6, EV_L2_FRAME_ERROR, l2_frame_error},
1830
1830
        {ST_L2_7, EV_L2_FRAME_ERROR, l2_frame_error_reest},
1831
1831
        {ST_L2_8, EV_L2_FRAME_ERROR, l2_frame_error_reest},
1832
 
        {ST_L2_1, EV_L1_DEACTIVATE, l2_st14_persistant_da},
 
1832
        {ST_L2_1, EV_L1_DEACTIVATE, l2_st14_persistent_da},
1833
1833
        {ST_L2_2, EV_L1_DEACTIVATE, l2_st24_tei_remove},
1834
1834
        {ST_L2_3, EV_L1_DEACTIVATE, l2_st3_tei_remove},
1835
 
        {ST_L2_4, EV_L1_DEACTIVATE, l2_st14_persistant_da},
1836
 
        {ST_L2_5, EV_L1_DEACTIVATE, l2_st5_persistant_da},
1837
 
        {ST_L2_6, EV_L1_DEACTIVATE, l2_st6_persistant_da},
1838
 
        {ST_L2_7, EV_L1_DEACTIVATE, l2_persistant_da},
1839
 
        {ST_L2_8, EV_L1_DEACTIVATE, l2_persistant_da},
 
1835
        {ST_L2_4, EV_L1_DEACTIVATE, l2_st14_persistent_da},
 
1836
        {ST_L2_5, EV_L1_DEACTIVATE, l2_st5_persistent_da},
 
1837
        {ST_L2_6, EV_L1_DEACTIVATE, l2_st6_persistent_da},
 
1838
        {ST_L2_7, EV_L1_DEACTIVATE, l2_persistent_da},
 
1839
        {ST_L2_8, EV_L1_DEACTIVATE, l2_persistent_da},
1840
1840
};
1841
1841
 
1842
1842
static int