summaryrefslogtreecommitdiffstats
path: root/package/madwifi
Commit message (Expand)AuthorAgeFilesLines
...
* bump some revisions and update copyrightsAndy Boyett2009-09-101-1/+1
* madwifi: replace an implicit memcpy with an explicit one (cosmetic fix)Felix Fietkau2009-09-091-1/+1
* madwifi: fix several noderef and ibss merge issues that led to memory leaks a...Felix Fietkau2009-09-0921-117/+165
* madwifi: add a configuration for uapsd (unscheduled automatic powersave deliv...Felix Fietkau2009-09-031-0/+3
* madwifi: fix another unconverted netdev_ops issueFelix Fietkau2009-08-281-4/+8
* madwifi: remove version selection supportFelix Fietkau2009-08-191-12/+0
* remove support for the madwifi upstream release, it doesn't work on newer ker...Felix Fietkau2009-08-194-67/+14
* madwifi: add patch for building all modules (except for the HAL) into a singl...Felix Fietkau2009-08-193-37/+801
* add powersave fixes based on patches by Steven Luo (#4376)Felix Fietkau2009-08-192-0/+35
* madwifi: refresh patchesFelix Fietkau2009-08-195-9/+9
* madwifi: fix frame dropped counterFelix Fietkau2009-08-111-0/+25
* madwifi: fix compiler warningFelix Fietkau2009-08-111-1/+1
* fix software rx filter for ibss mode (based on a patch by harald schiƶberg)Felix Fietkau2009-08-111-0/+20
* madwifi: fix compile error on kernels without net_device api compatibilityFelix Fietkau2009-08-115-11/+19
* madwifi: fix a race condition in the ap2ap wds setupFelix Fietkau2009-08-011-11/+33
* madwifi: disable debug by default in the source tree instead of only relying ...Felix Fietkau2009-08-011-3/+5
* madwifi: remove the get_arch.mk build failure when the 'detected' arch doesn'...Felix Fietkau2009-08-011-1/+6
* madwifi: fix crash on 2.6.30Felix Fietkau2009-07-182-2/+16
* madwifi: fix a race condition in the ibss mergeFelix Fietkau2009-07-161-0/+10
* madwifi: turn software based tsf merging on by default, get rid of some iwpri...Felix Fietkau2009-07-161-4/+5
* madwifi: clean up / fix ibss node handlingFelix Fietkau2009-07-161-0/+80
* madwifi: trivial antenna diversity fixFelix Fietkau2009-07-141-1/+1
* madwifi: remove the -mlong-calls cflag from include filesFelix Fietkau2009-07-131-0/+1
* madwifi.sh channel fixVasilis Tsiligiannis2009-07-121-22/+17
* madwifi: clean up wme handling, use same packet classification as mac80211Felix Fietkau2009-07-121-0/+136
* madwifi: fix another instance of excessive stack usage in wlanconfigFelix Fietkau2009-07-121-0/+9
* upgrade to the new version of wprobe - includes reconfigurable layer 2 statis...Felix Fietkau2009-07-061-22/+63
* madwifi: Disable compression capability on AR71XX and make it optional for ot...Vasilis Tsiligiannis2009-07-012-1/+13
* Various Makefile cleanup.Hauke Mehrtens2009-06-131-3/+3
* madwifi: disable compression by default, as it can cause instabilities on var...Felix Fietkau2009-06-111-2/+2
* madwifi: clear variables used in for loopVasilis Tsiligiannis2009-06-031-2/+1
* madwifi: fix wlanconfig athX destroy on 2.6.30 (incomplete netdev_ops transit...Felix Fietkau2009-06-011-3/+34
* now that the gemini target is working, get rid of the obsolete and buggy stor...Imre Kaloz2009-06-011-3/+0
* fix madwifi for the gemini targetImre Kaloz2009-06-011-0/+3
* madwifi: remove cruft from madwifi.sh introduced by r15954, thanks Vasilis Ts...Jo-Philipp Wich2009-05-311-43/+3
* madwifi: handle frame classification properly if eth->h_proto contains the pr...Felix Fietkau2009-05-311-1/+1
* madwifi: fix excessive stack usage in the wlanconfig toolFelix Fietkau2009-05-311-0/+11
* madwifi: if a txpower value below the poweroffset is requested, set the inter...Felix Fietkau2009-05-311-0/+16
* madwifi: add better hw detection, use a power offset for setting/getting tx p...Felix Fietkau2009-05-3128-283/+406
* madwifi: add sanity checks for monitor mode injectionFelix Fietkau2009-05-301-0/+26
* madwifi: fix an array overrun in the rate control attach checkFelix Fietkau2009-05-301-1/+1
* madwifi: remove the "turbo" iwpriv command, it does not do anything useful, b...Felix Fietkau2009-05-221-3/+0
* madwifi: fix a rare ad-hoc mode crashFelix Fietkau2009-05-211-0/+11
* madwifi: cosmetic fixes for maxrate/minrateFelix Fietkau2009-05-214-6/+6
* Declare some missing local variables in madwifi.sh Signed-off-by: Vasilis Tsi...Jo-Philipp Wich2009-05-201-17/+58
* Fix device name allocation This patch fixes a bug in madwifi where names for ...Jo-Philipp Wich2009-05-201-0/+30
* Build madwifi with compression capability enabled Signed-off-by: Vasilis Tsil...Jo-Philipp Wich2009-05-201-0/+3
* Detect every atheros device present This patch is for boards with more than o...Jo-Philipp Wich2009-05-201-1/+1
* madwifi: don't try to set an interface essid with an empty valueNicolas Thill2009-05-171-2/+4
* Make madwifi compile with kernel 2.6.30.Hauke Mehrtens2009-05-143-3/+151