Commit Graph

530 Commits (571bd159a1f45d7ccf79332c8be1ae8b8b8e499d)

Author SHA1 Message Date
Felix Fietkau 57d0b185e5 madwifi: remove my maintainer line from the package
SVN-Revision: 31021
12 years ago
Gabor Juhos 9c60e5677b package/madwifi: apply AR71XX PCI workaround on ATH79 as well
SVN-Revision: 30414
13 years ago
John Crispin f4f326699b madwifi: rename patch from ifxmips -> lantiq
SVN-Revision: 29020
13 years ago
Jonas Gorski 0a2eb804cc package: madwifi: mark as broken for 3.2
SVN-Revision: 28894
13 years ago
Jo-Philipp Wich ee875810eb madwifi: change wireless ifname numbering schema Instead of simply counting up until we hit a free iface, group ifnames by wiphy so that the first wlanX on a phy gets the phy number and following ifaces an index-suffix, e.g. ath0 for network 1 on phy 1 and ath0-1 for network 2 on phy 1. This fixes state var confusion when operating multiple radios and allows to reliably take down and restart one radio only, even if the number of networks changes in between. This should, along with other changes in LuCI, fix #10335.
SVN-Revision: 28785
13 years ago
Jo-Philipp Wich 89e74f6aea madwifi: introduce "disabled" option for wifi-iface section to shutdown single networks on a radio
SVN-Revision: 28199
13 years ago
Jonas Gorski b4b0adb79d package/madwifi: mark as broken for linux 3.1
Madwifi does not compile because of VLAN API changes.

SVN-Revision: 27937
13 years ago
John Crispin a6ceecd973 better lantiq support in madwifi
Allow for each lantiq target (without wifi eeprom) to define where
wireless configuration data is on flash. Patch also adds support for
sx763 lantiq target.

Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>

SVN-Revision: 27662
13 years ago
Hauke Mehrtens e8974127fb madwifi: Fix linux 3.0 detection
Allows madwifi to be built against linux 3.0.

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>

SVN-Revision: 27188
13 years ago
Felix Fietkau c2d4e98e34 madwifi: Fix compilation for 2.6.39
Fix compilation for 2.6.39 by replacing SPIN_LOCK_UNLOCKED with
DEFINE_SPINLOCK().

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>

SVN-Revision: 26771
13 years ago
Vasilis Tsiligiannis 98da9c9066 madwifi: typo(s) in /lib/wifi/madwifi.sh
Hi
minrate and maxrate are acually not boolean, so, for example
"config minrate 11000" in /etc/config/wireless has no effect.

Signed-off by: Jan Hetges <tran@ms20.net>

