Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-04-21 | automake: template update | Inaky Perez-Gonzalez | 1 | -12/+14 | |
Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com> | |||||
2009-03-20 | libwimaxll: add helpers to translate state names to values and back | Inaky Perez-Gonzalez | 1 | -0/+1 | |
Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com> | |||||
2009-03-20 | wimaxll: add new dynamically expandable command line tool | Inaky Perez-Gonzalez | 1 | -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-20 | config.h,version.h: move around so other modules can use it | Inaky Perez-Gonzalez | 1 | -1/+1 | |
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-10 | libwimax: move to address interfaces by attribute (vs by family) | Inaky Perez-Gonzalez | 1 | -1/+1 | |
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-11-20 | Import v1.3.93 | Inaky Perez-Gonzalez | 3 | -0/+1681 | |