add support for the new broadcom driver to wificonf. wep is currently broken. will...
authorFelix Fietkau <nbd@openwrt.org>
Mon, 14 Nov 2005 02:07:33 +0000 (02:07 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 14 Nov 2005 02:07:33 +0000 (02:07 +0000)
commit0df4877bd36602f5f6921c64da09a4a150b0ae8e
tree22e67fc1552992d31065f271032dbfa1a0c4f94a
parent67541afa1680ebfa229e429d6f623126d5eb5110
add support for the new broadcom driver to wificonf. wep is currently broken. will fix that later, when i find out what's wrong with it

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2480 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/wificonf/Makefile
package/wificonf/include/proto/802.11.h [new file with mode: 0644]
package/wificonf/include/proto/bcmeth.h [new file with mode: 0644]
package/wificonf/include/proto/bcmevent.h [new file with mode: 0644]
package/wificonf/include/proto/bcmip.h [new file with mode: 0644]
package/wificonf/include/proto/ethernet.h [new file with mode: 0644]
package/wificonf/include/proto/vlan.h [new file with mode: 0644]
package/wificonf/include/proto/wpa.h [new file with mode: 0644]
package/wificonf/include/wlioctl.h [new file with mode: 0644]
package/wificonf/wificonf.c