summaryrefslogtreecommitdiffstats
path: root/package/mac80211
Commit message (Collapse)AuthorAgeFilesLines
...
* add a workaround for devices that only start beaconing after scanning, that ↵Florian Fainelli2009-03-251-0/+1
| | | | | | is almost every driver except b43 SVN-Revision: 15041
* update compat-wireless to 2009-03-24Hauke Mehrtens2009-03-243-13/+19
| | | | SVN-Revision: 15019
* b43legacy: Fix compilation.Michael Büsch2009-03-201-5/+7
| | | | | | We must enable DMA and disable PIO (PIO is not usable anyway). SVN-Revision: 14954
* b43: Mask the PHY TX error interrupt for now.Michael Büsch2009-03-191-0/+26
| | | | SVN-Revision: 14951
* Update compat-wireless to 2009-03-18Hauke Mehrtens2009-03-1822-1456/+1424
| | | | | | | | | | Removing of include/net/ieee80211_radiotap.h is not needed, because it is only used by this compat-wireless. There are changes in that file and compat-wireless needs the newest version. Some more symbols are deactivated in the default config file, this will make building faster. The rt2800pci patches are up to date now. SVN-Revision: 14946
* b43: More non-PCI fixesMichael Büsch2009-03-172-5/+38
| | | | SVN-Revision: 14933
* b43: Fix for non-PCI buildsMichael Büsch2009-03-172-11/+24
| | | | SVN-Revision: 14932
* b43-fwsquash: Fix dependency definitionsMichael Büsch2009-03-171-4/+2
| | | | SVN-Revision: 14930
* b43: Add support for removing unnecessary firmware files to reduce the image ↵Michael Büsch2009-03-173-0/+148
| | | | | | size. SVN-Revision: 14929
* mac80211: update compat-wireless to 2009-03-13Gabor Juhos2009-03-141-2/+2
| | | | SVN-Revision: 14871
* mac80211: update compat-wireless to 2009-03-09Gabor Juhos2009-03-104-90/+23
| | | | SVN-Revision: 14831
* fix p54usb firmware md5sum (#4759)Florian Fainelli2009-03-091-1/+1
| | | | SVN-Revision: 14821
* mac80211: update compat-wireless to 2009-03-07Gabor Juhos2009-03-089-773/+2
| | | | SVN-Revision: 14795
* turn some of the kernel dependencies the other way around to make it easier ↵Hauke Mehrtens2009-03-071-11/+11
| | | | | | to support new kernel. SVN-Revision: 14783
* extract the rfkill module to an extra package, only build rfkill module if ↵Hauke Mehrtens2009-03-071-2/+2
| | | | | | it is not integrated into the kernel. SVN-Revision: 14780
* mac80211: update compat-wireless to 2009-03-05, add more rt2x00 and ath9k ↵Gabor Juhos2009-03-0611-95/+676
| | | | | | patches SVN-Revision: 14757
* mac80211: update compat-wireless to 2009-03-04, and refresh patchesGabor Juhos2009-03-0533-1601/+494
| | | | SVN-Revision: 14749
* mac80211: add ath9k init values patchGabor Juhos2009-03-032-1/+283
| | | | SVN-Revision: 14745
* mac80211: update compat-wireless to 2009-03-03, and add a new ath9k patchGabor Juhos2009-03-033-5/+34
| | | | SVN-Revision: 14744
* mac80211: update compat-wireless to 2009-02-25Gabor Juhos2009-02-2626-203/+81
| | | | SVN-Revision: 14675
* allow mac80211 devices to be configured to do 802.11s, requires iwFlorian Fainelli2009-02-261-2/+16
| | | | SVN-Revision: 14669
* Fix ath5k crash on load (#4689)Florian Fainelli2009-02-241-1/+1
| | | | SVN-Revision: 14652
* eliminate redundancy by creating the quilt_used stampfile in the right placeFelix Fietkau2009-02-221-1/+0
| | | | SVN-Revision: 14620
* add missing dependenciesFelix Fietkau2009-02-221-2/+2
| | | | SVN-Revision: 14607
* upgrade to latest compat-wireless and rt2800 versionFelix Fietkau2009-02-2127-74/+385
| | | | SVN-Revision: 14605
* mac80211: refresh patches for old versionHauke Mehrtens2009-02-214-31/+27
| | | | SVN-Revision: 14591
* mac80211: update compat-wireless to 2009-02-19Gabor Juhos2009-02-2011-249/+18
| | | | SVN-Revision: 14572
* mac80211: wrong md5sum of OpenFirmware. Fixes #4664Hauke Mehrtens2009-02-191-1/+1
| | | | SVN-Revision: 14571
* mac80211: extract broadcom firmware out of broadcom-wl-4.178.10.4.tar.bz2Hauke Mehrtens2009-02-191-5/+5
| | | | SVN-Revision: 14570
* Fix typoMichael Büsch2009-02-181-1/+1
| | | | SVN-Revision: 14558
* mac80211: Add Open FirmWare and Broadcom firmware version 4.178.10.4 support ↵Hauke Mehrtens2009-02-183-19/+102
| | | | | | to b43 package. SVN-Revision: 14555
* mac80211: add more patches from the rt2x00 git repositoryGabor Juhos2009-02-1613-1/+631
| | | | SVN-Revision: 14534
* mac80211: reorder patchesGabor Juhos2009-02-163-0/+0
| | | | SVN-Revision: 14533
* mac80211: update compat-wireless to 2009-02-15Gabor Juhos2009-02-167-42/+42
| | | | SVN-Revision: 14532
* mac80211: remove '$(PKG_BUILD_DIR)/modules' before compilation (closes #4634)Gabor Juhos2009-02-161-0/+1
| | | | SVN-Revision: 14530
* mac80211: update p54 firmware and fix mac80211 dependancy Signed-off-by: Jan ↵Gabor Juhos2009-02-151-10/+23
| | | | | | Willies <jan@willies.info> SVN-Revision: 14516
* make b43/b43legacy selectable again (#4596)Florian Fainelli2009-02-131-1/+1
| | | | SVN-Revision: 14491
* mac80211: add rt2800 patches from the rt2x00 git ropeGabor Juhos2009-02-0811-1/+768
| | | | SVN-Revision: 14435
* mac80211: update compat-wireless to 2009-02-07Gabor Juhos2009-02-088-335/+342
| | | | SVN-Revision: 14434
* mac80211: update compat-wireless to 2009-02-02Gabor Juhos2009-02-032-5/+5
| | | | SVN-Revision: 14385
* mac80211/ath9k: fix invalid MAC address handlingGabor Juhos2009-02-011-0/+25
| | | | SVN-Revision: 14342
* mac80211/ath9k: enable debug stuffGabor Juhos2009-01-311-0/+11
| | | | SVN-Revision: 14334
* mac80211/ath9k: replace the accidentaly committed patchGabor Juhos2009-01-311-18/+2
| | | | SVN-Revision: 14331
* mac80211/ath9k: disable leds on the ar9100 devicesGabor Juhos2009-01-311-0/+38
| | | | SVN-Revision: 14330
* mac80211: refresh patchesGabor Juhos2009-01-311-4/+4
| | | | SVN-Revision: 14329
* mac80211: move txpower to wifi-device section, but remain backwards compatibleAndy Boyett2009-01-312-5/+7
| | | | SVN-Revision: 14309
* mac80211: update compat-wireless to 2009-01-29Gabor Juhos2009-01-303-6/+6
| | | | SVN-Revision: 14279
* add some work-in-progress patches for ath5k stability and performanceFelix Fietkau2009-01-303-0/+1203
| | | | SVN-Revision: 14277
* mac80211: cleanup mac80211.shGabor Juhos2009-01-281-11/+11
| | | | SVN-Revision: 14246
* mac80211: update compat-wireless to 2009-01-24 (patch by Hauke Mehrtens ↵Gabor Juhos2009-01-2523-1996/+693
| | | | | | <hauke@hauke-m.de>) SVN-Revision: 14172