Commit Graph

441 Commits (19074c2685daab40b9cb4b9defed2dac016ce6cf)

Author SHA1 Message Date
Imre Kaloz 588d69a7c7 add preliminary Marvell Orion support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11352 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-04 13:51:17 +00:00
Imre Kaloz 95866983ca refresh madwifi patches using upstream style
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11351 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-04 13:16:18 +00:00
Felix Fietkau ed893cab23 madwifi: fix cflags for generic mips hal
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11319 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-01 12:08:02 +00:00
Felix Fietkau a14c2d47bb fix madwifi menuconfig (thx, Othello)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11318 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-01 06:00:25 +00:00
Felix Fietkau ee548d3c10 add missing export
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11317 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-01 03:40:10 +00:00
Felix Fietkau 390ae88a94 madwifi: refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11316 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-01 03:01:58 +00:00
Felix Fietkau 01f2def2c1 madwifi: clean up scanning code, add support for changing scan lists
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11315 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-01 03:00:59 +00:00
Felix Fietkau 61ab116341 madwifi: update to sam leffler's latest hal
fixes LED on wisoc
fixes rx sensitivity issues
improves throughput on all cards/devices
enhances link stability


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11314 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-01 03:00:32 +00:00
Felix Fietkau 9e14a5acc0 clean up performance patch, add some head/tailroom calculation fixes (thx, benoit)
fix some unused variables


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11313 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-01 00:11:32 +00:00
Felix Fietkau 0853b35bdd madwifi build scripts cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11312 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-01 00:11:14 +00:00
Felix Fietkau 69d2637ec6 ifndef is not supported inside make variable expansion
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11165 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-17 20:13:29 +00:00
Travis Kemen fea093c9a4 This patch adds a number of configuration options to the MadWifi package. You can
now configure the HAL, bus, default rate control algorithm as well as the debug
mode from within make menuconfig. The goal is to be able to support hardware
profiles with different HALs without messing around with the Makefile directly.
Signed-off-by: Axel Gembe <ago@bastart.eu.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11140 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-15 00:59:34 +00:00
Imre Kaloz 3166c564d9 add preliminary support for Storm SL3512 based devices, not ready yet
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10956 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-27 17:03:01 +00:00
Felix Fietkau 30eb459d06 leave ack/cts setting alone by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10926 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-23 04:58:34 +00:00
Felix Fietkau b3a79b0adc move timeout trigger for protection mode to node timeout trigger
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10925 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-23 03:50:01 +00:00
Felix Fietkau a23e24f7dd clean up cwmin/cwmax defines and remove some wrong values which made minstrel a bit inaccurate
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10924 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-23 03:49:42 +00:00
Felix Fietkau c78311b598 madwifi: put an upper limit on the amount of sampling that minstrel should do when
the link changes its status from very good to slightly bad. the previous version
of the patch could have resulted in erratic rate control behavior when there
was a lot of sampling backlog.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10921 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-22 23:35:27 +00:00
Felix Fietkau 3799cffe24 add some more fine tuning for madwifi
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10900 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-21 03:45:52 +00:00
Felix Fietkau 6733517255 madwifi: add configurable rssi threshold and timeout values for protection mode
the 11b protection mode can harm throughput a lot, so let's make sure that it is
only active as long as it needs to be.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10899 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-21 03:45:39 +00:00
Felix Fietkau 0e4c43ff34 reorder patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10898 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-21 03:45:22 +00:00
Felix Fietkau 37f1fdc83e madwifi: remove the minstrel_mrr hack and add two patches that massively improve minstrel's performance and response time
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10897 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-21 02:39:40 +00:00
Felix Fietkau 58f27d06dd fix a some txq races (merge from madwifi-trunk)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10895 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-20 22:01:27 +00:00
Felix Fietkau 9b8022d7a9 more performance for madwifi :)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10855 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-17 16:37:36 +00:00
Felix Fietkau 2eacf37a83 add performance improvement for madwifi on low-memory systems
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10850 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-17 02:40:55 +00:00
Nicolas Thill 18c2896da9 explicitely disable a bunch of package on ar7 until we properly detect pci & usb support at configure time
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10839 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-15 02:08:11 +00:00
Imre Kaloz a2f9064438 do target dependent optimizations
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10834 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-14 13:24:30 +00:00
Felix Fietkau 70d0bfde06 madwifi: remove reset delay - seems like it's not necessary anymore
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10777 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-09 19:55:08 +00:00
Felix Fietkau 35f9e31068 madwifi: add support for drop-in hal replacements
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10629 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-03-20 06:57:01 +00:00
Andy Boyett 3b61a2ed5b Revert r10553 "fix channel change bugs," causes kernel oopses. Closes #3213.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10628 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-03-20 01:57:27 +00:00
John Crispin fb13fc23e1 make madwifi startup script aware of new iwpriv options
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10598 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-03-13 14:54:26 +00:00
Felix Fietkau 91c75f93ea madwifi: add patches for maximum and minimum rate (thx, SeG)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10555 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-03-07 01:36:41 +00:00
Felix Fietkau b35e83bce5 madwifi: don't deliver broadcast frames to vaps that aren't up
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10554 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-03-07 01:06:41 +00:00
Felix Fietkau 093c320d2c fix channel change bugs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10553 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-03-07 01:06:37 +00:00
Felix Fietkau 6a4a05e153 include noise in stats struct
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10552 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-03-07 01:06:31 +00:00
Felix Fietkau 0705bc2507 debugging fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10551 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-03-07 01:06:26 +00:00
Felix Fietkau 41fcb9d31a madwifi: napi polling fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10550 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-03-07 01:06:23 +00:00
Felix Fietkau fd1bb6a60a sync with madwifi commit 3362
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10519 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-23 14:26:55 +00:00
Travis Kemen a681b77642 madwifi 2.6.24 compile fix Signed-off-by: Alexandros C. Couloumbis <alex@ozo.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10517 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-22 16:42:44 +00:00
Felix Fietkau 03569e4636 *sigh* nuke more debug crap
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10516 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-21 13:04:30 +00:00
Felix Fietkau a4e577c228 madwifi: minor ap scanning bugfix
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10513 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-21 02:13:49 +00:00
Felix Fietkau 3a0d4a11c4 improve reliability of beacon transmissions after channel change
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10512 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-20 21:26:29 +00:00
Felix Fietkau 5d0313b536 refresh madwifi patches, fix an issue with napi polling (thx SeG)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10511 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-20 21:26:21 +00:00
Felix Fietkau c224a0b40b napi polling fix
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10507 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-20 16:54:51 +00:00
Felix Fietkau ab1b60675d madwifi: remove a dangerous debugging define
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10506 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-20 16:54:45 +00:00
Felix Fietkau bdace9cc48 improve reliability of the beaconcal patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10505 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-20 16:54:40 +00:00
Travis Kemen 77a0906bed fix problems with the use of a passphrase, add option to use a key instead of passphrase
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10450 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-13 03:40:45 +00:00
Felix Fietkau 386ed5f1b1 add a fix for memleaks caused by failed memory allocations
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10417 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-08 05:13:06 +00:00
Felix Fietkau 33de11f2c4 madwifi: add ap mode specific improvements to the calibration process. reported to produce a noticeable increase in rx/tx strength
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10416 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-08 05:13:00 +00:00
Felix Fietkau 971f6226a9 disable radar detection by default until it is fixed
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10401 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-05 22:25:29 +00:00
John Crispin 46ed09781b fix wpa_supplicant for madwifi
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10392 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-05 13:36:30 +00:00
Felix Fietkau 35bf3bbf34 pull madwifi forward to the latest upstream version - should fix some dual radio issues; add preliminary 2.6.24 support patch (compiles, not run-time tested, thx SeG)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10334 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-31 04:09:54 +00:00
Felix Fietkau 4e5c17b9f6 fix a small race condition in the madwifi queue handling
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10312 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-29 17:17:04 +00:00
Felix Fietkau 946009061c add missing #include
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10297 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-28 21:02:31 +00:00
Felix Fietkau cdc99530a2 more queue handling stuff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10296 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-28 19:35:38 +00:00
Felix Fietkau b3378a4f12 update madwifi to latest trunk, include a few more fixes/improvements
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10294 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-28 18:34:06 +00:00
Felix Fietkau 1808b5ff09 madwifi: nuke some weird code which is causing NULL nodes to appear
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10274 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-26 15:18:18 +00:00
Felix Fietkau 301d317458 do not use kzalloc() in madwifi, for compatibility reasons
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10272 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-26 10:17:22 +00:00
Felix Fietkau 8a61d35764 madwifi: nuke some totally wrong code which was causing performance issues
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10270 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-26 05:45:37 +00:00
Felix Fietkau 6d9de3dbec madwifi: use mrr even in legacy mode
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10269 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-26 05:45:31 +00:00
Felix Fietkau 7c9bfa0ce2 add a patch for properly refreshing the bssidmask
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10268 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-26 04:47:11 +00:00
Felix Fietkau 40bd451c88 add extra sanity checks in madwifi
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10266 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-26 04:19:50 +00:00
Felix Fietkau 161bb50f5d add a patch for improved transmit signal strength in madwifi
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10264 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-26 03:21:12 +00:00
Felix Fietkau 862e65eb35 add some random madwifi fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10260 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-25 23:09:13 +00:00
Felix Fietkau 9263a154e8 upgrade madwifi, finally fix the annoying ap auto channel selection bug, default to automatic channel selection
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10259 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-25 20:24:25 +00:00
Travis Kemen 722e7ba818 add options for options xr, ar, turbo, mcast_rate Signed-off-by: Lorenz Schori <lorenz.schori@gmx.ch>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10217 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-17 01:23:38 +00:00
Travis Kemen f13bde287e fix madwifi compile for iop32x
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10198 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-15 00:01:05 +00:00
Felix Fietkau 89749888e9 fix madwifi bssid allocation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10087 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-02 19:47:05 +00:00
Felix Fietkau 07ac525153 remove uninstalldev templates (no longer necessary)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9906 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-25 01:40:47 +00:00
Felix Fietkau 9f8fe53b64 sync with madwifi changeset 3070
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9835 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-22 16:17:17 +00:00
Felix Fietkau 7ff22aacee Add a madwifi patch by Brian Candler, which fixes minstrel when operating without multi-rate retry.
Should lead to significant performance improvements when dealing with stations in B/G mixed mode.
Fixes #2876


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9820 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-21 15:36:54 +00:00
Felix Fietkau 24055a00d8 refresh patches, make madwifi-dfs compile on linux 2.4 again
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9719 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-13 04:26:55 +00:00
Felix Fietkau b3f891cafd update to latest madwifi-dfs snapshot, fix a crash on broadcom 47xx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9718 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-13 04:26:46 +00:00
Felix Fietkau 9b4a544391 update madwifi to the madwifi-dfs branch - should fix a few ad-hoc mode issues, needs more testing
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9648 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-02 22:28:14 +00:00
Travis Kemen 443811ed6c add options for rate 80211h compression bursting wmm and mac filtering From: Vasilis T. (aka Acinonyx)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9624 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-28 20:34:00 +00:00
Travis Kemen 6512b870c4 some cleanup and remove overwriting of device defaults for bgscan and diversity
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9619 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-28 19:25:54 +00:00
Travis Kemen 9e7e0ecbd4 don't overwrite device default for fast frames closes #2321
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9609 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-28 03:07:18 +00:00
Felix Fietkau 7dadd99723 update to latest madwifi snapshot - fixes some noderef bugs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9602 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-27 22:06:27 +00:00
Felix Fietkau 0c2297fd03 fix remaining netif_rx calls in napi polling patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9601 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-27 22:05:40 +00:00
Felix Fietkau beedcf12af remove madwifi tx locking patch - i don't trust it
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9580 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-18 15:40:12 +00:00
Felix Fietkau 205e8fa6ef update madwifi to latest rev - works around some crashiness
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9507 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-07 13:02:09 +00:00
Felix Fietkau f723def033 update madwifi to latest version (fixes #2403)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9466 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-31 13:06:27 +00:00
Felix Fietkau bff0d1a414 oops.... committed an outdated patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9456 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-27 23:21:40 +00:00
Felix Fietkau ff222cf475 madwifi: don't poll the channel noise in a performance critical path
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9454 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-27 17:51:52 +00:00
Florian Fainelli 275198f3f9 i686 should use the i386 HAL
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9438 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-24 19:50:06 +00:00
Felix Fietkau 5da9789f56 revert changes to io access functions done in madwifi trunk
(they seem wrong to me, and they break xscale)
fixes #2591


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9433 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-24 17:56:21 +00:00
Felix Fietkau 2bbcb1d2dc upgrade madwifi to r2756
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9422 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-24 04:35:02 +00:00
Imre Kaloz 0e389d46a7 remove madwifi karma patch until it's fixed
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9404 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-22 22:40:23 +00:00
John Crispin 5e6504c49f refreshed madwifi patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9380 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-20 19:13:53 +00:00
Florian Fainelli 3c913c3872 Convert the karma changes to be an ioctl
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9358 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-19 06:19:00 +00:00
John Crispin 192269eb17 fixed wpa2 support for madwifi/wpa_supplicant
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9355 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-18 20:51:21 +00:00
Florian Fainelli d18b4df6c6 Build a karma variant of madwifi
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9316 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-14 11:42:09 +00:00
Florian Fainelli 6fe5be408f Fix agmode selection (#2438)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9075 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-29 19:14:42 +00:00
Felix Fietkau bb6c4aade1 add $(STAGING_DIR) as argument to the InstallDev template and update packages accordingly - this way we can reuse InstallDev to automatically generate UninstallDev or create -dev packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9052 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-28 01:45:11 +00:00
Nicolas Thill e80f8a0ca2 prevent madwifi from building on UML
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8855 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-20 07:11:52 +00:00
Nicolas Thill e6a94c5040 don't assume PCI support, cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8803 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-16 16:27:49 +00:00
Felix Fietkau 9f3dd91b3b fix madwifi build on atheros
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8725 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-09 22:59:46 +00:00
Felix Fietkau cb85463818 fix madwifi channel setting (#2073)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8681 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-07 20:42:59 +00:00
Nicolas Thill 2180fa92a1 move package description to a separate definition, remove it when DESCRIPTION=TITLE
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8659 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-07 08:34:51 +00:00
Felix Fietkau 92558d67a4 strip the kernel version suffix from target directories, except for brcm-2.4 (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8653 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-06 16:27:37 +00:00
Nicolas Thill 69ffd95c71 use a default VERSION field for kmod packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8575 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-02 16:39:27 +00:00
Felix Fietkau 60c2519c7f madwifi: fix 'bad ratekbps' message when running adhoc in .11a
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8395 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-08-11 00:16:10 +00:00
Felix Fietkau cac682810c adhoc has issues with bgscan as well
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8394 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-08-10 23:28:05 +00:00
Felix Fietkau 63a80db500 add a missing variable assignment
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8339 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-08-04 11:31:40 +00:00
Felix Fietkau 9f6c6d14ec add a fix for skb_put_over in beacon handling code
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8325 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-08-03 01:46:47 +00:00
Felix Fietkau 3204a4bf16 madwifi: bgscan is a bit broken. disable by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8315 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-08-02 13:26:24 +00:00
Felix Fietkau c1ade838d1 madwifi: bump release version
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8311 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-08-01 18:39:29 +00:00
Felix Fietkau 3117077a92 madwifi: remove stuck beacon workaround (does not work properly). add a workaround for MIB interrupt flooding
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8310 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-08-01 18:37:20 +00:00
Felix Fietkau 7899ed621a fix a typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8220 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-29 19:20:34 +00:00
John Crispin a036fad72f Some packages make no sense or do not build for etrax
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8216 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-29 15:50:32 +00:00
Felix Fietkau f022e73033 merge madwifi r2591 for rxantenna selection
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8157 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-25 14:07:04 +00:00
Felix Fietkau 0a9cc878be merge madwifi trunk changeset 2597
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8136 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-23 22:05:00 +00:00
Felix Fietkau 6c7dc15e14 another attempt at fixing the madwifi memleak for good. i'm 95% sure this is the right fix, but it needs to be tested in a real ad-hoc environment... (#2121)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8111 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-23 00:37:35 +00:00
Felix Fietkau 552c9cbb5b refresh madwifi patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8110 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-22 23:49:34 +00:00
Felix Fietkau 2fd3ce45f4 keep track of the wifi interface state in /var/state/wireless
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8108 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-22 18:32:47 +00:00
Felix Fietkau a13fa65207 add a workaround for the hostapd killed issue when using more than one wifi card (#1928, #2040)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8077 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-20 16:11:46 +00:00
Felix Fietkau ae9858eeac add a workaround for a wds related crash
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8062 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-19 16:15:35 +00:00
Imre Kaloz 9246de4ea2 avr32 build fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8017 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-17 10:38:33 +00:00
Felix Fietkau 417174ab7f refresh madwifi patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7961 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-13 09:18:45 +00:00
Felix Fietkau 5a85e7c451 madwifi: patch for 'fixing' stuck beacons through card recalibration
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7960 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-13 09:17:34 +00:00
Felix Fietkau 3236b075a4 fix madwifi unload/reload on SoC
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7958 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-13 08:23:22 +00:00
Felix Fietkau a979cb5ebf fix monitor mode related crash in madwifi (#2034)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7957 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-13 07:24:43 +00:00
Felix Fietkau 91b62a82de add missing changes from #1949
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7948 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-12 21:03:05 +00:00
Felix Fietkau 9df0e0206f add tpc change from #1949
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7947 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-12 19:17:32 +00:00
Felix Fietkau be2a8e9b25 sync with latest madwifi snapshot, refresh patches, add tpc fix by mdtaylor (should fix #1949)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7929 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-11 21:13:50 +00:00
Felix Fietkau 0a64600606 fix madwifi compile for 2.4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7885 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-07 09:29:15 +00:00
Mike Baker 970a97827f clean up default wifi config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7873 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-04 11:15:12 +00:00
Felix Fietkau b6c3f28a94 remove ad-hoc tx hang workaround - the underlying issue has been fixed a while ago
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7868 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-04 02:11:41 +00:00
Felix Fietkau 7a4a7a3469 remove minstrel rate hack
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7867 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-04 01:53:21 +00:00
Felix Fietkau ba72763d78 another madwifi update
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7866 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-04 01:25:54 +00:00
Felix Fietkau 9fd129d453 update to the latest madwifi snapshot
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7864 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-03 21:03:58 +00:00
Felix Fietkau bd45d860a9 refresh a patch that is causing problems on certain systems
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7857 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-02 21:52:32 +00:00
Felix Fietkau 551ed8e7b0 fix a horrible memleak in madwifi
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7850 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-02 10:59:51 +00:00
Felix Fietkau 7da0006733 fix a crash related to wep and mic handling (#1973)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7813 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-30 22:30:36 +00:00
Felix Fietkau 28696b037a add madwifi changeset 2484 (node refcounting patch) - i will resync with madwifi svn after the 7.07 release
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7807 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-30 19:47:24 +00:00
Felix Fietkau 3bb8361553 clean up the madwifi SoC support patch - remove some breakage that went unnoticed because it only applies to kernelversions before 2.6.19
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7746 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-28 00:01:11 +00:00
Travis Kemen 1026bb5d7e add fragmentation and rts settings thanks rene closes #1725
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7743 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-27 13:25:55 +00:00
Felix Fietkau 0459ba37f3 madwifi: add some extra delay between bringing the interface up and configuring it (#1703)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7729 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-25 10:58:17 +00:00
Felix Fietkau 12a81e859f refresh all package patches in the buildroot using quilt
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7490 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-04 11:25:53 +00:00
Felix Fietkau 304696e31d madwifi: fix an unhandle cryptoapi change (wpa2)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7470 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-03 02:28:45 +00:00
Felix Fietkau 802b43511e fixes for wpa/wpa2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7453 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-02 17:04:43 +00:00
Felix Fietkau fabf8d6cfe madwifi update: include upstream fixes for ff handling, disable ff by default (not reliable enough), wpa in ap mode should be working now
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7440 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-02 02:22:01 +00:00
Felix Fietkau d507266605 optimize the performance of the minstrel rate algorithm - don't sample lower rates if the rate with the higest probability is high
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7437 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-01 20:04:47 +00:00
Felix Fietkau 2bf6b22457 minor locking change
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7436 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-01 18:25:33 +00:00
Felix Fietkau 6807ed16ee madwifi: fix a crash in ff handling
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7435 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-01 18:25:18 +00:00
Felix Fietkau 7c60834086 disable tpc in madwifi by default (seems to be hurting performance in long-distance links)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7434 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-01 18:24:56 +00:00
Felix Fietkau 499b312466 forgot a small change
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7426 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-01 10:30:35 +00:00
Felix Fietkau b21f9823c4 clean up madwifi and sync with trunk
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7425 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-01 10:29:49 +00:00
Felix Fietkau be17aedd15 madwifi: fix a few locking mistakes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7410 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-31 04:51:43 +00:00
Felix Fietkau 5a0fd0833f madwifi: add patch for doing ad-hoc and master mode at the same (including beacon handling)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7409 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-31 03:41:01 +00:00
Felix Fietkau 68d4892473 update madwifi to latest trunk - performance enhancements
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7341 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-26 16:52:05 +00:00
Felix Fietkau a06786d6ea update madwifi to latest trunk (refcount and hal-0.9.30.13 got merged) and include a security fix that was merged in 0.9.3.1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7309 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-23 14:54:18 +00:00
Felix Fietkau 48744dd266 seems like the upstream fix for the minstrel crash wasn't enough. add an extra check
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7303 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-21 07:47:51 +00:00
Felix Fietkau 85296fc1a6 madwifi: add support for the ahdemo (ad-hoc demo) mode in /etc/config/wireless. using it, simultaneous ap+mesh operation is possible
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7302 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-21 07:22:02 +00:00
Felix Fietkau 12fcc529af fix essid setting in adhoc mode
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7301 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-21 06:34:05 +00:00
Felix Fietkau ec7bfb90b5 madwifi: switch to latest madwifi-hal-0.9.30.13 snapshot as reference
merge in refcount branch as well and clean up openwrt patches (a few fixes got merged upstream)


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7300 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-21 06:25:34 +00:00
Felix Fietkau 929850fe05 oops... wrong patch (unfixed typo)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7299 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-21 03:53:26 +00:00
Felix Fietkau 563b6f298e more cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7298 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-21 03:50:55 +00:00
Felix Fietkau 476e273e81 cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7297 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-21 03:36:08 +00:00
Felix Fietkau 2a756cdce6 make txstop workaround safe with napi polling
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7258 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-16 13:44:06 +00:00
Felix Fietkau e7d7f7e2d8 madwifi: enable txstop workaround for ap and ibss mode only
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7223 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-14 11:11:42 +00:00
Felix Fietkau d3070f92e2 madwifi: remove V=1 (was only added for debugging)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7218 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-13 23:04:20 +00:00
Felix Fietkau 78b487f942 oops. some code accidentally slipped into the wrong patch file :)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7217 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-13 23:03:34 +00:00
Felix Fietkau b48e9f9d72 madwifi: fix xscale build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7213 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-13 19:19:27 +00:00
Felix Fietkau eebac21d22 huge madwifi update - use a madwifi-ng-refcount snapshot as base, includes lots of bugfixes and performance enhancements
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7211 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-13 16:24:11 +00:00
Mike Baker 3cffd994a6 fix isolate mode
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7155 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-10 06:54:47 +00:00
Travis Kemen cdb0a95442 add isolate closes #1636
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7133 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-08 01:11:33 +00:00
Felix Fietkau 1ffb5db378 madwifi: fix static bssid setting for ad-hoc mode
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7067 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-04-29 20:50:42 +00:00
Felix Fietkau 3efafd390f remove led fix again - seems like gpio handling is really broken in the original madwifi hal
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7057 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-04-26 16:53:58 +00:00
Felix Fietkau e59680d6c7 fix for the wifi led on atheros SoC
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7053 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-04-26 11:34:56 +00:00
Felix Fietkau c951bb10d6 don't try to set up wpa if hostapd is not installed
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7005 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-04-19 11:42:39 +00:00
Felix Fietkau 441413596f improve handling of 11a/b/g mode setting. redirect iwconfig channel errors to /dev/null (the command fails at times and needs to be run multiple times, because it's a bit unreliable)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6975 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-04-16 20:59:16 +00:00
Felix Fietkau 7fbae2f84f madwifi init: set the channel after bringing up the interface (sometimes it needs the channel before bringing up the interface, sometimes after, no idea what's going on)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6939 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-04-12 17:34:21 +00:00
Felix Fietkau 94ad65aa18 don't call wpa_supplicant unconditionally
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6656 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-24 01:03:42 +00:00
Felix Fietkau 2c8d0980de fix wep encryption setting for madwifi
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6655 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-24 01:01:18 +00:00
Felix Fietkau 23d90b1c4d fix a small typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6654 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-24 00:43:05 +00:00
Felix Fietkau 3438f73de2 fix a harmless warning
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6650 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-23 16:48:43 +00:00
Florian Fainelli 2c9f0e14e6 Add bssid fix from #1281
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6601 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-18 12:59:44 +00:00
Travis Kemen 8dcd686170 remove duplicate section to find bridge name
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6591 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-17 03:56:14 +00:00
Felix Fietkau 713863458d add file type autodetection for the unpack command and nuke PKG_CAT:= in lots of places
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6582 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-16 20:21:39 +00:00
Felix Fietkau c70cfb3d1a add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use KERNEL_BUILD_DIR if kernel.mk is included, BUILD_DIR otherwise)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6580 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-16 19:18:55 +00:00
Mike Baker 59e316c32c add a new 'option disabled' to wifi-device
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6576 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-16 13:56:36 +00:00
Mike Baker e62084b7f5 Enable bridge, disable wifi
Easier to deal with "how do I enable wifi" than "why isn't wifi working?"


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6570 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-15 23:17:16 +00:00
Travis Kemen 0d4671a953 added TXpower, antenna diversity, distance, backround scan, PSK and PSK2 settings, from #1287 #1255
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6567 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-15 03:21:35 +00:00
Imre Kaloz aec06de3db add preliminary IOP32x support, mark it broken for now
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6557 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-11 19:49:50 +00:00
Felix Fietkau f5685b7e3e use config_get_bool for hide_ssid option in madwifi
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6408 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-27 23:10:53 +00:00
Florian Fainelli 1ec4cebdef Add hidden_ssid option to madwifi script (#1363)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6406 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-27 23:05:05 +00:00
Felix Fietkau 5ae4ff8844 nuke even more debug stuff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6333 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-20 22:35:12 +00:00
Felix Fietkau b659eaa3fc sorry, last commit had a bug
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6332 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-20 22:04:49 +00:00
Felix Fietkau a4fe64450e fix debug patch for ahb
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6331 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-20 22:00:29 +00:00
Imre Kaloz 1f4c37cfeb disable debugging stuff in madwifi - saves precious flash space :)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6329 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-20 13:16:51 +00:00
Felix Fietkau ca1b0dc166 fix madwifi compile for atheros 2.6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6260 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-04 03:28:57 +00:00
Felix Fietkau f764bcfdf9 get rid of the get_system_type() dependency for atheros 2.6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6259 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-04 03:27:41 +00:00
Florian Fainelli 7e2cf9b6e3 Fix wep encryption setting with madwifi (#1173)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6125 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-18 14:43:21 +00:00
Felix Fietkau dc9e0519cc fix a small typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6104 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-15 00:10:00 +00:00
Felix Fietkau 2ab09f7882 fix madwifi mode selection problems
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6063 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-10 16:14:16 +00:00
Felix Fietkau 55cde828d3 fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6049 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-09 17:40:25 +00:00
Felix Fietkau a8ae4e817d fix a typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6039 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-08 16:39:40 +00:00
Felix Fietkau 9ff0d5832d fix b/g mode selection for madwifi, update documentation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5973 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-04 01:29:01 +00:00
Felix Fietkau 1eb8154bc4 madwifi: fix setting the essid for ap mode
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5903 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-27 00:55:59 +00:00
Felix Fietkau 7d9e204f3d remove problematic change that probably broke SoC support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5891 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-22 11:58:24 +00:00
Felix Fietkau d92d7ad898 move hostapd setup function to wireless-tools package, as it is driver independent
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5890 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-22 08:06:07 +00:00
Felix Fietkau d12343b632 nuke old madwifi init script, add new /lib/wifi handler (usable for many configurations already), fix up a target name
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5889 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-22 08:02:59 +00:00
Felix Fietkau 1820fb67b7 lots of enhancements for the madwifi script (hostapd calls for ap with wpa implemented, two kinds of wds support added - by essid or by bssid, various bugfixes)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5888 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-22 07:58:06 +00:00
Felix Fietkau 055290f33c update madwifi SoC support patch, add device ids for 2317 (will be functional after a hal upgrade)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5887 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-22 03:52:48 +00:00
Felix Fietkau 09987790ae add two patches from madwifi trac ticket 914 - should fix multiple wlanconfig create/destroy runs and a few wds related crashes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5865 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-19 22:52:16 +00:00
Nicolas Thill bfc971d255 use INSTALL_DIR variable
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5809 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-16 19:57:11 +00:00
Felix Fietkau 717b57173d add SoC support to madwifi
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5804 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-16 00:39:57 +00:00
Imre Kaloz 8c1e1f53c4 remove the ar531x-2.4 target, a 2.6 port will be added soon
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5796 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-14 22:50:13 +00:00
Felix Fietkau ccd6e6d87b prepare madwifi for the kernel upgrade to 2.6.19
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5780 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-14 04:54:59 +00:00
Felix Fietkau 070350b0d9 fix file encoding of madwifi security patch (trac gave me CRLF)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5744 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-09 21:38:50 +00:00
Felix Fietkau d6b8219de1 add an update for the not-entirely-correct security fix of madwifi (see [5720], madwifi changeset 1847)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5726 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-08 16:48:43 +00:00
Felix Fietkau ea702df14a update madwifi (security issues: CVE-2006-6332)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5720 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-08 12:42:25 +00:00
Mike Baker cf96f6961a /etc/config/wireless support for madwifi (work in progress)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5630 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-23 18:27:22 +00:00
Felix Fietkau 5a32593057 replace lots of manual install commands with INSTALL_* variables
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5624 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-23 00:29:07 +00:00
Felix Fietkau 768b48f380 implement target profiles in menuconfig
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5512 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-12 05:06:56 +00:00
Nicolas Thill 803f212243 use target optimization flags for madwifi tools
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5314 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-27 19:14:43 +00:00
Felix Fietkau 8ae816d309 put madwifi in the right category
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5196 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-17 20:52:40 +00:00
Felix Fietkau fc8658be6d make kernel module packaging code reusable and use it in madwifi
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5189 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-17 16:13:10 +00:00
Florian Fainelli 85bd2e19cc Do not automatically create atheros devices (#811), and potentially other bugs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5168 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-16 22:18:06 +00:00
Felix Fietkau c731d42b1a init script cleanup, use /etc/rc.d/ for enabled scripts, /etc/init.d/<pkgname> (enable|disable) manages symlinks
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5128 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-15 21:03:30 +00:00
Felix Fietkau 3aa127d7a5 add new rc.common for standardized init scripts, convert existing init scripts
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4915 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-04 20:05:48 +00:00
Nicolas Thill ecb6c4b599 new (last?) attempt at standardizing Makefiles
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4855 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-09-24 20:49:31 +00:00
Nicolas Thill 6329bdf5b2 standardize Makefile
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4840 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-09-23 19:27:45 +00:00
Felix Fietkau 491afa06d6 add no_werror patch again, fix xscale cflags
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4704 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-08-30 03:21:23 +00:00
Felix Fietkau a8d058988a remove -mapcs-32 from madwifi xscale build
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4703 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-08-30 02:58:26 +00:00
Felix Fietkau 697a5b1a51 update madwifi to 0.9.2
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4701 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-08-29 16:20:00 +00:00
Felix Fietkau f77beb333e skip a lot of useless junk in madwifi on linux 2.4
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4699 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-08-29 10:11:12 +00:00
Imre Kaloz d5a6e89b8f add basic support for the Magicbox boards
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4672 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-08-25 21:53:54 +00:00
Mike Baker 2ffe012ebb set PATH in rules.mk
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4438 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-08-04 11:59:52 +00:00
Mike Baker 1dac4c1d16 yet more cleanup (make sure to honor TARGET_CC and not just TARGET_CROSS)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4433 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-08-04 06:23:47 +00:00
Mike Baker f9e5c1b1d5 credit where credit is due
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4091 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-27 00:35:46 +00:00
Felix Fietkau 24cf53528f add INCLUDE_DIR variable for $(TOPDIR)/include
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4033 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-21 02:32:39 +00:00
Felix Fietkau 08cbdbc1b0 build system cleanup. move shared include files into $(TOPDIR)/include, move lzma, mkfs.* into toolchain/
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4032 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-21 02:16:37 +00:00
Felix Fietkau 7cfe9e1b0f override LDOPTS to remove madwifi compile warning
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3999 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-18 19:16:04 +00:00
Felix Fietkau afc8caf22f remove old ipkg directory
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3979 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-18 12:39:53 +00:00
Mike Baker 63628841c9 fix madwifi compile when using slab allocator
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3937 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-13 18:27:55 +00:00
Felix Fietkau 3a918c6b24 madwifi: remove the hard dependency on kernel aes support - only needed for software crypto
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3934 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-12 20:42:11 +00:00
Felix Fietkau d4fccc70fc disable madwifi rfkill support by default (broken on some hardware)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3915 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-08 16:35:15 +00:00
Felix Fietkau 07dab1f992 remove old Config.in files
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3865 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-05-31 16:02:13 +00:00
Felix Fietkau a9cef3fb2e add missing kernel version to madwifi package
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3861 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-05-31 14:42:45 +00:00
Felix Fietkau 2f06ccc9f1 kernel package cleanup, move madwifi from target/linux/package/ to package/, update to 0.9.0
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3860 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-05-31 14:32:17 +00:00