SVN-Revision: 26504
13 years ago
Vasilis Tsiligiannis 3549fb214f madwifi: Always escape SSID parameter
SVN-Revision: 26484
13 years ago
Felix Fietkau 2c875b2edc madwifi: add support for translating country codes into internal country code numbers (based on a patch by Manuel Munz)
SVN-Revision: 26306
13 years ago
Vasilis Tsiligiannis f06c25a0bb madwifi: Add newline at end of autodetected wireless config (cosmetic)
SVN-Revision: 26197
13 years ago
Vasilis Tsiligiannis 96bb1c7585 madwifi: Fix unique device autodetection
SVN-Revision: 26164
13 years ago
Vasilis Tsiligiannis fa6e1dd37d madwifi: Add support for multiple interfaces
SVN-Revision: 25951
13 years ago
Felix Fietkau 172241fa1b madwifi: fix logic error in r25929
SVN-Revision: 25942
13 years ago
Imre Kaloz 02dee9126e use the xscale hal by default for arm, override it where needed
SVN-Revision: 25929
13 years ago
Imre Kaloz b74308c433 only support EABI on ARM targets
SVN-Revision: 25928
13 years ago
Alexandros C. Couloumbis 86265da965 package/madwifi: fix for kernels >= 2.6.38
SVN-Revision: 25702
14 years ago
Alexandros C. Couloumbis a05994173d package/madwifi: extend wlanconfig scan ssid field from 14 to 30 characters
SVN-Revision: 25649
14 years ago
Felix Fietkau 240b10673d make all wext wifi drivers select DRIVER_WEXT_SUPPORT, so that hostapd/wpa_supplicant can make it optional
SVN-Revision: 25518
14 years ago
John Crispin 4a0572a8d0 * fixe up ifxmips patch for eeprom emulation to work with lantiq target
SVN-Revision: 25369
14 years ago
Alexandros C. Couloumbis 5eef1e4f29 package/madwifi: refresh madwifi patches
SVN-Revision: 23971
14 years ago
Alexandros C. Couloumbis 42eee22a9b package/madwifi: fix r23829 commit
SVN-Revision: 23830
14 years ago
Alexandros C. Couloumbis 20bf929ad8 package/madwifi: Use sema_init() instead of init_MUTEX() (based on: http://madwifi-project.org/changeset/4118)
SVN-Revision: 23829
14 years ago
Felix Fietkau 5aaa91d3ca madwifi: remove device ids for AR5416
SVN-Revision: 23730
14 years ago
Jo-Philipp Wich 87d81bc050 madwifi: fix syntax error introduced by r23660
SVN-Revision: 23679
14 years ago
Jo-Philipp Wich c0bda9a6a9 madwifi: make wep-open the default
SVN-Revision: 23660
14 years ago
Jo-Philipp Wich 1b495361a0 madwifi: add wep+open, wep+shared format support to madwifi as well
SVN-Revision: 23657
14 years ago
Alexandros C. Couloumbis 4ab812109b package/madwifi: fix mtu setting. (closes #7858)
SVN-Revision: 23628
14 years ago
Alexandros C. Couloumbis 00e17f0ba4 package/madwifi: enable mtu & mac config options for > 2.6.29 kernels
SVN-Revision: 22835
14 years ago
Imre Kaloz a1cdb24a3b add support for the Gateworks Laguna family (Cavium Networks Econa CNS3xxx)
SVN-Revision: 22323
14 years ago
Gabor Juhos 84df6b3728 madwifi: in-flash macs for mach-eap7660d
This patch makes madwifi respect (at least) the platform_data
supplied MAC address.

Signed-off-by: Daniel Golle <daniel.golle@gmail.com>

SVN-Revision: 22190
14 years ago
Claudio Mignanti 2d86ea7bf3 massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950
SVN-Revision: 22145
14 years ago
Felix Fietkau ff3d5025ac remove obsolete kernel dependencies and version checks
SVN-Revision: 21956
14 years ago
Jo-Philipp Wich 75c4084142 madwifi: rename incorrectly named patch file (#7459)
SVN-Revision: 21788
14 years ago
Alexandros C. Couloumbis 478e2efca7 add 2.6.35 support
SVN-Revision: 21693
14 years ago
Vasilis Tsiligiannis c42a8611fc madwifi: Fix 0dBm txpower setting display
SVN-Revision: 21584
14 years ago
Nicolas Thill 01ff61d127 package/madwifi: move configuration in submenu
SVN-Revision: 20911
14 years ago
Felix Fietkau 16e22d2559 madwifi: fix the tx rate display in iwconfig (#6925)
SVN-Revision: 20550
14 years ago
Felix Fietkau 655e90d706 madwifi: return to the bss channel after an issued ap mode scan has been completed (fixes #6599)
SVN-Revision: 20549
14 years ago
Vasilis Tsiligiannis ce75e4b893 madwifi: Fix RX packet and byte count, refresh patches (#6404)
SVN-Revision: 20434
14 years ago
Nicolas Thill f0aa9bc04f madwifi: remove redundant conditional dep, atheros has PCI support
SVN-Revision: 20263
14 years ago
Felix Fietkau f434771b7a madwifi: disable softled by default on pci devices (fixes #4484)
SVN-Revision: 20195
14 years ago
Nicolas Thill b4e99d33d9 use a common way of marking packages as not supported on specific targets
SVN-Revision: 20117
15 years ago
Matteo Croce 3ccd1aeab7 2.6.33 fixes for atheros and madwifi
SVN-Revision: 19963
15 years ago
Felix Fietkau f53f060299 madwifi: disable ccmp replay protection for ibss/ahdemo to make wpa-none work
SVN-Revision: 19822
15 years ago
Felix Fietkau c830d6cfe7 add me as a maintainer for a few other packages
SVN-Revision: 19439
15 years ago
Felix Fietkau 019ee54580 madwifi: fix/improve station idle timeout handling
SVN-Revision: 19378
15 years ago