backport libnl-tiny, wprobe, madwifi
authorFelix Fietkau <nbd@openwrt.org>
Fri, 8 May 2009 22:48:17 +0000 (22:48 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Fri, 8 May 2009 22:48:17 +0000 (22:48 +0000)
commitb55200102d62639bb069a4691b17274bc744b4b6
treed6bf120ba22a2fc91af94ad9d94a6f5d7683fd65
parentd59cdde45d354265b94dbb9df767a28c507b1893
backport libnl-tiny, wprobe, madwifi

SVN-Revision: 15719
74 files changed:
package/libnl-tiny/Makefile [new file with mode: 0644]
package/libnl-tiny/files/libnl-tiny.pc [new file with mode: 0644]
package/libnl-tiny/src/Makefile [new file with mode: 0644]
package/libnl-tiny/src/attr.c [new file with mode: 0644]
package/libnl-tiny/src/cache.c [new file with mode: 0644]
package/libnl-tiny/src/cache_mngt.c [new file with mode: 0644]
package/libnl-tiny/src/error.c [new file with mode: 0644]
package/libnl-tiny/src/genl.c [new file with mode: 0644]
package/libnl-tiny/src/genl_ctrl.c [new file with mode: 0644]
package/libnl-tiny/src/genl_family.c [new file with mode: 0644]
package/libnl-tiny/src/genl_mngt.c [new file with mode: 0644]
package/libnl-tiny/src/handlers.c [new file with mode: 0644]
package/libnl-tiny/src/include/linux/genetlink.h [new file with mode: 0644]
package/libnl-tiny/src/include/linux/if.h [new file with mode: 0644]
package/libnl-tiny/src/include/linux/if_addr.h [new file with mode: 0644]
package/libnl-tiny/src/include/linux/netlink.h [new file with mode: 0644]
package/libnl-tiny/src/include/netlink-generic.h [new file with mode: 0644]
package/libnl-tiny/src/include/netlink-local.h [new file with mode: 0644]
package/libnl-tiny/src/include/netlink-types.h [new file with mode: 0644]
package/libnl-tiny/src/include/netlink/addr.h [new file with mode: 0644]
package/libnl-tiny/src/include/netlink/attr.h [new file with mode: 0644]
package/libnl-tiny/src/include/netlink/cache-api.h [new file with mode: 0644]
package/libnl-tiny/src/include/netlink/cache.h [new file with mode: 0644]
package/libnl-tiny/src/include/netlink/data.h [new file with mode: 0644]
package/libnl-tiny/src/include/netlink/errno.h [new file with mode: 0644]
package/libnl-tiny/src/include/netlink/genl/ctrl.h [new file with mode: 0644]
package/libnl-tiny/src/include/netlink/genl/family.h [new file with mode: 0644]
package/libnl-tiny/src/include/netlink/genl/genl.h [new file with mode: 0644]
package/libnl-tiny/src/include/netlink/genl/mngt.h [new file with mode: 0644]
package/libnl-tiny/src/include/netlink/handlers.h [new file with mode: 0644]
package/libnl-tiny/src/include/netlink/list.h [new file with mode: 0644]
package/libnl-tiny/src/include/netlink/msg.h [new file with mode: 0644]
package/libnl-tiny/src/include/netlink/netlink-compat.h [new file with mode: 0644]
package/libnl-tiny/src/include/netlink/netlink-kernel.h [new file with mode: 0644]
package/libnl-tiny/src/include/netlink/netlink.h [new file with mode: 0644]
package/libnl-tiny/src/include/netlink/object-api.h [new file with mode: 0644]
package/libnl-tiny/src/include/netlink/object.h [new file with mode: 0644]
package/libnl-tiny/src/include/netlink/socket.h [new file with mode: 0644]
package/libnl-tiny/src/include/netlink/types.h [new file with mode: 0644]
package/libnl-tiny/src/include/netlink/utils.h [new file with mode: 0644]
package/libnl-tiny/src/include/netlink/version.h [new file with mode: 0644]
package/libnl-tiny/src/msg.c [new file with mode: 0644]
package/libnl-tiny/src/nl.c [new file with mode: 0644]
package/libnl-tiny/src/object.c [new file with mode: 0644]
package/libnl-tiny/src/socket.c [new file with mode: 0644]
package/libnl/Makefile
package/madwifi/Config.in
package/madwifi/Makefile
package/madwifi/files/lib/wifi/madwifi.sh
package/madwifi/patches-upstream/104-autocreate_none.patch [deleted file]
package/madwifi/patches-upstream/111-minstrel_crash.patch [deleted file]
package/madwifi/patches/123-ccmp_checks.patch
package/madwifi/patches/351-scanlist.patch
package/madwifi/patches/389-autochannel.patch
package/madwifi/patches/411-autochannel_multi.patch
package/madwifi/patches/416-wprobe.patch [new file with mode: 0644]
package/madwifi/patches/418-turbo.patch [deleted file]
package/madwifi/patches/420-diversity_fix.patch
package/madwifi/patches/421-channel_handling.patch [new file with mode: 0644]
package/madwifi/patches/422-confchange_reset.patch [new file with mode: 0644]
package/wprobe/Makefile [new file with mode: 0644]
package/wprobe/files/wprobe.init [new file with mode: 0755]
package/wprobe/src/exporter/Makefile [new file with mode: 0644]
package/wprobe/src/exporter/wprobe-export.c [new file with mode: 0644]
package/wprobe/src/exporter/wprobe-export.h [new file with mode: 0644]
package/wprobe/src/kernel/Makefile [new file with mode: 0644]
package/wprobe/src/kernel/linux/wprobe.h [new file with mode: 0644]
package/wprobe/src/kernel/wprobe-core.c [new file with mode: 0644]
package/wprobe/src/kernel/wprobe-dummy.c [new file with mode: 0644]
package/wprobe/src/user/Makefile [new file with mode: 0644]
package/wprobe/src/user/list.h [new file with mode: 0644]
package/wprobe/src/user/wprobe-info.c [new file with mode: 0644]
package/wprobe/src/user/wprobe.c [new file with mode: 0644]
package/wprobe/src/user/wprobe.h [new file with mode: 0644]