summaryrefslogtreecommitdiffstats
path: root/package/mac80211
Commit message (Collapse)AuthorAgeFilesLines
...
* add rt2800 (probably still defunct)Felix Fietkau2008-11-031-0/+9
| | | | SVN-Revision: 13116
* upgrade compat-wireless to 2008-11-03Felix Fietkau2008-11-0326-7694/+9495
| | | | SVN-Revision: 13114
* mac80211: fix zd1211rw firmware locationGabor Juhos2008-10-281-2/+2
| | | | SVN-Revision: 13065
* mac80211: fix zd1211rw build errorGabor Juhos2008-10-171-3/+18
| | | | SVN-Revision: 12996
* mac80211: add rate control rewrite and enhance the performance of the ↵Felix Fietkau2008-10-1122-129/+7636
| | | | | | minstrel algorithm for non-mrr configurations SVN-Revision: 12948
* update to latest compat-wireless version and add some new minstrel/b43 fixesFelix Fietkau2008-10-1011-1522/+179
| | | | SVN-Revision: 12939
* mac80211/compat-wireless: don't patch a generated fileFelix Fietkau2008-10-081-19/+0
| | | | SVN-Revision: 12895
* add the new compat-wireless for 2.6.27 + multi-rate retry and minstrel ↵Felix Fietkau2008-10-0611-5/+1818
| | | | | | patches, rename patches/ for old compat-wireless to patches-old/ SVN-Revision: 12865
* Silence ifconfig down errors in mac80211 (#4067)Florian Fainelli2008-10-041-1/+1
| | | | SVN-Revision: 12856
* fix depends, from sn9Travis Kemen2008-09-131-4/+3
| | | | SVN-Revision: 12589
* This patch enables the new ath5k driver. Works for me with X86 Alix board an ↵Florian Fainelli2008-08-272-12/+18
| | | | | | | | AR2413 minipci card. iw and iwconfig works. Signed-off-by: Dirk Nehring <dnehring@gmx.net> SVN-Revision: 12397
* Allow mac80211 drivers to work in master modeFlorian Fainelli2008-08-132-3/+27
| | | | SVN-Revision: 12299
* Fix putting mac80211 interfaces in monitor and managed modesFlorian Fainelli2008-08-131-3/+8
| | | | SVN-Revision: 12293
* Add generic wpa_supplicant calls and use them for mac80211 and madwifi.Florian Fainelli2008-08-121-24/+9
| | | | SVN-Revision: 12289
* mark mac80211 as broken on avr32Felix Fietkau2008-08-051-1/+1
| | | | SVN-Revision: 12147
* fixes download path for mac80211John Crispin2008-07-281-1/+1
| | | | SVN-Revision: 11975
* update compat-wireless to a newer version, but leave it at the old version ↵Felix Fietkau2008-07-201-4/+5
| | | | | | for brcm47xx (b43 does not compile with the new one) SVN-Revision: 11883
* Build zd1211rw (#3759)Florian Fainelli2008-07-141-12/+10
| | | | SVN-Revision: 11819
* fixes zd1211rw compile and cleans up mac80211 MakefileJohn Crispin2008-07-121-30/+8
| | | | SVN-Revision: 11787
* Remove ssb headers from mac80211 to avoid conflict with in-kernel onesPeter Denison2008-06-131-0/+1
| | | | SVN-Revision: 11462
* Update mac80211 to compat-wireless-2008-05-26Peter Denison2008-06-042-10/+21
| | | | SVN-Revision: 11357
* remove hacks to disable modules on some targets now that we do have proper ↵Nicolas Thill2008-05-261-4/+2
| | | | | | PCI & USB support detected on all targets at config-time, mark p54 as broken (for too long) SVN-Revision: 11272
* Use the locally mirrored compat-wireless tarblall (#3377)Florian Fainelli2008-04-271-1/+1
| | | | SVN-Revision: 10951
* explicitely disable a bunch of package on ar7 until we properly detect pci & ↵Nicolas Thill2008-04-151-1/+3
| | | | | | usb support at configure time SVN-Revision: 10839
* mac80211 / compat-wireless fixes: * build in KERNEL_BUILD_DIR * only build ↵Nicolas Thill2008-04-131-3/+9
| | | | | | kernel module if it's selected SVN-Revision: 10815
* Disable drivers that we do not package within the mac80211 package ↵Florian Fainelli2008-04-092-0/+143
| | | | | | (everything except rt2x00) SVN-Revision: 10775
* fix a dependency bugFelix Fietkau2008-04-071-1/+1
| | | | SVN-Revision: 10769
* Use the 2008-04-07 snapshot, also mirrored to downloads.openwrt.orgFlorian Fainelli2008-04-071-1/+1
| | | | SVN-Revision: 10755
* Migrate rt2x00 to the compat-wireless versionFlorian Fainelli2008-04-071-2/+139
| | | | SVN-Revision: 10753
* Switch to compat-wirelessFlorian Fainelli2008-04-0666-27939/+13
| | | | SVN-Revision: 10742
* Allow setting mac80211 interface into ad-hoc mode (#3247)Florian Fainelli2008-03-271-2/+7
| | | | SVN-Revision: 10677
* mac80211 wifi script: Tell hostapd to use the nl80211 driver.Michael Büsch2008-02-171-3/+3
| | | | SVN-Revision: 10477
* mac80211: allow AP and VLAN modesMichael Büsch2008-02-161-0/+25
| | | | SVN-Revision: 10471
* Upgrade b43 and mac80211.Michael Büsch2008-02-1572-7286/+10097
| | | | | | | This also temporarly disables hostapd support for mac80211, as hostapd needs patches to compile against latest mac80211. Will do that in a seperate patch. SVN-Revision: 10466
* remove uninstalldev templates (no longer necessary)Felix Fietkau2007-12-251-4/+0
| | | | SVN-Revision: 9906
* prevent mac80211 from accidentally starting to build on older kernel ↵Felix Fietkau2007-11-171-6/+8
| | | | | | versions because of dependencies (#2718) SVN-Revision: 9578
* fix up hostapd for mac80211Felix Fietkau2007-11-1673-13/+4652
| | | | SVN-Revision: 9554
* add b43 fixes from #2677Felix Fietkau2007-11-111-1/+1
| | | | SVN-Revision: 9535
* clean up mac80211 related kernel version depsFelix Fietkau2007-11-101-15/+11
| | | | SVN-Revision: 9522
* fix mac80211 compileFelix Fietkau2007-10-211-2/+2
| | | | SVN-Revision: 9391
* fix more downloading crapFelix Fietkau2007-10-211-3/+0
| | | | SVN-Revision: 9389
* fix nl80211Felix Fietkau2007-10-131-3/+4
| | | | SVN-Revision: 9296
* don't build mac80211 if the kernel version does not matchFelix Fietkau2007-10-131-0/+2
| | | | SVN-Revision: 9294
* fix include, reduce verbosityFelix Fietkau2007-10-131-4/+2
| | | | SVN-Revision: 9292
* add updated mac80211 - this no longer relies on patching includes in the ↵Felix Fietkau2007-10-1351-11929/+8701
| | | | | | kernel trees, but just uses its own instead SVN-Revision: 9290
* add minimal uci supportEugene Konev2007-10-052-0/+200
| | | | SVN-Revision: 9145
* add $(STAGING_DIR) as argument to the InstallDev template and update ↵Felix Fietkau2007-09-281-3/+3
| | | | | | packages accordingly - this way we can reuse InstallDev to automatically generate UninstallDev or create -dev packages SVN-Revision: 9052
* move crypto support to a seperate crypto.mk file, split modules into ↵Nicolas Thill2007-09-231-1/+1
| | | | | | multiple packages and adjust dependencies, sync crypto options in kconfigs. SVN-Revision: 8980
* move package description to a separate definition, remove it when ↵Nicolas Thill2007-09-071-2/+4
| | | | | | DESCRIPTION=TITLE SVN-Revision: 8659
* another cleanup missed from [8587]Nicolas Thill2007-09-031-2/+0
| | | | SVN-Revision: 8589