Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mac80211: fix ath5k dma size workaround for ar71xx Atheros legacy hardware ↵ | Felix Fietkau | 2009-08-20 | 1 | -4/+10 |
| | | | | | | does not perform well on ar71xx unless both TXCFG and RXCFG are forced to 4 bytes. The previous patch only changed RXCFG. The OpenWrt Madwifi HAL also sets both RXCFG and TXCFG SVN-Revision: 17328 | ||||
* | upgrade mac80211 to 2008-08-20 and clean up some unnecessary patching to ↵ | Felix Fietkau | 2009-08-20 | 5 | -521/+6 |
| | | | | | | config.mk, which frequently causes rejects on new versions SVN-Revision: 17326 | ||||
* | mac80211: add deadlock fix patch | Gabor Juhos | 2009-08-16 | 1 | -0/+108 |
| | | | | SVN-Revision: 17290 | ||||
* | Do not build the mac80211 module in the kernel. The attributes ↵ | Hauke Mehrtens | 2009-08-15 | 2 | -1/+25 |
| | | | | | | skb->do_not_encrypt and skb->requeue in include/linux/skbuff.h are not used my mac80211 any more. SVN-Revision: 17276 | ||||
* | also exclude usb_unpoison_urb | Hauke Mehrtens | 2009-08-15 | 1 | -7/+7 |
| | | | | SVN-Revision: 17275 | ||||
* | Build modules only if realy needed. | Hauke Mehrtens | 2009-08-15 | 2 | -20/+75 |
| | | | | SVN-Revision: 17267 | ||||
* | Update to compat-wireless-2009-08-15 | Hauke Mehrtens | 2009-08-15 | 17 | -640/+180 |
| | | | | SVN-Revision: 17265 | ||||
* | mac80211: add more ath9k patches | Gabor Juhos | 2009-07-24 | 2 | -0/+154 |
| | | | | SVN-Revision: 16967 | ||||
* | mac80211: add more ath9k patches | Gabor Juhos | 2009-06-25 | 6 | -0/+427 |
| | | | | SVN-Revision: 16562 | ||||
* | Update compat-wireless to 2009-06-25 | Hauke Mehrtens | 2009-06-25 | 7 | -271/+64 |
| | | | | SVN-Revision: 16561 | ||||
* | mac80211/ath5k: add workaround for the AR71xx PCI bug | Gabor Juhos | 2009-06-21 | 1 | -0/+32 |
| | | | | SVN-Revision: 16535 | ||||
* | fix unaligned accesses in b43/xmit.c (#5169) | Florian Fainelli | 2009-06-15 | 1 | -0/+52 |
| | | | | SVN-Revision: 16474 | ||||
* | Update to compat-wireless-2009-06-02 | Hauke Mehrtens | 2009-06-02 | 6 | -113/+28 |
| | | | | SVN-Revision: 16300 | ||||
* | Add rtl8180 and rtl8187 support. Based on patch from #5138. | Hauke Mehrtens | 2009-05-24 | 1 | -4/+2 |
| | | | | SVN-Revision: 16022 | ||||
* | update compat-wireless to 2009-05-21 | Andy Boyett | 2009-05-22 | 3 | -24/+57 |
| | | | | SVN-Revision: 15976 | ||||
* | mac80211: update compat-wireless to 2009-05-08 | Gabor Juhos | 2009-05-09 | 1 | -16/+0 |
| | | | | SVN-Revision: 15738 | ||||
* | Update to compat-wireless-2009-05-01 | Hauke Mehrtens | 2009-05-01 | 23 | -6459/+373 |
| | | | | SVN-Revision: 15536 | ||||
* | mac80211: backport ath9k uninline patch | Gabor Juhos | 2009-04-29 | 1 | -0/+104 |
| | | | | SVN-Revision: 15490 | ||||
* | mac80211: cleanup patches | Gabor Juhos | 2009-04-24 | 4 | -31/+17 |
| | | | | SVN-Revision: 15392 | ||||
* | b43: Remove unnecessary MMIO accesses in the interrupt hotpath. | Michael Büsch | 2009-04-08 | 1 | -0/+177 |
| | | | | SVN-Revision: 15160 | ||||
* | Remove 500-b43-disable_qos_when_openfw.patch | Michael Büsch | 2009-04-07 | 1 | -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 patches | Michael Büsch | 2009-04-06 | 3 | -7/+186 |
| | | | | SVN-Revision: 15121 | ||||
* | A patch which works around the issue is included in compat wireless. | Michael Büsch | 2009-04-06 | 1 | -24/+0 |
| | | | | SVN-Revision: 15120 | ||||
* | Update to compat-wireless-2009-03-31 | Hauke Mehrtens | 2009-04-02 | 17 | -1027/+862 |
| | | | | SVN-Revision: 15083 | ||||
* | Make b43 hwrng optional | Michael Büsch | 2009-03-29 | 1 | -0/+78 |
| | | | | SVN-Revision: 15070 | ||||
* | update compat-wireless to 2009-03-24 | Hauke Mehrtens | 2009-03-24 | 2 | -11/+17 |
| | | | | SVN-Revision: 15019 | ||||
* | b43legacy: Fix compilation. | Michael Büsch | 2009-03-20 | 1 | -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üsch | 2009-03-19 | 1 | -0/+26 |
| | | | | SVN-Revision: 14951 | ||||
* | Update compat-wireless to 2009-03-18 | Hauke Mehrtens | 2009-03-18 | 21 | -1453/+1422 |
| | | | | | | | | | | 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 fixes | Michael Büsch | 2009-03-17 | 1 | -3/+30 |
| | | | | SVN-Revision: 14933 | ||||
* | b43: Fix for non-PCI builds | Michael Büsch | 2009-03-17 | 1 | -7/+14 |
| | | | | SVN-Revision: 14932 | ||||
* | mac80211: update compat-wireless to 2009-03-09 | Gabor Juhos | 2009-03-10 | 3 | -88/+21 |
| | | | | SVN-Revision: 14831 | ||||
* | mac80211: update compat-wireless to 2009-03-07 | Gabor Juhos | 2009-03-08 | 8 | -771/+0 |
| | | | | SVN-Revision: 14795 | ||||
* | mac80211: update compat-wireless to 2009-03-05, add more rt2x00 and ath9k ↵ | Gabor Juhos | 2009-03-06 | 10 | -93/+674 |
| | | | | | | patches SVN-Revision: 14757 | ||||
* | mac80211: update compat-wireless to 2009-03-04, and refresh patches | Gabor Juhos | 2009-03-05 | 32 | -1598/+491 |
| | | | | SVN-Revision: 14749 | ||||
* | mac80211: add ath9k init values patch | Gabor Juhos | 2009-03-03 | 1 | -0/+282 |
| | | | | SVN-Revision: 14745 | ||||
* | mac80211: update compat-wireless to 2009-03-03, and add a new ath9k patch | Gabor Juhos | 2009-03-03 | 2 | -2/+31 |
| | | | | SVN-Revision: 14744 | ||||
* | mac80211: update compat-wireless to 2009-02-25 | Gabor Juhos | 2009-02-26 | 25 | -201/+79 |
| | | | | SVN-Revision: 14675 | ||||
* | Fix ath5k crash on load (#4689) | Florian Fainelli | 2009-02-24 | 1 | -1/+1 |
| | | | | SVN-Revision: 14652 | ||||
* | upgrade to latest compat-wireless and rt2800 version | Felix Fietkau | 2009-02-21 | 26 | -72/+383 |
| | | | | SVN-Revision: 14605 | ||||
* | mac80211: update compat-wireless to 2009-02-19 | Gabor Juhos | 2009-02-20 | 10 | -245/+13 |
| | | | | SVN-Revision: 14572 | ||||
* | mac80211: Add Open FirmWare and Broadcom firmware version 4.178.10.4 support ↵ | Hauke Mehrtens | 2009-02-18 | 1 | -0/+11 |
| | | | | | | to b43 package. SVN-Revision: 14555 | ||||
* | mac80211: add more patches from the rt2x00 git repository | Gabor Juhos | 2009-02-16 | 12 | -0/+630 |
| | | | | SVN-Revision: 14534 | ||||
* | mac80211: reorder patches | Gabor Juhos | 2009-02-16 | 3 | -0/+0 |
| | | | | SVN-Revision: 14533 | ||||
* | mac80211: update compat-wireless to 2009-02-15 | Gabor Juhos | 2009-02-16 | 6 | -39/+39 |
| | | | | SVN-Revision: 14532 | ||||
* | mac80211: add rt2800 patches from the rt2x00 git rope | Gabor Juhos | 2009-02-08 | 10 | -0/+767 |
| | | | | SVN-Revision: 14435 | ||||
* | mac80211: update compat-wireless to 2009-02-07 | Gabor Juhos | 2009-02-08 | 7 | -333/+340 |
| | | | | SVN-Revision: 14434 | ||||
* | mac80211: update compat-wireless to 2009-02-02 | Gabor Juhos | 2009-02-03 | 1 | -1/+1 |
| | | | | SVN-Revision: 14385 | ||||
* | mac80211/ath9k: fix invalid MAC address handling | Gabor Juhos | 2009-02-01 | 1 | -0/+25 |
| | | | | SVN-Revision: 14342 | ||||
* | mac80211/ath9k: enable debug stuff | Gabor Juhos | 2009-01-31 | 1 | -0/+11 |
| | | | | SVN-Revision: 14334 |