summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2010-05-12release: prepare v1.4.3Inaky Perez-Gonzalez1-43/+85
Signed-off-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
2009-04-21tests: install in $pkgdir/testsInaky Perez-Gonzalez2-15/+44
Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>
2009-04-21automake: template updateInaky Perez-Gonzalez1-13/+15
Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>
2009-03-20libwimaxll: add helpers to translate state names to values and backInaky Perez-Gonzalez1-0/+1
Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>
2009-03-20wimaxll: add new dynamically expandable command line toolInaky Perez-Gonzalez1-0/+2
This is basically a framework that permits easy expansion through plugins. Will replace all the wimaxll-* tools currently in place. Still not complete. Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>
2009-03-20config.h,version.h: move around so other modules can use itInaky Perez-Gonzalez1-2/+2
config.h is moved to include/ version.h is moved to include/wimaxll/ (more header files are scheduled to go into there). Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>
2008-12-10libwimax: move to address interfaces by attribute (vs by family)Inaky Perez-Gonzalez2-14/+4
Commnunity review asked to move the whole genl schema to addess interfaces by ifindex contained in an attribute on each message. Doing so made it almost impossible to keep the models we had with a single family per interface, so huge rework ensued: - remove pipes and all their APIs: no longer makes sense to have one mcast group per pipe, so this is no longer needed. - create the pipe concept by adding a "pipe name" to the message. Default pipe has no name; as a side benefit, all the pipes are now bidirectional. - side benefit: greatly simplify the msg vs pipe vs mc_rx interface: there is only one interface now, wimax_msg_*() and it contains just a few functions. - Delete all the usage of multicast groups and multicast groups handles - Declare two handles, one for reading notifications, one for writing (eases the work) All in all, this cuts a lot of code; on the bad side, we loose the perfect isolation we had before, where only whoever was listening for something was ever woken up. Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>
2008-12-05checkpatch: fix complaintsInaky Perez-Gonzalez1-2/+2
2008-11-25release: v1.3.95Inaky Perez-Gonzalez1-2/+2
WiMAX low level tools for user/kernel interface v0.0. Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>
2008-11-20Import v1.3.93Inaky Perez-Gonzalez4-0/+723