Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.17-rc7 26 lines 860 B view raw
1This driver is barely functional in its current state. 2 3Kevin McKinney(klmckinney1@gmail.com) and Matthias Beyer(mail@beyermatthias.de) 4are currently maintaining/cleaning up this driver. Please copy us on all 5patches. More maintainers are aways welcomed. 6 7BIG: 8 - existing API is (/dev/tarang) should be replaced 9 Is it possible to use same API as Intel Wimax stack and 10 have same user level components. 11 - Qos and queue model is non-standard and inflexible. 12 Use existing TC Qos? 13 14TODO: 15 - support more than one board - eliminate global variables 16 - remove developer debug BCM_DEBUG() macros 17 add a limited number of messages through netif_msg() 18 - fix non-standard kernel style 19 - checkpatch warnings 20 - use request firmware 21 - fix use of file I/O to load config with better API 22 - merge some files together? 23 - cleanup/eliminate debug messages 24 25 26