summaryrefslogtreecommitdiffstats
path: root/package/mac80211
Commit message (Collapse)AuthorAgeFilesLines
* Update to compat-wireless-2009-06-02Hauke Mehrtens2009-06-027-116/+31
| | | | SVN-Revision: 16300
* B43 needs CONFIG_RFKILL_INPUT not only CONFIG_RFKILL. Fixes #5245.Hauke Mehrtens2009-06-011-3/+3
| | | | SVN-Revision: 16263
* Add rtl8180 and rtl8187 support. Based on patch from #5138.Hauke Mehrtens2009-05-242-4/+27
| | | | SVN-Revision: 16022
* update compat-wireless to 2009-05-21Andy Boyett2009-05-224-26/+59
| | | | SVN-Revision: 15976
* cardbus != pcmcia -- disable it in b43Imre Kaloz2009-05-151-3/+1
| | | | SVN-Revision: 15857
* Add support for pcmcia to ssb. b43 will build now with pcmcia support.Hauke Mehrtens2009-05-111-3/+1
| | | | SVN-Revision: 15784
* mac80211: update compat-wireless to 2009-05-08Gabor Juhos2009-05-092-18/+2
| | | | SVN-Revision: 15738
* Update to compat-wireless-2009-05-01Hauke Mehrtens2009-05-0124-6468/+397
| | | | SVN-Revision: 15536
* mac80211: backport ath9k uninline patchGabor Juhos2009-04-292-1/+105
| | | | SVN-Revision: 15490
* introduce a generic PKG_CONFIG_DEPENDS for packages that need to be ↵Nicolas Thill2009-04-271-1/+3
| | | | | | reconfigured when certain CONFIG options changed, rename PKG_BUILD_DEPEND to PKG_BUILD_DEPENDS SVN-Revision: 15451
* mac80211: cleanup patchesGabor Juhos2009-04-244-31/+17
| | | | SVN-Revision: 15392
* The b43 needs kmod-ssb. On the brcm47xx and brcm63xx target it is integrated ↵Hauke Mehrtens2009-04-101-1/+1
| | | | | | into the kernel all other need the module. SVN-Revision: 15195
* b43: Remove unnecessary MMIO accesses in the interrupt hotpath.Michael Büsch2009-04-081-0/+177
| | | | SVN-Revision: 15160
* remove the b43 dependency on brcm47xx/brcm63xxFelix Fietkau2009-04-081-1/+1
| | | | SVN-Revision: 15156
* Add some b43 firmware helptextMichael Büsch2009-04-071-0/+20
| | | | SVN-Revision: 15143
* Remove 500-b43-disable_qos_when_openfw.patchMichael Büsch2009-04-071-11/+0
| | | | | | | | | | | | | This patch is incorrect. It leaves mac80211 and b43 in different states. mac80211's hw->queues will be left at 4 (QoS enabled), while QoS will be disabled inside of b43's queue handling. There currently is no way to disable QoS after loading the firmware. Buildroot should probably statically change the module parameter to QoS=0, if the opensource firmware is built into the image. SVN-Revision: 15142
* b43: Add DMA poisoning patchesMichael Büsch2009-04-063-7/+186
| | | | SVN-Revision: 15121
* A patch which works around the issue is included in compat wireless.Michael Büsch2009-04-061-24/+0
| | | | SVN-Revision: 15120
* Update to compat-wireless-2009-03-31Hauke Mehrtens2009-04-0218-1029/+864
| | | | SVN-Revision: 15083
* Make b43 hwrng optionalMichael Büsch2009-03-292-0/+80
| | | | SVN-Revision: 15070
* wifi: fix hostapd + autochannelFelix Fietkau2009-03-271-0/+1
| | | | SVN-Revision: 15055
* 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