Commit Graph

481 Commits (65f47378d7baca9ba3c1e0cf634bce8af1783361)

Author SHA1 Message Date
Florian Fainelli 0ddfa39ecb mac80211: fix an eap frame handling bug in ath9k - fixes client mode rekeying issues
SVN-Revision: 19789
15 years ago
Jo-Philipp Wich e9cacfa59a mac80211: fix typo introduced in r19760 (#6707)
SVN-Revision: 19763
15 years ago
Hauke Mehrtens 046caa7e25 rt2800lib depends on rt2x00-usb
The rt2800lib module depends on rt2x00-usb if rt2x00-usb was build.

SVN-Revision: 19760
15 years ago
Felix Fietkau 6fdcbd0831 ath9k: fix beacon timer restarts after card resets - improves stability in AP mode
SVN-Revision: 19757
15 years ago
Hauke Mehrtens 3889c76a6e remove pcmcia and sdio
This fixes #6701

Remove the pcmcia and sdio interface from b43 driver to not depend on these modules.

SVN-Revision: 19756
15 years ago
Gabor Juhos a71b06ad65 mac80211: fix GPIO pin assignment for the LEDs on the WNDR3700 board
Signed-off-by: Scott Dudley <spmsink@hotmail.com>

SVN-Revision: 19745
15 years ago
Felix Fietkau d692a2340c mac80211: always use wpa_supplicant for client connections (patch by Stijn Tintel)
Since client mode in mac80211is unreliable without using wpa_supplicant,
it would be better to enable wpa_supplicant by default.

With this patch, wpa_supplicant will always be used for mac80211-based
drivers in client mode. This will break client mode for images that
don't include wpa_supplicant or wpad, so maybe I need to add a check
somewhere to see if wpa_supplicant is available, and show the user a
warning if he tries client mode without wpa_supplicant. Suggestions on
where to add this check are welcome.

Tested with ath5k in client mode on open and wpa2-psk network, and
tested on my ath9k based AP as well to make sure it doesn't break AP mode.

SVN-Revision: 19718
15 years ago
Felix Fietkau b47efaaf4d ath9k: fix rate control fallback rate selection - improves throughput and link stability
SVN-Revision: 19716
15 years ago
Felix Fietkau b3caca3677 mac80211: move the 2.6.30 compat patch to the other compat patches
SVN-Revision: 19715
15 years ago
Jo-Philipp Wich 0cfd25119d mac80211: add compile fix for pre-2.6.32 kernels
SVN-Revision: 19692
15 years ago
Felix Fietkau dd4893f453 mac80211: update to wireless-testing 2010-02-16
SVN-Revision: 19688
15 years ago
Felix Fietkau 69d4a1e9b8 ath9k: adjust ack timeout workaround patch based on upstream submission
SVN-Revision: 19638
15 years ago
Imre Kaloz 7b367d0313 with no users left, remove support for 2.6.21
SVN-Revision: 19578
15 years ago
Gabor Juhos 0cbc5f678d ar71xx/mac80211: add a workaround for the bad signal strength on the WNDR3700
SVN-Revision: 19565
15 years ago
Felix Fietkau e1efddf19b mac80211: use wpa_supplicant for unencrypted connections to improve client mode reliability (patch by Stijn Tintel from #6653)
SVN-Revision: 19550
15 years ago
Felix Fietkau 085737e0b0 mac80211: update to latest wireless-testing from today
SVN-Revision: 19501
15 years ago
Felix Fietkau 52c2e565dd mac80211: fix setup with more than 2 ap mode interfaces
SVN-Revision: 19494
15 years ago
Felix Fietkau 34c0c72a6e mac80211: make the vlan injection patch more specific
SVN-Revision: 19477
15 years ago
Felix Fietkau 8b08994455 mac80211: fix lookup for vlan'd stations for injected frames - fixes wpa rekeying with wds ap
SVN-Revision: 19476
15 years ago
Felix Fietkau 04e89fe9c5 mac80211: fix an eap frame handling bug in ath9k - fixes client mode rekeying issues
SVN-Revision: 19474
15 years ago
Felix Fietkau a8f779a9f7 mac80211: fix rekeying in ap mode with connected powersave stations
SVN-Revision: 19470
15 years ago
Felix Fietkau 869c08cc59 mac80211: fix aggregation setup on wds ap interfaces
SVN-Revision: 19469
15 years ago
Felix Fietkau 5f0bcfe153 mac80211: i maintain this package
SVN-Revision: 19438
15 years ago
Hauke Mehrtens 5f7c02c011 add rt2800lib module
This module is needed by rt2800pci and rt2800usb

SVN-Revision: 19390
15 years ago
Hauke Mehrtens dc1007a12c compat should not depend on pcmcia or usb remove pcmcia and usb backport form compat.ko If an with usb or pcmcia module not directly included into the image is build all wireless packages depend on usb and pcmcia.
This hopefully fixes #6586

SVN-Revision: 19389
15 years ago
Felix Fietkau eb694a7a83 mac80211: update to wireless-testing 2010-01-25, includes fixes for crypto and retransmissions
SVN-Revision: 19337
15 years ago
Felix Fietkau 8d689fedac mac80211: restrict the killing of wpa_supplicant processes to the right interface (#5991)
SVN-Revision: 19334
15 years ago
Felix Fietkau 226fd49634 mac80211: fix a WARN_ON in client mode
SVN-Revision: 19315
15 years ago
Felix Fietkau 9f75c26a70 ath9k: improve max rate retry handling
SVN-Revision: 19308
15 years ago
Jo-Philipp Wich 789ec837e9 mac80211: make b43-fwsquash.py work with python 3.x
SVN-Revision: 19307
15 years ago
Felix Fietkau 1089b3213d ath9k: fix an initialization error on 2GHz-only cards (based on discussion on ath9k-devel@)
SVN-Revision: 19296
15 years ago
Nicolas Thill 815dc97a58 add explicit dependency on kmod-crypto-core when required (closes: #6557)
SVN-Revision: 19291
15 years ago
Felix Fietkau 26c953db20 mac80211: improve wifi interface cleanup
SVN-Revision: 19285
15 years ago
Jo-Philipp Wich 946291c8d5 mac80211: fix spurious error return codes in enable_mac80211()
SVN-Revision: 19265
15 years ago
Felix Fietkau eb1190bb29 mac80211: fix hostapd wmm setting for multiple bss interfaces
SVN-Revision: 19264
15 years ago
Felix Fietkau 9237420b79 mac80211: fix multi-bss related rx handling bug
SVN-Revision: 19260
15 years ago
Felix Fietkau ba7bfddaae mac80211: restructure /lib/wifi/mac80211.sh use the new multi-bss single instance hostapd mode move mac80211 specific bits out of /lib/wifi/hostapd.sh add a new option 'htmode' for switching between HT20 and HT40+,HT40-
SVN-Revision: 19235
15 years ago
Felix Fietkau 131c3e1c72 ath9k: fix a beacon buffer leak on interface up/down
SVN-Revision: 19233
15 years ago
Felix Fietkau 9d50c384be mac80211: fix firmware compat stuff for 2.6.32
SVN-Revision: 19222
15 years ago
Felix Fietkau d787e5dfe1 mac80211: remove an obsolete patch
SVN-Revision: 19195
15 years ago
Felix Fietkau b97cfa4bf5 iw, mac80211: get the frequency info per-netdev instead of per-phy
SVN-Revision: 19194
15 years ago
Felix Fietkau 9f0c2d0a5b mac80211: allow user space to query the current operating frequency
SVN-Revision: 19178
15 years ago
Felix Fietkau 8bdee4acf7 mac80211: fix mac address handling for multiple phy/vif
SVN-Revision: 19177
15 years ago
Felix Fietkau 20daaf7480 mac80211: upgrade to compat-wireless 2010-01-15
SVN-Revision: 19176
15 years ago
Felix Fietkau 383cadf5d7 ath9k: add a workaround for the tx ack time issue triggered by the timing handling cleanups in 2.4 ghz, calculating the ack timeout the way it is described in 802.11-2007 currently leads to tx timeouts set it to a minimum of what the initvals set (64 usec) until we know what is causing this
SVN-Revision: 19156
15 years ago
Felix Fietkau 7c6b51f9e2 ath9k: fix rts/cts handling
SVN-Revision: 19147
15 years ago
Felix Fietkau 87226cbdc6 ath9k: tweak rx interrupt mitigation settings for better performance
SVN-Revision: 19146
15 years ago
Felix Fietkau bc28dd7d7d mac80211: add some ibss related fixes from linux-wireless@
SVN-Revision: 19145
15 years ago
Felix Fietkau b8ef670202 mac80211: fix ht capability detection (thx, stintel)
SVN-Revision: 19144
15 years ago
Felix Fietkau aa2ebbf15e mac80211: add a missing chunk of the short slot patch
SVN-Revision: 19143
15 years ago
Felix Fietkau b35e22bd24 mac80211: implement the distance setting
SVN-Revision: 19142
15 years ago
Felix Fietkau 0c66d3eef2 ath9k: fix short slot vs long slot handling, implement support for setting the coverage class
SVN-Revision: 19141
15 years ago
Felix Fietkau 6f5cd22319 mac80211: update to wireless-testing+wireless-2.6 from 2010-01-13
SVN-Revision: 19139
15 years ago
Jo-Philipp Wich cb30b52ec1 base-files, mac80211 (#6491) - fix wep key handling in iw with mac80211 based drivers - sanitize keys where necessary - put a procedure prepare_key_wep() into /sbin/wifi for use by other driver backends
SVN-Revision: 19118
15 years ago
Felix Fietkau 75d5301b3e mac80211: another minor fix to monitor mode queue selection
SVN-Revision: 19111
15 years ago
Felix Fietkau 1d109f9eb2 mac80211: upgrade to a new unofficial snapshot based on wireless-testing+wireless-2.6
SVN-Revision: 19110
15 years ago
Felix Fietkau a0f378097e mac80211: fix some monitor mode queue selection bugs
SVN-Revision: 19099
15 years ago
Felix Fietkau afb9aa89b6 mac80211: fix patch naming
SVN-Revision: 19078
15 years ago
Felix Fietkau c418fd661f mac80211: various wds related fixes
SVN-Revision: 19076
15 years ago
Felix Fietkau fa78fa7e43 mac80211: export a few ath header files
SVN-Revision: 19065
15 years ago
Felix Fietkau 999a050002 mac80211: fix spurious client reconnects triggered by rejected action frames being interpreted as chan switch announcements
SVN-Revision: 19064
15 years ago
Felix Fietkau fe32f100a8 mac80211: update to compat-wireless 2010-01-07 (unoffical snapshot, official ones are not working yet)
SVN-Revision: 19063
15 years ago
Felix Fietkau 23f08317be mac80211: merge some further fixes to the queue stop patch
SVN-Revision: 19056
15 years ago
Felix Fietkau e5e3624fff ixp4xx: allocate all skbs using GFP_DMA this ensures that dma bounce buffers will not be used frequently when bridging or routing frames between ethernet and wifi. significantly improves ath9k performance and obsoletes an ath specific patch
SVN-Revision: 19051
15 years ago
Felix Fietkau 2a0225f061 mac80211: merge johill's tx queue stop fix patch from the linux-wireless list - fixes serious latency spike and tcp throughput drop issues
SVN-Revision: 19045
15 years ago
Felix Fietkau 503cf5df83 mac80211: update ath9k tx fix with changes from upstream
SVN-Revision: 19043
15 years ago
Michael Büsch bced3bd81b b43-fwsquash: ucode2.fw also supports core rev 3
SVN-Revision: 18948
15 years ago
Hauke Mehrtens abade416d1 b43 and b43legacy: squash firmware
Only G and L-PHY are supportted by b43 driver
Add squash firmware for b43legacy

SVN-Revision: 18947
15 years ago
Hauke Mehrtens f1e9fb687b b43: Add L-PHY firemware files to squash script
Use firmware 4.178.10.4 as default on.
Select firmware for all supported phy types and version as default.

Close ticket #5978

SVN-Revision: 18935
15 years ago
Felix Fietkau 0a24ec2e4a mac80211: fix handling of vif mac addresses in /lib/wifi/mac80211.sh (patch from #6401)
SVN-Revision: 18923
15 years ago
Nicolas Thill 5734bdddcd disable a few packages failing on ps3 as well (marking them as BROKEN)
SVN-Revision: 18905
15 years ago
Nicolas Thill 33db876248 disable a few packages failing on pxcab (marking them as BROKEN)
SVN-Revision: 18903
15 years ago
Vasilis Tsiligiannis ddba20a829 mac80211: Don't echo missing physical device errors to wireless config file
SVN-Revision: 18896
15 years ago
Nicolas Thill c00d5e59f0 mark mac80211 & madwifi as BROKEN for ep93xx
SVN-Revision: 18877
15 years ago
Felix Fietkau 6d3d1504cf mac80211: fix a race condition in ad-hoc bringup with fixed bssid
SVN-Revision: 18859
15 years ago
Nicolas Thill cd906043d8 mac80211: fix rt2x00-lib dependency on PCI/USB
SVN-Revision: 18812
15 years ago
Gabor Juhos ae89e435d9 mac80211: fix depends
SVN-Revision: 18732
15 years ago
Felix Fietkau d431d864b8 mac80211: fix RTS threshold not being set for mac80211 devices
A typo prevented it from working, tested with ar71xx and ath9k.

Signed-off-by: Otto Solares <solca@guug.org>

SVN-Revision: 18719
15 years ago
Felix Fietkau 6cdf436893 mac80211: update to compat-wireless 2009-12-05 and fix a critical bug in ath9k tx status reporting
SVN-Revision: 18666
15 years ago
Felix Fietkau fee32f227e mac80211: set the country code through iw reg, setting it only through hostapd apparently does not work
SVN-Revision: 18665
15 years ago
Jo-Philipp Wich af947d5c89 mac80211: fix a shell syntax error
SVN-Revision: 18664
15 years ago
Jo-Philipp Wich 6da667f886 mac80211: fix wpa handling in sta mode
SVN-Revision: 18662
15 years ago
Felix Fietkau 86bfe0a701 mac80211: rename autogenerated wifi-device sections from wifi* to radio* to prevent conflicts with madwifi interface naming
SVN-Revision: 18627
15 years ago
Felix Fietkau 9e6c05a20d ath9k: disable interrupt mitigation - it hurts performance on embedded systems
SVN-Revision: 18626
15 years ago
Florian Fainelli a263714936 fix p54usb firmware installation (#6260)
SVN-Revision: 18615
15 years ago
Felix Fietkau 7d599ee46c mac80211: fix up wds sta mode after r18591
SVN-Revision: 18600
15 years ago
Gabor Juhos becedde3f1 mac80211: use mac address from platform data if present on ath9k
SVN-Revision: 18584
15 years ago
Gabor Juhos 756b6fdbf3 mac80211: fix detection of multiple mac80211 devices
SVN-Revision: 18583
15 years ago
Gabor Juhos ff7c793af5 mac80211: remove trailing whitespaces in mac80211.sh
SVN-Revision: 18582
15 years ago
Florian Fainelli ef499299ea update p54usb firmware to 2.13.24.0.lm87.arm (#6177, #6237)
SVN-Revision: 18580
15 years ago
Gabor Juhos 1104a67439 mac80211: fix default channel selection in mac80211.sh (thanks to blubberdiblub)
SVN-Revision: 18577
15 years ago
Gabor Juhos 7ce91a64f0 mac80211: fix a typo in the mac80211.sh
SVN-Revision: 18567
15 years ago
Gabor Juhos fee0ea3ba8 mac80211: update ath9k patch
SVN-Revision: 18563
15 years ago
Gabor Juhos 05c8eef651 mac80211: select channel 36 by default on 5GHz only devices
SVN-Revision: 18562
15 years ago
Gabor Juhos 5838c83c1f package/mac80211: disable 2GHz band for 5GHz only devices
SVN-Revision: 18537
15 years ago
Felix Fietkau cafe76e103 ath: only use GFP_DMA on ixp4xx
SVN-Revision: 18525
15 years ago
Felix Fietkau 9fce92753f separate ath9k debugfs support from ath9k debugging, use the mac80211 debugfs config option to enable it
SVN-Revision: 18505
15 years ago
Felix Fietkau d6cb068098 mac80211: do not build b44
SVN-Revision: 18504
15 years ago
Felix Fietkau e69581be06 ath9k: add a few debugfs files to access the chainmasks and registers
SVN-Revision: 18503
15 years ago
Felix Fietkau e4489675b5 mac80211: update to compat-wireless 2009-11-21
SVN-Revision: 18465
15 years ago
Felix Fietkau 1f88eb26ac ath9k: fix compiler warning without debug enabled
SVN-Revision: 18452
15 years ago
Felix Fietkau f5c4ff9389 ath9k: fix bisectability of rc patches
SVN-Revision: 18445
15 years ago
Felix Fietkau 57d7f2f99a ath9k: split up and adjust rc cleanup patch according to upstream feedback, also fix tx status reporting for minstrel compatibility
SVN-Revision: 18444
15 years ago
Gabor Juhos 3018b457f9 package/mac80211: use platform_data on PCI devices in ath9k
SVN-Revision: 18436
15 years ago
Felix Fietkau cdce75c5fc ath: use GFP_DMA for rx buffer allocations to fix allocation errors on ixp4xx devices with more than 64 MB RAM
SVN-Revision: 18433
15 years ago
Felix Fietkau b01e1d4916 mac80211: adjust patches based on upstream feedback
SVN-Revision: 18431
15 years ago
Felix Fietkau 46560d64a8 mac80211: add some missing patch chunks that were accidentally left out in the previous commit
SVN-Revision: 18430
15 years ago
Felix Fietkau bc6301de27 ath9k: work-in-progress patch to adapt ath9k to the mac80211 rate control api
SVN-Revision: 18429
15 years ago
Felix Fietkau 0a5fa7b10e ath9k: fix massive packet loss issue introduced by upstream cleanups
SVN-Revision: 18428
15 years ago
Felix Fietkau a7ddfc6e79 mac80211: sync with changes to patches submitted upstream
SVN-Revision: 18427
15 years ago
Felix Fietkau bb572e08f8 mac80211: update to 2009-11-13 and add some of my new performance improvement patches. fixes excessive cpu usage of hostapd in ap mode, should also fix the ath9k memleak
SVN-Revision: 18415
15 years ago
Gabor Juhos 00808aaff3 package/mac80211: add config option to enable Atheros wireless debugging
SVN-Revision: 18412
15 years ago
Felix Fietkau a195852e7f mac80211: disable powersave on the sta by default (for performance reasons)
SVN-Revision: 18379
15 years ago
Felix Fietkau c8c6f7ec39 mac80211: fix a race condition when bringing up wds sta interfaces on the ap
SVN-Revision: 18377
15 years ago
Felix Fietkau 20107c752e mac80211: fix a bug in broadcast handling of wds sta interfaces
SVN-Revision: 18363
15 years ago
Felix Fietkau 1dbcfdaf2f mac80211: implement wds sta support (wds ap support work in progress, needs hostapd changes)
SVN-Revision: 18356
15 years ago
Felix Fietkau 559f32adbc mac80211: fix wpa in client mode
SVN-Revision: 18355
15 years ago
Felix Fietkau 498483be78 mac80211: fix wifi detect with 11n cards that have multiple bands
SVN-Revision: 18351
15 years ago
Felix Fietkau ae0457f76a b43: work around a locking issue, might fix #5996
SVN-Revision: 18338
15 years ago
Felix Fietkau 3dfa493e56 fix up the download location for the updated mac80211 version (thx, swalker)
SVN-Revision: 18317
15 years ago
Felix Fietkau 91c0fbb06c mac80211: update to 2009-11-03
SVN-Revision: 18294
15 years ago
Felix Fietkau 875d957512 mac80211: fill some important capabilities into ht_capab in the hostapd config
SVN-Revision: 18293
15 years ago
Florian Fainelli eff68fb14b fix hostapd frame injection in mac80211, backport 9b1ce526eb917c8b5c8497c327768130ee683392 (#6070)
SVN-Revision: 18258
15 years ago
Florian Fainelli f88807049f kmod-libertas needs kmod-lib80211 to load
SVN-Revision: 18244
15 years ago
Florian Fainelli 1a2862798a remove references to 2_6_27
SVN-Revision: 18202
15 years ago
Felix Fietkau 62aa1dc057 mac80211: fix ath5k compile on 2.6.28 and earlier
SVN-Revision: 18065
15 years ago
Felix Fietkau 31e93d467c mac80211: fix download url (#5980)
SVN-Revision: 18040
15 years ago
Felix Fietkau d06c15c265 mac80211: fix a warning during interface bringup when using autochannel
SVN-Revision: 18034
15 years ago
Nicolas Thill 9da14e1275 mac80211: fix rt2800pci, tx ack timeout is now hardcoded
SVN-Revision: 18031
15 years ago
Felix Fietkau 75d1518a84 mac80211: fix ibss join/create
SVN-Revision: 18030
15 years ago
Felix Fietkau d5ca84ad0f mac80211: fix encryption fallback for sta mode, add frequency/bssid selection support
SVN-Revision: 18025
15 years ago
Felix Fietkau 60d9f8044c mac80211: fix autochannel / fixed channel selection, add commands for unencrypted sta mode
SVN-Revision: 18024
15 years ago
Felix Fietkau 4cb436429b mac80211: upgrade to latest compat-wireless, fix ad-hoc interface setup
SVN-Revision: 18023
15 years ago
Florian Fainelli f46b140e84 fix typos in KernelPackage/libertas
SVN-Revision: 17986
15 years ago
Nicolas Thill b795affe06 libertas: use driver from compat-wireless instead of our own (deprecated) one
SVN-Revision: 17982
15 years ago
Felix Fietkau 8d9946530e ath: add a compile time option that gives the user full control over regulatory settings (disabled by default for now)
SVN-Revision: 17828
15 years ago
Felix Fietkau eb59d14aac mac80211: autodetect the default phy mode based on 11n and freq capabilities
SVN-Revision: 17825
15 years ago
Felix Fietkau d8aa4acfda mac80211: fix typo in ifname setup, suppress error messages of interface enumeration commands
SVN-Revision: 17824
15 years ago
Felix Fietkau 5c3c14b02f mac80211: merge Pat Erley's mac80211.sh from openwrt-devel@ with many cleanups and other changes by me. adds support for multiple interfaces, tested with ath9k
SVN-Revision: 17821
15 years ago
Hauke Mehrtens 942451b0fe Add ar9170usb driver.
SVN-Revision: 17760
15 years ago
Hauke Mehrtens bd301eb87c Do not build some modules as they are not needed
Remove empty directory.

SVN-Revision: 17755
15 years ago
Hauke Mehrtens e37eae828c Do not depend on rfkill
With kernel 2.6.31 cfg80211 is build with rfkill if it was build.

SVN-Revision: 17754
15 years ago
Gabor Juhos 6a7693b247 package/mac80211: add menuconfig option for enabling debug support via debugfs
SVN-Revision: 17541
15 years ago
Hauke Mehrtens 291de07cb0 fix module loading with kernel 2.6.27
SVN-Revision: 17457
15 years ago
Felix Fietkau 2015ef16b8 mac80211: fix a race condition in the cfg80211 scanning code (thx, johill)
SVN-Revision: 17341
15 years ago
Felix Fietkau b9451d5542 b43: disable pio and pcmcia support
SVN-Revision: 17340
15 years ago
Felix Fietkau f51eefd344 mac80211: reorganize compat code to make cfg80211 load without usb
SVN-Revision: 17339
15 years ago
Felix Fietkau e06d472f3f fix a typo in the compat-wireless build speedup patch
SVN-Revision: 17337
15 years ago
Felix Fietkau a3349d3795 mac80211: disable b43 lp-phy support for now
SVN-Revision: 17336
15 years ago
Felix Fietkau 7435fccb9c mac80211: speed up build by reducing the makefile shell calls, fix forced disable of rfkill
SVN-Revision: 17335
15 years ago
Felix Fietkau f08684ffc0 mac80211: add missing config override
SVN-Revision: 17331
15 years ago
Felix Fietkau d5a641bcdf mac80211: fix ath5k dma size workaround for ar71xx Atheros legacy hardware 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
15 years ago
Felix Fietkau c5226c3687 remove support for compat-wireless-old
SVN-Revision: 17327
15 years ago
Felix Fietkau 9b11d6fa98 upgrade mac80211 to 2008-08-20 and clean up some unnecessary patching to config.mk, which frequently causes rejects on new versions
SVN-Revision: 17326
15 years ago
Gabor Juhos af0d2abee5 mac80211: add deadlock fix patch
SVN-Revision: 17290
15 years ago
Nicolas Thill 757b8c4adb use KERNEL_CROSS instead of TARGET_CROSS to build kernel modules
SVN-Revision: 17286
15 years ago
Hauke Mehrtens 824c0095c6 increase release number
SVN-Revision: 17277
15 years ago
Hauke Mehrtens f7abb800cf Do not build the mac80211 module in the kernel. The attributes skb->do_not_encrypt and skb->requeue in include/linux/skbuff.h are not used my mac80211 any more.
SVN-Revision: 17276
15 years ago
Hauke Mehrtens 620efa556f also exclude usb_unpoison_urb
SVN-Revision: 17275
15 years ago
Hauke Mehrtens b1ae2c2c20 Build modules only if realy needed.
SVN-Revision: 17267
15 years ago
Hauke Mehrtens babf8f5927 update openfw to 5.2
SVN-Revision: 17266
15 years ago
Hauke Mehrtens 7dcdcbbc24 Update to compat-wireless-2009-08-15
SVN-Revision: 17265
15 years ago
Hauke Mehrtens ece3bdcdd6 Correct bool expressions in dependencies. This fixes #5627
SVN-Revision: 17208
15 years ago
Florian Fainelli ed70023f85 we removed 2.6.23/24 and 26 support, simplify conditions in packages
SVN-Revision: 16993
15 years ago
Gabor Juhos 264ac83490 mac80211: add more ath9k patches
SVN-Revision: 16967
15 years ago
Florian Fainelli 8050025e9d download and install rt2870 firmware (#5519)
SVN-Revision: 16893
15 years ago
Vasilis Tsiligiannis 3b1c6c0379 mac80211: Declare some variables as local and remove unused
SVN-Revision: 16627
15 years ago
Gabor Juhos ded8355b49 mac80211: add more ath9k patches
SVN-Revision: 16562
15 years ago
Hauke Mehrtens 098c284c6b Update compat-wireless to 2009-06-25
SVN-Revision: 16561
15 years ago
Gabor Juhos 77bb9494c2 mac80211/ath5k: add workaround for the AR71xx PCI bug
SVN-Revision: 16535
15 years ago
Florian Fainelli 9d35896314 fix unaligned accesses in b43/xmit.c (#5169)
SVN-Revision: 16474
15 years ago
Hauke Mehrtens 81d3b7905b Update to compat-wireless-2009-06-02
SVN-Revision: 16300
15 years ago
Hauke Mehrtens 9c3bf13939 B43 needs CONFIG_RFKILL_INPUT not only CONFIG_RFKILL. Fixes #5245.
SVN-Revision: 16263
15 years ago
Hauke Mehrtens 19b01b4ffe Add rtl8180 and rtl8187 support. Based on patch from #5138.
SVN-Revision: 16022
15 years ago
Andy Boyett b7e3af28b1 update compat-wireless to 2009-05-21
SVN-Revision: 15976
15 years ago
Imre Kaloz 26b42d5807 cardbus != pcmcia -- disable it in b43
SVN-Revision: 15857
15 years ago
Hauke Mehrtens f24c234150 Add support for pcmcia to ssb. b43 will build now with pcmcia support.
SVN-Revision: 15784
15 years ago
Gabor Juhos fe70acc95a mac80211: update compat-wireless to 2009-05-08
SVN-Revision: 15738
15 years ago
Hauke Mehrtens 4fca4229cd Update to compat-wireless-2009-05-01
SVN-Revision: 15536
15 years ago
Gabor Juhos ad66840108 mac80211: backport ath9k uninline patch
SVN-Revision: 15490
15 years ago
Nicolas Thill 7658ef1316 introduce a generic PKG_CONFIG_DEPENDS for packages that need to be reconfigured when certain CONFIG options changed, rename PKG_BUILD_DEPEND to PKG_BUILD_DEPENDS
SVN-Revision: 15451
15 years ago
Gabor Juhos 9e87dd54df mac80211: cleanup patches
SVN-Revision: 15392
15 years ago
Hauke Mehrtens 2da4463edf The b43 needs kmod-ssb. On the brcm47xx and brcm63xx target it is integrated into the kernel all other need the module.
SVN-Revision: 15195
16 years ago
Michael Büsch efceb0938c b43: Remove unnecessary MMIO accesses in the interrupt hotpath.
SVN-Revision: 15160
16 years ago
Felix Fietkau 3f40745aaf remove the b43 dependency on brcm47xx/brcm63xx
SVN-Revision: 15156
16 years ago
Michael Büsch 591312eae7 Add some b43 firmware helptext
SVN-Revision: 15143
16 years ago
Michael Büsch 8b5ec31218 Remove 500-b43-disable_qos_when_openfw.patch
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
16 years ago
Michael Büsch cb70a62be3 b43: Add DMA poisoning patches
SVN-Revision: 15121
16 years ago
Michael Büsch 3072d928f8 A patch which works around the issue is included in compat wireless.
SVN-Revision: 15120
16 years ago
Hauke Mehrtens a4891ea4d6 Update to compat-wireless-2009-03-31
SVN-Revision: 15083
16 years ago
Michael Büsch 21028447f2 Make b43 hwrng optional
SVN-Revision: 15070
16 years ago
Felix Fietkau ca749bea97 wifi: fix hostapd + autochannel
SVN-Revision: 15055
16 years ago
Florian Fainelli 95d95a757b add a workaround for devices that only start beaconing after scanning, that is almost every driver except b43
SVN-Revision: 15041
16 years ago
Hauke Mehrtens a76880542b update compat-wireless to 2009-03-24
SVN-Revision: 15019
16 years ago
Michael Büsch 1f1f83a4ec b43legacy: Fix compilation.
We must enable DMA and disable PIO (PIO is not usable anyway).

SVN-Revision: 14954
16 years ago
Michael Büsch e63207019d b43: Mask the PHY TX error interrupt for now.
SVN-Revision: 14951
16 years ago
Hauke Mehrtens c84390332f Update compat-wireless to 2009-03-18
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
16 years ago
Michael Büsch 18c64a209d b43: More non-PCI fixes
SVN-Revision: 14933
16 years ago
Michael Büsch 06c36d9c5b b43: Fix for non-PCI builds
SVN-Revision: 14932
16 years ago
Michael Büsch 1e239bce4d b43-fwsquash: Fix dependency definitions
SVN-Revision: 14930
16 years ago