summaryrefslogtreecommitdiff
path: root/package/mac80211
AgeCommit message (Collapse)Author
2009-06-29[package] mac80211: Declare some variables as local and remove unusedacinonyx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16627 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-25[packages] mac80211: add more ath9k patchesjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16562 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-25[mac80211] Update compat-wireless to 2009-06-25hauke
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16561 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-21[package] mac80211/ath5k: add workaround for the AR71xx PCI bugjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16535 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-15[package] fix unaligned accesses in b43/xmit.c (#5169)florian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16474 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-02[mac80211] Update to compat-wireless-2009-06-02hauke
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16300 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-01[mac80211] B43 needs CONFIG_RFKILL_INPUT not only CONFIG_RFKILL.hauke
Fixes #5245. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16263 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-24[mac80211] Add rtl8180 and rtl8187 support.hauke
Based on patch from #5138. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16022 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-22[mac80211] update compat-wireless to 2009-05-21agb
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15976 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-15cardbus != pcmcia -- disable it in b43kaloz
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15857 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-11[ssb] Add support for pcmcia to ssb.hauke
b43 will build now with pcmcia support. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15784 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-09[package] mac80211: update compat-wireless to 2009-05-08juhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15738 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-01[mac80211] Update to compat-wireless-2009-05-01hauke
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15536 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-29[package] mac80211: backport ath9k uninline patchjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15490 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-27introduce a generic PKG_CONFIG_DEPENDS for packages that need to be ↵nico
reconfigured when certain CONFIG options changed, rename PKG_BUILD_DEPEND to PKG_BUILD_DEPENDS git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15451 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-24[package] mac80211: cleanup patchesjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15392 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-10[mac80211] The b43 needs kmod-ssb. On the brcm47xx and brcm63xx target it is ↵hauke
integrated into the kernel all other need the module. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15195 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-08b43: Remove unnecessary MMIO accesses in the interrupt hotpath.mb
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15160 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-08remove the b43 dependency on brcm47xx/brcm63xxnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15156 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-07Add some b43 firmware helptextmb
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15143 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-07Remove 500-b43-disable_qos_when_openfw.patchmb
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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15142 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-06b43: Add DMA poisoning patchesmb
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15121 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-06A patch which works around the issue is included in compat wireless.mb
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15120 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-02[mac80211] Update to compat-wireless-2009-03-31hauke
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15083 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-29Make b43 hwrng optionalmb
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15070 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-27wifi: fix hostapd + autochannelnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15055 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-25[package] add a workaround for devices that only start beaconing after ↵florian
scanning, that is almost every driver except b43 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15041 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-24[mac80211] update compat-wireless to 2009-03-24hauke
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15019 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-20b43legacy: Fix compilation.mb
We must enable DMA and disable PIO (PIO is not usable anyway). git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14954 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-19b43: Mask the PHY TX error interrupt for now.mb
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14951 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-18[mac80211] Update compat-wireless to 2009-03-18hauke
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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14946 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-17b43: More non-PCI fixesmb
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14933 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-17b43: Fix for non-PCI buildsmb
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14932 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-17b43-fwsquash: Fix dependency definitionsmb
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14930 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-17b43: Add support for removing unnecessary firmware files to reduce the image ↵mb
size. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14929 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-14[package] mac80211: update compat-wireless to 2009-03-13juhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14871 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-10[package] mac80211: update compat-wireless to 2009-03-09juhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14831 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-09[package] fix p54usb firmware md5sum (#4759)florian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14821 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-08[package] mac80211: update compat-wireless to 2009-03-07juhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14795 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-07[packages] turn some of the kernel dependencies the other way around to make ↵hauke
it easier to support new kernel. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14783 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-07[kernel] extract the rfkill module to an extra package, only build rfkill ↵hauke
module if it is not integrated into the kernel. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14780 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-06[package] mac80211: update compat-wireless to 2009-03-05, add more rt2x00 ↵juhosg
and ath9k patches git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14757 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-05[package] mac80211: update compat-wireless to 2009-03-04, and refresh patchesjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14749 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-03[package] mac80211: add ath9k init values patchjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14745 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-03[package] mac80211: update compat-wireless to 2009-03-03, and add a new ↵juhosg
ath9k patch git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14744 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-02-26[package] mac80211: update compat-wireless to 2009-02-25juhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14675 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-02-26[package] allow mac80211 devices to be configured to do 802.11s, requires iwflorian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14669 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-02-24Fix ath5k crash on load (#4689)florian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14652 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-02-22eliminate redundancy by creating the quilt_used stampfile in the right placenbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14620 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-02-22add missing dependenciesnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14607 3c298f89-4303-0410-b956-a3cf2f4a3e73