Thu, 05 Jun 2014 16:30:22 +0200make ccat driver more linux compliant stable-1.5
Patrick Bruenn <p.bruenn@beckhoff.com> [Thu, 05 Jun 2014 16:30:22 +0200] rev 2569
make ccat driver more linux compliant
- reduce enum ccat_info_t to the minimal set of defines
- replace CamelCased WINDOWS typedef structs with linux types
- remove print.c/.h from the driver build, but keep the files for debugging

Thu, 05 Jun 2014 16:14:13 +0200move first *_carrier_off() in front of register_netdev()/ ecdev_open() stable-1.5
Patrick Bruenn <p.bruenn@beckhoff.com> [Thu, 05 Jun 2014 16:14:13 +0200] rev 2568
move first *_carrier_off() in front of register_netdev()/ ecdev_open()

Thu, 05 Jun 2014 16:07:52 +0200- use short kernel types, add empty lines after variable declaration to conform better with linux coding style stable-1.5
Patrick Bruenn <p.bruenn@beckhoff.com> [Thu, 05 Jun 2014 16:07:52 +0200] rev 2567
- use short kernel types, add empty lines after variable declaration to conform better with linux coding style
- replace polling threads with hrtimer callback