Felix Fietkau
55bd66663d
mac80211: fix the check for cloned skbs in the tx path
...
SVN-Revision: 25398
2011-02-07 10:42:40 +00:00
Felix Fietkau
2ed844f6a5
mac80211: when operating as a 4-addr station, do not pick up 4-addr frames meant for other stations, as this would confuse the bridge layer
...
SVN-Revision: 25378
2011-02-05 22:38:23 +00:00
Felix Fietkau
2a17a1dd1d
ath9k: reduce false positives in the baseband hang check
...
SVN-Revision: 25359
2011-02-04 12:16:41 +00:00
Felix Fietkau
2d5c6da16a
mac80211: drop retransmitted data frames from the cooked monitor interface - reduces CPU usage
...
SVN-Revision: 25358
2011-02-04 12:16:36 +00:00
Felix Fietkau
e00933b6d6
cfg80211: revert the max power patch - it seems to be limiting tx power too much on some devices
...
SVN-Revision: 25258
2011-01-30 23:35:00 +00:00
Felix Fietkau
e146d9b386
cfg80211: do not overwrite the hardware max power setting in the regulatory code, fixes reported tx power values
...
SVN-Revision: 25238
2011-01-29 13:51:33 +00:00
Felix Fietkau
04628c88d4
ath9k: reduce allocation size, common->cachelz is already added to the buffer size elsewhere
...
SVN-Revision: 25205
2011-01-28 16:58:08 +00:00
Felix Fietkau
0a54236bea
ath9k: fix a compile error in the debug stubs ( fixes #8737 , #8745 )
...
SVN-Revision: 25204
2011-01-28 16:58:05 +00:00
Felix Fietkau
718645d581
mac80211: ignore errors in the command to set the rx/tx antenna - many drivers do not support this yet
...
SVN-Revision: 25192
2011-01-28 12:01:54 +00:00
Jo-Philipp Wich
a580764a9f
mac80211: fix order of iw parameters, fix broken antenna config call
...
SVN-Revision: 25152
2011-01-27 16:00:02 +00:00
Vasilis Tsiligiannis
e6a9e6875a
mac80211: Fix antenna setting when only one of {rx,tx}antenna options is specified
...
SVN-Revision: 25136
2011-01-27 09:13:51 +00:00
Jo-Philipp Wich
3b0c90325e
mac80211: add missing done to mac80211.sh ( #8735 )
...
SVN-Revision: 25131
2011-01-26 21:01:23 +00:00
Jo-Philipp Wich
49d060dc1b
mac80211: add mising esac to mac80211.sh
...
SVN-Revision: 25122
2011-01-26 20:37:12 +00:00
Jo-Philipp Wich
4e369e5378
mac80211: rework recent mac80211.sh additions: - split antenna options into rxantenna and txantenna to bring it in line with broadcom and madwifi - get rid of temporary variables - follow the documented config protocol for wep keys (option key # + option key# [s:]data)
...
SVN-Revision: 25116
2011-01-26 18:01:26 +00:00
Felix Fietkau
10923cff7e
ath9k: optimize memory allocations - improves performance and reduces ath9k RAM usage by 2 MB per device
...
SVN-Revision: 25115
2011-01-26 17:28:12 +00:00
Felix Fietkau
0cd2b87f95
mac80211: Add new parameters to mac80211.sh
...
Add new options 'bintval' (beacon interval), 'basicrates' (basic rates) and
'antenna' (antenna selection) for /etc/config/wireless to be used with
mac80211 drivers.
Enable WEP encryption for IBSS mode.
Patch from: kentarou matsuyama <matsuyama@thinktube.com>
SVN-Revision: 25111
2011-01-26 11:34:15 +00:00
Felix Fietkau
cfdfc8c05b
mac80211: Add mac address filter configuration for hostapd
...
Add support of mac address filter. Now 'macfilter' and 'maclist' options
can be used with mac80211.
Patch from: kentarou matsuyama <matsuyama@thinktube.com>
SVN-Revision: 25105
2011-01-26 11:33:54 +00:00
Felix Fietkau
5903f4a167
mac80211: Improve ath5k/ar71xx PCI bug WAR
...
It has been confirmed by Atheros that this PCI bug affects the RX side only,
so we can keep the 128B DMA size for TX.
With this change we can double the thruput of ath5k from 15Mps to 30Mbps.
We have been using this patch since more than 6 month in a production
environment without problems and a significant performance improvement.
It has also been said to fix HW encryption:
http://www.mail-archive.com/ath5k-devel@lists.ath5k.org/msg04311.html
Patch from: kentarou matsuyama <matsuyama@thinktube.com>
SVN-Revision: 25104
2011-01-26 11:33:50 +00:00
Felix Fietkau
998da1234f
ath9k: fix tx queue debug counters
...
SVN-Revision: 25099
2011-01-26 11:33:27 +00:00
Felix Fietkau
9b34dfb571
mac80211: update to wireless-testing 2011-01-24
...
SVN-Revision: 25093
2011-01-24 18:54:16 +00:00
Felix Fietkau
fa542df6e1
ath9k: kmod-ath9k has no extra menuconfig options, remove MENU:=1 ( #8695 )
...
SVN-Revision: 25060
2011-01-21 18:32:06 +00:00
Felix Fietkau
c646f205e2
ath9k: fix some ps wakeup/restore issues that led to crashes and other weird behavior
...
SVN-Revision: 25058
2011-01-21 17:54:44 +00:00
Felix Fietkau
02bf1599a3
ath9k: disable PA predistortion on AR93xx for now until it is properly fixed
...
SVN-Revision: 25056
2011-01-21 01:43:32 +00:00
Felix Fietkau
be39c9dc6e
ath9k: remove virtual wiphy support - it was only experimental anyway and it is not going to be maintained anymore
...
SVN-Revision: 25055
2011-01-20 23:35:30 +00:00
Felix Fietkau
86a9bbe4ba
mac80211: add a few tx related fixes
...
SVN-Revision: 25054
2011-01-20 23:35:26 +00:00
Felix Fietkau
4ee2365159
mac80211: update to wireless-testing 2010-01-19
...
SVN-Revision: 25053
2011-01-20 23:35:21 +00:00
Felix Fietkau
876dd50e11
mac80211: fix the br_port_exists compatibility macro for 2.6.38
...
SVN-Revision: 25051
2011-01-20 13:46:59 +00:00
Felix Fietkau
817ee250d7
mac80211: rework wds sta fix - check for the protocol of the incoming frame instead of just the authorized state
...
SVN-Revision: 25039
2011-01-18 14:43:58 +00:00
Felix Fietkau
6cf6302a78
mac80211: fix compile errors on powerpc
...
SVN-Revision: 25014
2011-01-16 01:24:48 +00:00
Felix Fietkau
1a7a36b0a4
mac80211: fix frames looping back to a wds station
...
SVN-Revision: 25008
2011-01-15 13:41:10 +00:00
Felix Fietkau
098e2d7ca1
ath9k: fix a few more aggregation related issues, should improve stability
...
SVN-Revision: 25007
2011-01-15 13:41:06 +00:00
Felix Fietkau
f05691af93
mac80211: include the kfifo backport in compat.ko if necessary (fixes libertas, rt2x00)
...
SVN-Revision: 24978
2011-01-13 23:28:22 +00:00
Felix Fietkau
2c0ac457ed
ath9k: fix spurious decryption crc error regression
...
SVN-Revision: 24976
2011-01-13 23:07:58 +00:00
Jo-Philipp Wich
253f4d82f2
mac80211: support per-vif wmm option, defaults to 1 if unset
...
SVN-Revision: 24966
2011-01-11 13:19:53 +00:00
Felix Fietkau
a339e58d72
ath9k: reduce the number of false positives triggered by the baseband hang check by only running it when beacon transmission is blocked
...
SVN-Revision: 24954
2011-01-10 00:25:17 +00:00
Felix Fietkau
6528a58151
ath9k: add a few aggregation reliability fixes
...
SVN-Revision: 24949
2011-01-09 20:35:27 +00:00
Felix Fietkau
56647592a4
mac80211: update to wireless-testing 2011-01-05, should improve aggregation reliability in ath9k
...
SVN-Revision: 24948
2011-01-09 20:32:25 +00:00
Imre Kaloz
e9013bff66
fix md5sum, use our mirror with a fixed-up filename to make sure we get the right fw version
...
SVN-Revision: 24901
2011-01-04 16:39:16 +00:00
Felix Fietkau
8c7ea4384c
mac80211: fix a race condition during key deletion
...
SVN-Revision: 24895
2011-01-04 00:37:28 +00:00
Imre Kaloz
4a177f01a2
use the latest fw release
...
SVN-Revision: 24894
2011-01-03 18:17:01 +00:00
Imre Kaloz
e99f8f2dd0
tune ath dependencies - carl9170 can be used on targets with usb but without pci
...
SVN-Revision: 24893
2011-01-03 18:16:05 +00:00
Felix Fietkau
a718ebf1ed
ath9k: add more pending fixes from linux-wireless@
...
SVN-Revision: 24858
2010-12-30 15:48:39 +00:00
Felix Fietkau
f1becde97b
ath9k: fix rx dma descriptor error flag handling
...
SVN-Revision: 24855
2010-12-30 15:48:18 +00:00
Felix Fietkau
61e492d316
ath9k: add back the interrupt mitigation tweak and reduce the rx interrupt mitigation times further
...
SVN-Revision: 24819
2010-12-24 12:09:43 +00:00
Felix Fietkau
3a9c856475
ath9k: add pending fixes for revision checks and handling of the hw workaround register
...
SVN-Revision: 24818
2010-12-24 12:09:36 +00:00
Alexandros C. Couloumbis
69b7963402
package/mac80211: fix issue when CONFIG_MAC80211_LEDS is not set.
...
SVN-Revision: 24813
2010-12-23 14:58:16 +00:00
Hauke Mehrtens
54ffa895f2
mac80211: add CONFIG_ATH5K_PCI only when not on aterhos target
...
SVN-Revision: 24801
2010-12-22 17:39:05 +00:00
Hauke Mehrtens
3e668eb7b7
mac80211: rmove unused config symbols.
...
CONFIG_RT2800PCI_PCI and CONFIG_RT2800PCI_SOC were removed some time ago and CONFIG_IWLWIFI was replaced by CONFIG_COMPAT_IWLWIFI in compat wireless
SVN-Revision: 24794
2010-12-22 14:59:53 +00:00
Hauke Mehrtens
005787c58f
mac80211: activate ahb bud for ath5k driver if on atheros target.
...
SVN-Revision: 24793
2010-12-22 14:57:40 +00:00
Jo-Philipp Wich
7526fd8627
mac80211: rename max_clients option to maxassoc, this brings it in line with broadcom
...
SVN-Revision: 24726
2010-12-19 13:33:55 +00:00
Felix Fietkau
3347f8e360
hostapd: add support for specifying the maximum number of clients
...
Signed-off-by: Alexander Couzens <lynxis@c-base.org>
SVN-Revision: 24725
2010-12-19 11:56:56 +00:00
Felix Fietkau
d6addd4ecd
mac80211: another optimization for tx performance
...
SVN-Revision: 24677
2010-12-18 18:27:51 +00:00
Felix Fietkau
b40d260aaf
mac80211: fix a crash in the tx path
...
SVN-Revision: 24672
2010-12-18 17:56:32 +00:00
Felix Fietkau
5c4d94f714
mac80211: fix a missing return value
...
SVN-Revision: 24671
2010-12-18 17:40:09 +00:00
Felix Fietkau
121b27fb2b
mac80211: significantly reduce the cpu load caused by excessive skb header cloning
...
SVN-Revision: 24669
2010-12-18 17:23:38 +00:00
Felix Fietkau
933e2c8e04
ath9k: do not force the chainmask to 1 for legacy mode - it makes no sense and it reduces txpower and unnecessarily disables MRC
...
SVN-Revision: 24657
2010-12-18 02:14:52 +00:00
Felix Fietkau
b51a9f9248
mac80211: update to wireless-testing 2010-12-16
...
SVN-Revision: 24655
2010-12-18 02:00:10 +00:00
Felix Fietkau
9958bc43c8
ath9k: update initvals for ar9003
...
SVN-Revision: 24629
2010-12-16 23:55:32 +00:00
Felix Fietkau
9fba23352b
ath9k: remove code for setting up gpio based baseband rfkill - it was never used, nor configured properly
...
SVN-Revision: 24628
2010-12-16 23:55:23 +00:00
Felix Fietkau
a63754b5d5
ath9k: use the number of pending aggregates instead of the queue depth to determine when it is time to form the next A-MPDU
...
SVN-Revision: 24627
2010-12-16 23:55:12 +00:00
Felix Fietkau
2317e72d99
ath9k: fix some more issues in the paprd changes
...
SVN-Revision: 24539
2010-12-13 08:01:12 +00:00
Felix Fietkau
5fa415d366
ath9k: fix a few issues with pa predistortion on ar9003
...
SVN-Revision: 24504
2010-12-12 01:15:38 +00:00
Felix Fietkau
9eba6dc5ea
ath: open up a few safe 5ghz channels in the world regdomain to make the regulatory override unnecessary in a few cases
...
SVN-Revision: 24503
2010-12-12 01:15:32 +00:00
Felix Fietkau
4d4ee55485
ath9k: merge a few pending cleanup patches
...
SVN-Revision: 24502
2010-12-12 01:15:23 +00:00
Felix Fietkau
15aa1ee692
ath9k: do not adjust the slot time setting for long distance, it seems to cause long latencies and low throughput
...
SVN-Revision: 24498
2010-12-11 21:29:48 +00:00
Felix Fietkau
1c7a54d21e
mac80211: fix IBSS probe response storms on drivers that do not support drv_tx_last_beacon()
...
SVN-Revision: 24497
2010-12-11 21:29:41 +00:00
Felix Fietkau
8f676da3d8
ath9k: merge a pending patch for fixing tsf read and write
...
SVN-Revision: 24496
2010-12-11 21:29:35 +00:00
Felix Fietkau
d1c110e228
ath9k: add missing %pV printk revert
...
SVN-Revision: 24480
2010-12-11 10:37:42 +00:00
Felix Fietkau
9337c97584
mac80211: update to 2010-12-09
...
SVN-Revision: 24471
2010-12-11 01:45:12 +00:00
Felix Fietkau
f1ecabe190
ath9k: fix non-AMPDU QoS per-tid sequence number assignment
...
SVN-Revision: 24445
2010-12-10 20:03:46 +00:00
Jo-Philipp Wich
4dcba42342
mac80211: use iw for txpower control ( #8416 )
...
SVN-Revision: 24441
2010-12-10 18:43:47 +00:00
Felix Fietkau
d770298657
mac80211: fix compile errors when LED support in the kernel is disabled
...
SVN-Revision: 24411
2010-12-10 12:00:09 +00:00
Felix Fietkau
c8e1389528
ath9k: fix a null pointer deref issue
...
SVN-Revision: 24312
2010-12-07 18:22:43 +00:00
Felix Fietkau
51a79d4b65
ath9k: fix a DMA related race condition at hw reset time
...
SVN-Revision: 24261
2010-12-05 16:26:38 +00:00
Felix Fietkau
8067f3f3cc
ar71xx: work around a PCI controller bug which causes reads to the PCI_COMMAND register to return bogus values - properly fixes ath9k module reload issues
...
SVN-Revision: 24236
2010-12-04 01:32:15 +00:00
Felix Fietkau
2a55832f58
mac80211: update to wireless-testing 2010-11-30
...
SVN-Revision: 24235
2010-12-04 01:32:04 +00:00
Gabor Juhos
6d6bb8d6f3
ath9k: use per-device struct for pm_qos_* operations
...
SVN-Revision: 24209
2010-12-01 18:39:58 +00:00
Felix Fietkau
dd5c6a97de
ath9k: fix software retry counter tracking - should fix 802.11n stability issues
...
SVN-Revision: 24183
2010-11-28 18:28:19 +00:00
Felix Fietkau
1cd870049e
mac80211: merge the new version of the throughput led trigger patch
...
SVN-Revision: 24182
2010-11-28 18:28:12 +00:00
Felix Fietkau
87741c5581
ath9k: fix module reload on ar713x based systems with ar92xx
...
SVN-Revision: 24163
2010-11-27 22:51:03 +00:00
Felix Fietkau
dc90b68122
mac80211: add pending patches for throughput based led blinking and replace the broken ath9k blinking code with it
...
SVN-Revision: 24159
2010-11-27 22:11:13 +00:00
Hauke Mehrtens
18aa0b3d4c
mac80211: cfg80211 should not depend on rfkill.
...
If rfkill is build as an module CONFIG_RFKILL_MODULE is set and cfg80211 will also depend on that.
Now all modules build from compat-wireless will not use rfkill.
SVN-Revision: 24143
2010-11-25 14:45:18 +00:00
Felix Fietkau
3988c6d5e3
mac80211: improve station mode nullfunc probing
...
SVN-Revision: 24107
2010-11-23 02:13:54 +00:00
Felix Fietkau
fce0634c9c
mac80211: improve ad-hoc multicast rate handling
...
SVN-Revision: 24105
2010-11-22 19:59:19 +00:00
Felix Fietkau
d67201d8cc
ath9k_htc: fix eeprom access breakage
...
SVN-Revision: 24098
2010-11-22 17:28:35 +00:00
Felix Fietkau
2cec381e97
ath9k: fix key search for a-mpdu on ar9300
...
SVN-Revision: 24097
2010-11-22 17:28:26 +00:00
Imre Kaloz
5ea6194ab0
remove 2.6.25 support
...
SVN-Revision: 24089
2010-11-22 13:43:32 +00:00
Felix Fietkau
8b874be8e2
ath9k: fix some more endian issues
...
SVN-Revision: 24062
2010-11-21 16:52:00 +00:00
Felix Fietkau
0bd36b58c9
ath9k: fix endian issues on AR9003
...
SVN-Revision: 24047
2010-11-20 18:52:55 +00:00
Felix Fietkau
3ccfd3e3af
mac80211: revert the probe request timeout change
...
SVN-Revision: 24046
2010-11-20 14:16:36 +00:00
Felix Fietkau
0e2ad3a266
mac80211: update to latest wireless-testing + more stability work
...
SVN-Revision: 24044
2010-11-20 02:26:41 +00:00
Felix Fietkau
8442d62654
mac80211: merge the upstream ht40 fix
...
SVN-Revision: 24033
2010-11-19 01:02:33 +00:00
Felix Fietkau
a9ef165cff
ath9k: rework the mac address override patch to not break ath9k_htc
...
SVN-Revision: 24031
2010-11-19 00:57:35 +00:00
Felix Fietkau
f9d20beed7
mac80211: merge pending cfg80211 patches to fix a race condition with setting the regdomain for multiple cards
...
SVN-Revision: 24028
2010-11-18 10:06:08 +00:00
Felix Fietkau
058fa75a74
mac80211: update to wireless-testing 2010-11-16
...
SVN-Revision: 24017
2010-11-17 03:43:24 +00:00
Felix Fietkau
b59113f2e7
ath9k: add some fixes for AR9003
...
SVN-Revision: 24016
2010-11-16 18:23:05 +00:00
Felix Fietkau
7fad1dae85
mac80211: fix another 2.6.35 compile error
...
SVN-Revision: 23974
2010-11-12 18:49:24 +00:00
Felix Fietkau
41aadece1d
mac80211: fix compile on linux 2.6.35
...
SVN-Revision: 23972
2010-11-12 16:56:07 +00:00
Felix Fietkau
d9d3dfe983
mac80211: update to wireless-testing 2010-11-10 + some pending work
...
SVN-Revision: 23968
2010-11-11 22:39:12 +00:00
Hauke Mehrtens
df525b9952
net-hermes-pcmcia mark as broken, because we do not want the ugly pcmcia patches from compat-wireless
...
SVN-Revision: 23954
2010-11-10 22:53:04 +00:00
Hauke Mehrtens
b10aea0075
wireless: build hermes packages from compat-wirelessand not from the kernel.
...
hermes now depends on cfg80211 and that is provided by compat-wireless, so the hermes driver should also be taken from that source.
SVN-Revision: 23946
2010-11-10 19:01:20 +00:00
Felix Fietkau
1e671ef49c
ath9k: fix a compile error with debugging disabled ( #8189 )
...
SVN-Revision: 23912
2010-11-07 13:51:48 +00:00
Felix Fietkau
3b3bf4d24a
ath9k: fix ath9k_hw_apply_gpio_override so that it's effective
...
I discovered another bug in the ath9k WNDR3700 quirk fix from r23822.
ath9k_hw_apply_gpio_override was testing the original value of gpio_mask
to determine which bits were appropriate, instead of testing the shifted
value. Because bit 0 is always clear in the original value, this
resulted in no calls to set the GPIOs, an improperly-configured radio,
and reduced RSSI on other systems listening to the radio.
Signed-off-by: Mark Mentovai <mark@moxienet.com>
SVN-Revision: 23890
2010-11-05 18:05:50 +00:00
Felix Fietkau
8886f1bb8a
ath9k: fix enabling SWBA interrupts
...
SVN-Revision: 23870
2010-11-04 17:05:48 +00:00
Felix Fietkau
635ec6e7d9
ath9k: fix a few remaining issues in the xmit queue cleanup patch - reduces packet loss under load
...
SVN-Revision: 23856
2010-11-04 12:26:09 +00:00
Felix Fietkau
f75ac90b69
ath9k: fix cycle counter tracking
...
SVN-Revision: 23824
2010-11-03 14:56:05 +00:00
Felix Fietkau
8bab3639b3
ath9k: fix queue pending frame counter tracking by cleaning up tx queue selection
...
SVN-Revision: 23823
2010-11-03 14:55:59 +00:00
Felix Fietkau
b4e2c09b46
ar71xx: improve the wndr3700 quirks - move most of the code out of ath9k and instead allow the platform device to specify gpio overrides - fixes 5ghz signal strength issues
...
SVN-Revision: 23822
2010-11-03 14:55:53 +00:00
Felix Fietkau
f742f85c2e
nl80211: fix a station dump crash triggered by sending an invalid ifindex
...
SVN-Revision: 23741
2010-10-31 14:32:15 +00:00
Felix Fietkau
3e7589ce1a
mac80211: set GF flag in hostapd config if supported
...
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
SVN-Revision: 23673
2010-10-27 15:04:29 +00:00
Felix Fietkau
a82ff63978
ath9k: fix aggregation flush on ar9003
...
SVN-Revision: 23650
2010-10-27 00:43:17 +00:00
Felix Fietkau
f3fb5d55a5
ath9k: add more pending locking fixes - fixes tx dma hang issues on reset
...
SVN-Revision: 23649
2010-10-27 00:43:11 +00:00
Felix Fietkau
c173d41012
mac80211: add uci support for the ad-hoc multicast rate setting
...
SVN-Revision: 23637
2010-10-25 23:51:12 +00:00
Felix Fietkau
6934f55f3a
mac80211: add support for setting the multicast rate for ibss
...
SVN-Revision: 23635
2010-10-25 23:51:00 +00:00
Felix Fietkau
35cdc5d722
hostapd/mac80211: implement support for AP+STA
...
SVN-Revision: 23602
2010-10-23 23:39:54 +00:00
Felix Fietkau
9fcc9f026b
ath9k: fix an aggregation hang issue that happens when a hardware reset is issued
...
SVN-Revision: 23588
2010-10-23 15:29:25 +00:00
Felix Fietkau
ad06ff1186
ath9k: fix sampling frame handling wrt. aggregation, replace minstrel_ht performance fixes for better performance
...
SVN-Revision: 23558
2010-10-21 00:33:00 +00:00
Felix Fietkau
1178bae74d
mac80211: decrease the minstrel_ht sampling interval for faster rate adaption
...
SVN-Revision: 23555
2010-10-20 21:38:31 +00:00
Felix Fietkau
45c088cdf1
mac80211: improve minstrel_ht performance by ensuring that rates get sampled fast enough
...
SVN-Revision: 23554
2010-10-20 21:01:06 +00:00
Felix Fietkau
d9b732a591
ath9k: fix a small bug in the handling of a few tx descriptor flags
...
SVN-Revision: 23553
2010-10-20 21:00:57 +00:00
Felix Fietkau
e53a3539e2
ath9k: fix a crash that happens when survey stats are accessed before the interface is brought up for the first time
...
SVN-Revision: 23549
2010-10-20 14:01:53 +00:00
Felix Fietkau
dfddaefa6b
ath9k: use the maximum rate power for the channel txpower limits
...
SVN-Revision: 23543
2010-10-20 01:05:30 +00:00
Felix Fietkau
935809ebb6
ath9k: add a locking fix that might prevent random memory corruption during hardware resets
...
SVN-Revision: 23542
2010-10-20 00:46:37 +00:00
Felix Fietkau
d430237b28
ath9k: fix tx power display
...
SVN-Revision: 23541
2010-10-20 00:08:17 +00:00
Felix Fietkau
6adbeb35c1
mac80211: update to wireless-testing 2010-10-19
...
SVN-Revision: 23540
2010-10-19 22:11:21 +00:00
Felix Fietkau
edb7be2e2b
ath9k: make the regulatory override less intrusive - allow it to parse CTLs
...
SVN-Revision: 23539
2010-10-19 21:49:42 +00:00
Felix Fietkau
8083a4380b
mac80211: update to wireless-testing 2010-10-15, add a few ath9k fixes and performance enhancements
...
SVN-Revision: 23470
2010-10-16 02:30:30 +00:00
Felix Fietkau
b7204be37b
wifi: change the default channel from 5 to 11, 5 was a really bad choice
...
SVN-Revision: 23423
2010-10-13 12:22:48 +00:00
Felix Fietkau
103e70a573
ath9k: fix a few ani issues
...
SVN-Revision: 23412
2010-10-12 14:11:21 +00:00
Felix Fietkau
0cad2678ac
ath9k: fix channel time updates when the interface is idle
...
SVN-Revision: 23410
2010-10-12 12:04:59 +00:00
Felix Fietkau
1897dd2c6d
mac80211: fix a crash in the netlink backport
...
SVN-Revision: 23409
2010-10-12 12:04:52 +00:00
Jo-Philipp Wich
0f04c9ac37
mac80211: kmod-p54-common needs crc-ccitt, patch by loswillos
...
SVN-Revision: 23384
2010-10-10 17:40:23 +00:00
Felix Fietkau
c5b740d8a3
ath9k: fix counter overflow in survey channel time stats for the operating channel
...
SVN-Revision: 23381
2010-10-10 16:22:59 +00:00
Felix Fietkau
e3b3338f09
mac80211: update to a newer compat-wireless which fixes rt2800pci compile issues on 2.6.32 and below
...
SVN-Revision: 23374
2010-10-10 12:08:52 +00:00
Jo-Philipp Wich
2cf31be857
mac80211: don't use /usr/bin/bash in support scripts, breaks FreeBSD
...
SVN-Revision: 23367
2010-10-09 17:01:27 +00:00
Felix Fietkau
bbf2a906b6
ath9k: implement extended channel utilization statistics via survey
...
SVN-Revision: 23350
2010-10-09 00:36:54 +00:00
Felix Fietkau
cd771e9bc5
ath9k: add a fix for an aggregation delimiter size rounding error
...
SVN-Revision: 23349
2010-10-09 00:36:49 +00:00
Felix Fietkau
1d05f23d73
mac80211: fix netlink backport for 2.6.31 and below
...
SVN-Revision: 23348
2010-10-09 00:36:43 +00:00
Felix Fietkau
726123e2e1
mac80211: update to wireless-testing 2010-10-06
...
SVN-Revision: 23294
2010-10-07 14:27:54 +00:00
Gabor Juhos
25a71a59ae
mac80211: ath9k: get tx gain type from eeprom
...
SVN-Revision: 23242
2010-10-05 14:10:32 +00:00
Felix Fietkau
0c99eb5023
ath9k: add a few fixes and cleanups
...
SVN-Revision: 23198
2010-10-03 16:57:25 +00:00
Felix Fietkau
42a49519f0
ath9k: fix regulatory issues with multiple cards
...
SVN-Revision: 23168
2010-10-01 15:14:15 +00:00
Felix Fietkau
1cbea05927
ath9k: compile out the ath9k rate control
...
SVN-Revision: 23163
2010-09-30 15:00:06 +00:00
Felix Fietkau
6f8a738587
ath9k: fetch survey data for all channels
...
SVN-Revision: 23154
2010-09-29 15:16:13 +00:00
Felix Fietkau
92e5e35c77
mac80211: update to wireless-testing 2010-09-28
...
SVN-Revision: 23149
2010-09-29 13:13:16 +00:00
Felix Fietkau
c749f9a924
ath9k: fix a warning during a failed aggregation start
...
SVN-Revision: 23100
2010-09-20 17:32:18 +00:00
Felix Fietkau
d6f08bcf81
ath9k: fix various aggregation related race conditions
...
SVN-Revision: 23097
2010-09-19 17:23:15 +00:00
Felix Fietkau
4df10391ba
rt2800pci: add back ifdown hang workaround that was accidentally dropped during a compat-wireless update
...
SVN-Revision: 23078
2010-09-16 11:38:27 +00:00
Felix Fietkau
fc7fbe8349
mac80211: upgrade to wireless-testing 2010-09-14, replace the external carl9170 with the recently merged upstream version
...
SVN-Revision: 23061
2010-09-14 22:53:54 +00:00
Felix Fietkau
9c2cfd7a1b
mac80211: add a pending fix for a locking error in the aggregation reorder release code
...
SVN-Revision: 23060
2010-09-14 21:13:01 +00:00
Felix Fietkau
2c848d33a9
ath9k: fix multi-bss operation ( fixes #7914 )
...
SVN-Revision: 23059
2010-09-14 16:26:46 +00:00
Michael Büsch
7b30b70e11
From: Joseph Roback <openwrt-devel@roback.cc>
...
26 Makefile patches for enabling parallel builds. Tested on Linux (8-core) and Darwin (12-core), individually and from clean build_root. The first set is from trunk, the second is from feeds/packages.
Signed-off-by: Joe Roback <joe@roback.cc>
SVN-Revision: 22965
2010-09-07 10:00:34 +00:00
Jo-Philipp Wich
a2aa84c1c7
b43: Module option added to change the GPIO LED mask. This patch exposes the GPIO mask as a module option. This makes it possible to limit the GPIO lines used by the b43 module. Useful for those using the GPIO lines for other things like mmc over GPIO.
...
It is helpful to those not able / interested in recompiling OpenWRT themselves.
The default action is the same as before, that is 0xf gpiomask.
Signed-off-by: Simon Gaynor <openwrt@simong.net>
SVN-Revision: 22927
2010-09-04 23:46:39 +00:00
Michael Büsch
89f806fe5f
p54spi: Compile in the default eeprom image
...
SVN-Revision: 22926
2010-09-04 23:42:19 +00:00
Felix Fietkau
4dd1e1437b
mac80211: another override
...
SVN-Revision: 22875
2010-09-02 20:10:50 +00:00
Felix Fietkau
72f1c12abd
mac80211: add missing config override for ath9k
...
SVN-Revision: 22874
2010-09-02 20:02:50 +00:00
Felix Fietkau
ea70b60a07
ath9k: add a patch for dumping the eeprom contents via debugfs
...
SVN-Revision: 22870
2010-09-01 17:51:30 +00:00
Felix Fietkau
003ec7d795
mac80211: replace 800-nuke_led_code.patch with something smaller. most of the #ifdef spaghetti that the old patch introduced was completely unnecessary
...
SVN-Revision: 22866
2010-08-31 23:34:27 +00:00
Felix Fietkau
2f014eb8e8
mac80211: update to wireless-testing 2010-08-31
...
SVN-Revision: 22865
2010-08-31 23:34:21 +00:00
Felix Fietkau
1d6f21de61
ath9k: fix a WARN_ON when aggregation start is issued more than once, should improve stability with 802.11n
...
SVN-Revision: 22827
2010-08-28 17:59:03 +00:00
Felix Fietkau
c3bcd846e9
ath9k: add some extra checks to the mic failure fix
...
SVN-Revision: 22825
2010-08-28 16:23:45 +00:00
Michael Büsch
5106eb903a
p54: Fix powersave mode
...
SVN-Revision: 22797
2010-08-25 13:46:40 +00:00
Felix Fietkau
05cf68cf4c
ath9k: fix spurious MIC failure detection, causing instability issues in AP mode
...
SVN-Revision: 22795
2010-08-25 12:30:50 +00:00
Michael Büsch
4df18c296e
mac80211: Fix incorrect ifdef placement in 800-nuke_led_code.patch
...
SVN-Revision: 22749
2010-08-21 16:25:08 +00:00
Felix Fietkau
1d1b83fa4c
ath9k: remove an unnecessary BUG_ON in the aggregation code and clean up block ack window tracking to use less memory
...
SVN-Revision: 22688
2010-08-17 13:24:33 +00:00
Alexandros C. Couloumbis
c4e73984fa
package/mac80211: fix r22422, add missing bits & bytes
...
SVN-Revision: 22611
2010-08-12 14:13:52 +00:00
Alexandros C. Couloumbis
a84b3efe34
package/mac80211: let build system enable led code through cflags (thank you nbd)
...
SVN-Revision: 22591
2010-08-11 09:36:19 +00:00
Michael Büsch
3b1628215a
mac80211: Add p54spi driver
...
SVN-Revision: 22535
2010-08-08 19:13:52 +00:00
Felix Fietkau
e8fe990549
ath9k: fix rx tsf parsing
...
SVN-Revision: 22493
2010-08-04 17:26:56 +00:00
Felix Fietkau
393db419ec
ath9k: improve stuck beacon recovery by reading nf values from the hw when a calibration is pending (instead of waiting for the next cal interval)
...
SVN-Revision: 22461
2010-08-02 01:28:27 +00:00
Felix Fietkau
9d2aa5f66f
ath9k: improve stuck beacon recovery and noise floor handling. significantly improves stability under strong interference in ap mode
...
SVN-Revision: 22460
2010-08-02 00:08:55 +00:00
Felix Fietkau
31239d3332
ath9k: fix aggregation pause/restart handling under heavy load (thx to Lorenzo Bianconi)
...
SVN-Revision: 22457
2010-08-01 16:33:50 +00:00
Alexandros C. Couloumbis
524779230e
package/mac80211: sync commit r22419
...
SVN-Revision: 22422
2010-07-31 06:21:13 +00:00
Felix Fietkau
fc16d8ae02
mac80211: update to 2010-07-29, add pending patches to fix further issues with calibration
...
SVN-Revision: 22419
2010-07-30 22:18:57 +00:00
Felix Fietkau
941f72b11c
mac80211: minor fix for the offchannel status change notification
...
SVN-Revision: 22417
2010-07-30 10:52:51 +00:00
Felix Fietkau
bbd756364f
ath9k: fix various calibration related bugs and clean up the code
...
SVN-Revision: 22408
2010-07-28 11:40:38 +00:00
Felix Fietkau
0e417cf3ce
mac80211: update to wireless-testing 2010-07-26 + pending patches - adds a change that might fix some calibration issues
...
SVN-Revision: 22403
2010-07-27 21:04:54 +00:00
Felix Fietkau
ce8858061b
ath9k: simplify noise floor calibration chainmask calculation
...
SVN-Revision: 22362
2010-07-23 02:22:52 +00:00
Felix Fietkau
f4331b40a4
ath9k: fix invalid noisefloor measurement values in ht20 mode
...
SVN-Revision: 22361
2010-07-23 02:08:24 +00:00
Felix Fietkau
90a71cd326
ath9k: fix another buffer leak in the aggregation code
...
SVN-Revision: 22360
2010-07-23 01:54:27 +00:00
Hauke Mehrtens
f602c71415
mac80211: fix build of ipw2100 driver
...
SVN-Revision: 22358
2010-07-22 18:51:26 +00:00
Jo-Philipp Wich
8344c770fc
mac80211: fix handling of frag and rts options, thanks stintel!
...
SVN-Revision: 22355
2010-07-22 16:01:17 +00:00
Felix Fietkau
ae2c9dcb2b
move the crda dependency to the kmod-cfg80211 package, get rid of crda's dependency on mac80211. this fixes circular dependency issues
...
SVN-Revision: 22304
2010-07-20 01:54:16 +00:00
Felix Fietkau
2fcbada24b
mac80211: fix aggregation on WDS AP interfaces
...
SVN-Revision: 22302
2010-07-20 01:54:07 +00:00
Felix Fietkau
41872e8765
mac80211: update to wireless-testing 2010-07-16
...
SVN-Revision: 22301
2010-07-20 01:54:01 +00:00
Gabor Juhos
3f4e29691e
ath5k: in-flash macs and eeprom for mach-eap7660d
...
This adds ath5k_platform.h to mac80211 and patches ath5k to respect
MAC addresses and eeprom content from platform_data, if supplied.
Signed-off-by: Daniel Golle <daniel.golle@gmail.com>
SVN-Revision: 22188
2010-07-15 07:36:55 +00:00
Felix Fietkau
d0e2e4f693
mac80211: improve reliability of the keymiss handling fix, add another aggregation leak fix
...
SVN-Revision: 22152
2010-07-12 19:16:22 +00:00
Claudio Mignanti
2d86ea7bf3
massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950
...
SVN-Revision: 22145
2010-07-12 14:06:13 +00:00
Felix Fietkau
58232503a9
ath9k: remove support for hardware which was never sold. reduces binary size by ~30k
...
SVN-Revision: 22134
2010-07-11 15:19:43 +00:00
Felix Fietkau
b28b2b9590
ath9k: improve reliability of the noise floor calibration
...
SVN-Revision: 22126
2010-07-11 11:56:18 +00:00
Felix Fietkau
99698373f9
ath9k: add another batch of stability updates and misc fixes
...
SVN-Revision: 22123
2010-07-11 03:50:46 +00:00
Felix Fietkau
c2e40eeace
mac80211: update to wireless-testing 2010-07-06, add another patch to finally fix the annoying buffer leak in ath9k
...
SVN-Revision: 22088
2010-07-07 17:03:00 +00:00
Felix Fietkau
e0751eb57e
mac80211: fix interface teardown for kernels >= 2.6.33
...
SVN-Revision: 22078
2010-07-06 18:53:48 +00:00
Felix Fietkau
7c38977b3f
ath9k: fix a potential buffer leak
...
SVN-Revision: 22048
2010-07-02 16:11:18 +00:00
Felix Fietkau
8a5671711b
ath9k: fix a crash with WEP in ad-hoc mode
...
SVN-Revision: 22046
2010-07-02 12:46:18 +00:00
Felix Fietkau
b0658f2c89
ath9k: fix false positives in the baseband hang check by repeating the test a few times before pronouncing the hardware dead and resetting it
...
SVN-Revision: 22038
2010-07-01 21:41:40 +00:00
Felix Fietkau
58936672ac
ath9k: clean up some code duplication related to noise floor handling
...
SVN-Revision: 22037
2010-07-01 21:41:35 +00:00
Felix Fietkau
bb72d77fe1
ath9k: add a missing null pointer check and some further cleanup
...
SVN-Revision: 22036
2010-07-01 20:51:30 +00:00
Felix Fietkau
1f278440b7
ath9k: properly sanitize calibrated noise floor values on all hardware
...
SVN-Revision: 22035
2010-07-01 19:43:03 +00:00
Felix Fietkau
6c48e48165
ath9k: add initval updates - should increase stability and performance on AR91xx and AR92xx
...
SVN-Revision: 21999
2010-06-30 21:04:44 +00:00
Alexandros C. Couloumbis
5c42c43638
mac80211: fix r21990
...
SVN-Revision: 21992
2010-06-30 15:21:15 +00:00
Alexandros C. Couloumbis
186fa51531
mac80211: fix compile issues on 2.6.35
...
SVN-Revision: 21990
2010-06-30 14:10:41 +00:00
Felix Fietkau
96436fac60
ath9k: fix TSF across hardware resets on AR913x
...
SVN-Revision: 21989
2010-06-30 00:10:44 +00:00
Felix Fietkau
bc13e4c08a
mac80211: update to wireless-testing 2010-06-28
...
SVN-Revision: 21988
2010-06-30 00:10:38 +00:00
Gabor Juhos
6676527e58
rt2x00: cleanup patches
...
Remove 601-rt2x00-remove-mcu-requests-for-soc.patch as an equivalent patch
is already included in upstream.
Add 601-rt2x00-fix-hang-on-ifdown.patch which is not suitable for upstream
inclusion but fixes a hang on ifdown under some circumstances and thus also
fixes AP mode operation in OpenWRT.
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
SVN-Revision: 21975
2010-06-28 17:23:28 +00:00
Felix Fietkau
ff3d5025ac
remove obsolete kernel dependencies and version checks
...
SVN-Revision: 21956
2010-06-26 20:44:28 +00:00
Felix Fietkau
d715665b9b
mac80211: update to wireless-testing 2010-06-15
...
SVN-Revision: 21943
2010-06-26 20:41:34 +00:00
Hamish Guthrie
b58dda0d90
Add support for Marvell 88W8686
...
SVN-Revision: 21887
2010-06-23 14:53:40 +00:00
Claudio Mignanti
f5a01d10a2
mac80211: fix compile error ( #6538 )
...
SVN-Revision: 21850
2010-06-20 13:05:55 +00:00
Felix Fietkau
192d71aa46
mac80211: fix compile on systems that do not have /bin/true
...
SVN-Revision: 21801
2010-06-14 18:34:24 +00:00
Jo-Philipp Wich
38a2d4cab3
mac80211: rename dma_set_coherent_mask() patch to 170-dma_set_coherent_mask.patch
...
SVN-Revision: 21791
2010-06-13 20:07:37 +00:00
Hauke Mehrtens
1aadefd9bf
mac80211: fix build of b43
...
SVN-Revision: 21790
2010-06-13 19:53:19 +00:00
Felix Fietkau
68779160b0
mac80211: update to 2010-06-10, add pending work with stability and throughput fixes for ath9k
...
SVN-Revision: 21756
2010-06-10 23:12:10 +00:00
Felix Fietkau
c890f0d4df
mac80211: reduce the size of the debugfs code
...
SVN-Revision: 21657
2010-06-02 01:12:16 +00:00
Felix Fietkau
8e39b122c9
mac80211: remove the pid rate control algorithm to save a few kbytes
...
SVN-Revision: 21654
2010-06-01 23:11:43 +00:00
Felix Fietkau
013be5ebe6
ath9k: one more queue stop/start fix
...
SVN-Revision: 21651
2010-06-01 19:30:32 +00:00
Felix Fietkau
82e32fbb71
ath9k: fix queue stopping/starting logic, should slightly reduce RAM usage under load and make throughput more smooth
...
SVN-Revision: 21650
2010-06-01 17:38:01 +00:00
Felix Fietkau
4920935b98
ath9k: merge some more pending fixes - should improve throughput
...
SVN-Revision: 21578
2010-05-27 14:04:32 +00:00
Felix Fietkau
b674689a98
mac80211: update to wireless-testing 2010-05-24
...
SVN-Revision: 21568
2010-05-25 17:29:50 +00:00
Hauke Mehrtens
a8c9d6256a
mac80211: use stable firmware for b43 driver as the experimental causes problems on some devices with L-PHY
...
This should close #6907
SVN-Revision: 21470
2010-05-16 11:16:42 +00:00
Hauke Mehrtens
bd51370d9d
mac80211: remove patches already in mainline compat-wireless
...
SVN-Revision: 21469
2010-05-16 11:07:21 +00:00
Hauke Mehrtens
4e9881579f
mac80211: update b43-fwcutter
...
SVN-Revision: 21468
2010-05-16 11:05:29 +00:00
Felix Fietkau
48e4708a34
mac80211: update to wireless-testing 2010-05-12 plus some pending patches
...
SVN-Revision: 21454
2010-05-15 15:56:51 +00:00
Hauke Mehrtens
cfec944f42
ssb: activate CONFIG_SSB_BLOCKIO in the kernel and not in compat-wireless.
...
Before this patch CONFIG_SSB_BLOCKIO was set to y in compat-wireless
but the in kernel ssb system had it set to n, this causes an invalid pointer.
b43 now needs CONFIG_SSB_BLOCKIO=y
SVN-Revision: 21449
2010-05-15 11:04:53 +00:00
Felix Fietkau
34ad2a0b71
ath9k: fix filtering out multi-descriptor frames, which can cause issues with 11n links because of bogus rx status data
...
SVN-Revision: 21351
2010-05-04 08:01:58 +00:00
Felix Fietkau
99757d3336
mac80211: use the nl80211 driver for wpa_supplicant
...
SVN-Revision: 21321
2010-05-02 22:03:54 +00:00
Felix Fietkau
ef710f7cf3
mac80211: enable rx/tx stbc by default if supported
...
SVN-Revision: 21319
2010-05-02 22:03:44 +00:00
Felix Fietkau
b583a3f450
mac80211: update to wireless-testing 2010-04-28
...
SVN-Revision: 21271
2010-04-30 15:55:24 +00:00
Felix Fietkau
ca1accae45
mac80211: add ap isolate support
...
SVN-Revision: 21178
2010-04-26 23:07:44 +00:00
Hauke Mehrtens
893bfa5588
mac80211: add pci id for WNR854T
...
This closes #7209 and is an addition to r21077.
SVN-Revision: 21167
2010-04-26 17:59:49 +00:00
Felix Fietkau
db0238e698
ath9k: merge some more ar9300 fixes
...
SVN-Revision: 21141
2010-04-24 17:24:02 +00:00
Felix Fietkau
3b9e0000ec
ath9k: merge fixes for 5ghz fast clock handling
...
SVN-Revision: 21097
2010-04-22 18:33:55 +00:00
Felix Fietkau
17049cf4ce
mac80211: update to wireless-testing 2010-04-21
...
SVN-Revision: 21089
2010-04-22 15:39:31 +00:00
Hauke Mehrtens
f28a87cf3a
mac80211: add mwl8k driver
...
This closes #7209
SVN-Revision: 21077
2010-04-21 19:18:13 +00:00
Felix Fietkau
857ed7b676
ath9k: add stbc support
...
SVN-Revision: 20976
2010-04-18 00:56:38 +00:00
Felix Fietkau
2f366cb4bd
mac80211: add ldpc and stbc support to minstrel_ht
...
SVN-Revision: 20975
2010-04-18 00:56:32 +00:00
Felix Fietkau
ba13b674cf
mac80211: remove the unused PACKAGE_ATH9K_DEBUG option - PACKAGE_ATH_DEBUG turns on debugging for atheros drivers
...
SVN-Revision: 20972
2010-04-17 23:58:44 +00:00
Felix Fietkau
456432a56b
mac80211: use minstrel_ht by default for ath9k
...
SVN-Revision: 20971
2010-04-17 23:58:37 +00:00
Felix Fietkau
36877a5b41
mac80211: minstrel_ht - increase space between sampling attempts to allow for better aggregation
...
SVN-Revision: 20970
2010-04-17 23:58:31 +00:00
Felix Fietkau
544a625b6c
mac80211: enable 3-stream support in minstrel_ht
...
SVN-Revision: 20969
2010-04-17 23:58:26 +00:00
Felix Fietkau
e4fd5aa8a2
ath9k: enable 3-stream and MCS16-23 support
...
SVN-Revision: 20968
2010-04-17 23:58:21 +00:00
Felix Fietkau
3434500d35
ath9k: improve reliability of the rx stuck fixup
...
SVN-Revision: 20967
2010-04-17 23:58:16 +00:00
Felix Fietkau
33f6c63f2a
mac80211: update to wireless-testing 2010-04-16
...
SVN-Revision: 20966
2010-04-17 23:58:09 +00:00
Felix Fietkau
ccd852dd85
mac80211: fix a minstrel_ht off-by-one bug (patch by Christian Lamparter)
...
SVN-Revision: 20950
2010-04-16 21:55:37 +00:00
Nicolas Thill
782beb1cc4
package/mac80211: move all configuration items in submenus, merge Config.in* into the main Makefile
...
SVN-Revision: 20910
2010-04-16 10:31:12 +00:00
Felix Fietkau
28718f2d5f
ath9k: fix crash issues caused by the ar9300 support patch
...
SVN-Revision: 20887
2010-04-15 20:37:20 +00:00
Felix Fietkau
da1f79f93c
ath9k: fix a crash in ath9k_hw_reset on older hw
...
SVN-Revision: 20852
2010-04-14 02:35:56 +00:00
Felix Fietkau
396a3c5385
mac80211: update to wireless-testing 2010-04-13, add some more fixes for the ar9300 patch set, fixes #7135
...
SVN-Revision: 20849
2010-04-14 00:09:26 +00:00
Nicolas Thill
5f5ed3f109
package/mac80211: add a patch to fix package/carl9170 build failure
...
SVN-Revision: 20848
2010-04-13 23:47:41 +00:00
Felix Fietkau
0ff59f87b0
ath9k: more fixes/cleanups for ar9280 and ar9300
...
SVN-Revision: 20835
2010-04-13 01:03:49 +00:00
Felix Fietkau
040c064388
ath9k: fix a crash bug and a dma sync issue
...
SVN-Revision: 20833
2010-04-12 22:30:47 +00:00
Felix Fietkau
f98e55faf0
mac80211: update to wireless-testing 2010-04-09, add work-in-progress ar9300 patches
...
SVN-Revision: 20777
2010-04-10 16:50:15 +00:00
Gabor Juhos
6c07306d32
mac80211: update rt2x00 mcu patch (thanks to Luis Correia)
...
SVN-Revision: 20674
2010-04-03 14:30:50 +00:00
Gabor Juhos
cf4781cfbd
mac80211: remove MCU requests for SoC platforms in the rt2x00 driver
...
The ralink SoC platforms do not have an MCU.
Signed-off-by: Luis Correia <luis.f.correia@gmail.com>
SVN-Revision: 20650
2010-04-01 15:39:23 +00:00
Gabor Juhos
c3cd5ef637
mac80211: Enable rt2x00 debug if CONFIG_PACKAGE_RT2X00_DEBUG is selected
...
When CONFIG_PACKAGE_RT2X00_DEBUG is selected we should compile rt2x00 with
the CONFIG_RT2X00_DEBUG flag set to enable debug output.
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
SVN-Revision: 20629
2010-03-31 09:58:26 +00:00
Gabor Juhos
0671b2aded
mac80211: fix a typo in rt2x00 config
...
Fix a simple typo
Signed-off-by: Luis Correia <luis.f.correia@gmail.com>
SVN-Revision: 20626
2010-03-31 08:40:26 +00:00
Gabor Juhos
717dc99427
mac80211: add missing config file for the rt2x00
...
SVN-Revision: 20623
2010-03-31 05:36:14 +00:00
Gabor Juhos
2d624e284c
mac80211: enable building of the rt2800 on the ramips target
...
SVN-Revision: 20615
2010-03-30 21:24:08 +00:00
Hauke Mehrtens
809ac20df2
mac80211: fix mesh.
...
This fixes #6774
SVN-Revision: 20585
2010-03-29 18:33:48 +00:00
Hauke Mehrtens
5dbee8b3aa
mac80211: fix build of ipw2200
...
SVN-Revision: 20502
2010-03-27 09:53:48 +00:00
Felix Fietkau
d7195c2293
ath9k: make sure that the rx path does not get stuck
...
SVN-Revision: 20499
2010-03-26 22:43:33 +00:00
Felix Fietkau
ea04d330a9
mac80211: disable b43 nphy until it actually works
...
SVN-Revision: 20498
2010-03-26 22:36:23 +00:00
Felix Fietkau
282981d257
mac80211: update to wireless-testing 2010-03-24
...
SVN-Revision: 20497
2010-03-26 22:36:12 +00:00
Felix Fietkau
a95d43125c
ath9k: fix a client mode crash that happens on wpa rekeying
...
SVN-Revision: 20155
2010-03-12 03:03:57 +00:00
Felix Fietkau
a27a5a1973
minstrel_ht: make the ewma of the ampdu length more smooth by updating it on stats updates and reduce the frequency of aggregation checks
...
SVN-Revision: 20153
2010-03-11 22:08:06 +00:00
Felix Fietkau
9ab5d11a46
mac80211: improve performance a bit
...
SVN-Revision: 20145
2010-03-11 15:30:37 +00:00
Hauke Mehrtens
012b44f840
mac80211: fix build problems with kmod-mac80211=n
...
Build compat-wireless also if kmod-mac80211=n, but do not build mac80211.ko.
Fix problem in ticket #6813 .
SVN-Revision: 20125
2010-03-10 21:51:17 +00:00
Nicolas Thill
b4e99d33d9
use a common way of marking packages as not supported on specific targets
...
SVN-Revision: 20117
2010-03-10 04:12:57 +00:00
Felix Fietkau
656de42f9c
Revert "mac80211/ath9k: fix duration calculation for short-guard-interval frames (thanks to Duy Nguyen for pointing this out)" again It appears to be causing trouble at least with some clients.
...
SVN-Revision: 20115
2010-03-10 01:17:23 +00:00
Felix Fietkau
3f733bc1ec
mac80211/ath9k: fix duration calculation for short-guard-interval frames (thanks to Duy Nguyen for pointing this out)
...
SVN-Revision: 20114
2010-03-10 01:09:17 +00:00
Felix Fietkau
56f94c0d2a
mac80211: fix compile for 2.6.33 (thx, acoul)
...
SVN-Revision: 20113
2010-03-10 01:09:12 +00:00
Felix Fietkau
8b9afa6f75
mac80211: fix interface setup for wds client sometimes an interface does not get added to the bridge properly this seems to be a race of interface setup vs wpa_supplicant fix this by configuring the interface only after wpa_supplicant has been started
...
SVN-Revision: 20106
2010-03-09 21:23:14 +00:00
Felix Fietkau
ddb6eb9d51
mac80211: add support for the noscan option for skipping the initial scan on hostapd startup
...
SVN-Revision: 20089
2010-03-09 17:36:04 +00:00
Hauke Mehrtens
32885a5a05
mac80211: build ipw2x00 driver from compat-wireless
...
ipw2x00 now depends on cfg80211 which is build form compat-wireless and not directly from kernel.
SVN-Revision: 20073
2010-03-08 22:05:36 +00:00
Felix Fietkau
3f6ca40dd1
mac80211: remove an obsolete patch which breaks 2.6.32 compat
...
SVN-Revision: 20046
2010-03-08 00:34:30 +00:00
Felix Fietkau
708a33027f
mac80211: small whitespace fix in minstrel_ht
...
SVN-Revision: 20045
2010-03-08 00:34:26 +00:00
Felix Fietkau
33f8fa04df
mac80211: fix a few more minstrel_ht bugs (thx to Christian Lamparter)
...
SVN-Revision: 20040
2010-03-07 18:35:39 +00:00
Felix Fietkau
e7c6e9d603
mac80211: improve minstrel_ht performance by reducing the impact of slow sampling
...
SVN-Revision: 20038
2010-03-07 17:00:43 +00:00
Felix Fietkau
a12048b2bf
mac80211: simplify minstrel_ht code, rewrite packet sampling algorithm for improved performance and a-mpdu length
...
SVN-Revision: 20035
2010-03-07 16:29:41 +00:00
Felix Fietkau
05ca2b606a
mac80211: increase minstrel_ht precision by properly using a-mpdu frame stats
...
SVN-Revision: 20034
2010-03-07 16:29:37 +00:00
Felix Fietkau
e111568b6d
mac80211: implement .rate_update in minstrel_ht
...
SVN-Revision: 20033
2010-03-07 16:29:33 +00:00
Felix Fietkau
c5885e669e
mac80211: update to wireless-testing 2010-03-03
...
SVN-Revision: 20032
2010-03-07 16:29:28 +00:00
Felix Fietkau
908ffaaac7
mac80211: enable debugfs support by default - having access to the rate control statistics is very useful for figuring out the real quality of a link
...
SVN-Revision: 20011
2010-03-06 10:04:30 +00:00
Hauke Mehrtens
f88371a696
kernel: add some missing config files and make compat-wireless build with kernel 2.6.33
...
Thanks tripolar for the missing config symbols
SVN-Revision: 19956
2010-03-02 21:26:36 +00:00
Felix Fietkau
cbd858715d
mac80211: add the new 802.11n minstrel rate control implementation (optional, not used by default)
...
SVN-Revision: 19943
2010-03-01 21:48:55 +00:00
Nicolas Thill
01a683ec51
mac80211: add 2 missing config symbols needed to build rt2x00-lib & rt2800-lib modules
...
SVN-Revision: 19923
2010-03-01 05:44:12 +00:00
Felix Fietkau
ee2c54569f
mac80211: fix essid setting for ad-hoc (thx, stintel)
...
SVN-Revision: 19916
2010-02-28 19:05:32 +00:00
Felix Fietkau
13cfa88855
mac80211: fix client mode
...
SVN-Revision: 19915
2010-02-28 19:02:05 +00:00
Felix Fietkau
1c8fbfbaa6
mac80211: fix interface startup order for AP+STA (patch by yann lopez)
...
SVN-Revision: 19912
2010-02-28 17:06:53 +00:00
Felix Fietkau
e08dd936ef
ath9k: disable RIFS search on some chips to avoid baseband hangs
...
SVN-Revision: 19829
2010-02-24 03:43:30 +00:00
Florian Fainelli
2ae5683e83
fix accidently commited ancient mac80211 patches in r19789-19791 ( #6716 )
...
SVN-Revision: 19797
2010-02-21 15:43:09 +00:00
Florian Fainelli
1373140033
mac80211: make the vlan injection patch more specific
...
SVN-Revision: 19791
2010-02-21 14:14:32 +00:00
Florian Fainelli
39cd0fa893
mac80211: fix lookup for vlan'd stations for injected frames - fixes wpa rekeying with wds ap
...
SVN-Revision: 19790
2010-02-21 14:14:28 +00:00
Florian Fainelli
0ddfa39ecb
mac80211: fix an eap frame handling bug in ath9k - fixes client mode rekeying issues
...
SVN-Revision: 19789
2010-02-21 14:14:17 +00:00
Jo-Philipp Wich
e9cacfa59a
mac80211: fix typo introduced in r19760 ( #6707 )
...
SVN-Revision: 19763
2010-02-19 22:44:22 +00:00
Hauke Mehrtens
046caa7e25
rt2800lib depends on rt2x00-usb
...
The rt2800lib module depends on rt2x00-usb if rt2x00-usb was build.
SVN-Revision: 19760
2010-02-19 19:13:23 +00:00
Felix Fietkau
6fdcbd0831
ath9k: fix beacon timer restarts after card resets - improves stability in AP mode
...
SVN-Revision: 19757
2010-02-19 17:22:37 +00:00
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
2010-02-19 15:41:55 +00:00
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
2010-02-19 11:52:22 +00:00
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
2010-02-19 01:07:21 +00:00
Felix Fietkau
b47efaaf4d
ath9k: fix rate control fallback rate selection - improves throughput and link stability
...
SVN-Revision: 19716
2010-02-19 00:47:32 +00:00
Felix Fietkau
b3caca3677
mac80211: move the 2.6.30 compat patch to the other compat patches
...
SVN-Revision: 19715
2010-02-19 00:47:28 +00:00
Jo-Philipp Wich
0cfd25119d
mac80211: add compile fix for pre-2.6.32 kernels
...
SVN-Revision: 19692
2010-02-17 22:37:04 +00:00
Felix Fietkau
dd4893f453
mac80211: update to wireless-testing 2010-02-16
...
SVN-Revision: 19688
2010-02-17 14:13:27 +00:00
Felix Fietkau
69d4a1e9b8
ath9k: adjust ack timeout workaround patch based on upstream submission
...
SVN-Revision: 19638
2010-02-15 17:28:52 +00:00
Imre Kaloz
7b367d0313
with no users left, remove support for 2.6.21
...
SVN-Revision: 19578
2010-02-11 08:37:57 +00:00
Gabor Juhos
0cbc5f678d
ar71xx/mac80211: add a workaround for the bad signal strength on the WNDR3700
...
SVN-Revision: 19565
2010-02-09 16:27:35 +00:00
Felix Fietkau
e1efddf19b
mac80211: use wpa_supplicant for unencrypted connections to improve client mode reliability (patch by Stijn Tintel from #6653 )
...
SVN-Revision: 19550
2010-02-08 13:42:14 +00:00
Felix Fietkau
085737e0b0
mac80211: update to latest wireless-testing from today
...
SVN-Revision: 19501
2010-02-03 00:43:09 +00:00
Felix Fietkau
52c2e565dd
mac80211: fix setup with more than 2 ap mode interfaces
...
SVN-Revision: 19494
2010-02-02 02:19:01 +00:00
Felix Fietkau
34c0c72a6e
mac80211: make the vlan injection patch more specific
...
SVN-Revision: 19477
2010-01-31 22:23:47 +00:00
Felix Fietkau
8b08994455
mac80211: fix lookup for vlan'd stations for injected frames - fixes wpa rekeying with wds ap
...
SVN-Revision: 19476
2010-01-31 22:17:55 +00:00
Felix Fietkau
04e89fe9c5
mac80211: fix an eap frame handling bug in ath9k - fixes client mode rekeying issues
...
SVN-Revision: 19474
2010-01-31 21:27:51 +00:00
Felix Fietkau
a8f779a9f7
mac80211: fix rekeying in ap mode with connected powersave stations
...
SVN-Revision: 19470
2010-01-31 20:58:02 +00:00
Felix Fietkau
869c08cc59
mac80211: fix aggregation setup on wds ap interfaces
...
SVN-Revision: 19469
2010-01-31 20:57:58 +00:00
Felix Fietkau
5f0bcfe153
mac80211: i maintain this package
...
SVN-Revision: 19438
2010-01-31 12:18:21 +00:00
Hauke Mehrtens
5f7c02c011
add rt2800lib module
...
This module is needed by rt2800pci and rt2800usb
SVN-Revision: 19390
2010-01-29 22:54:37 +00:00
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
2010-01-29 22:53:44 +00:00
Felix Fietkau
eb694a7a83
mac80211: update to wireless-testing 2010-01-25, includes fixes for crypto and retransmissions
...
SVN-Revision: 19337
2010-01-26 00:14:44 +00:00
Felix Fietkau
8d689fedac
mac80211: restrict the killing of wpa_supplicant processes to the right interface ( #5991 )
...
SVN-Revision: 19334
2010-01-25 22:11:21 +00:00
Felix Fietkau
226fd49634
mac80211: fix a WARN_ON in client mode
...
SVN-Revision: 19315
2010-01-24 19:28:11 +00:00
Felix Fietkau
9f75c26a70
ath9k: improve max rate retry handling
...
SVN-Revision: 19308
2010-01-24 02:27:31 +00:00
Jo-Philipp Wich
789ec837e9
mac80211: make b43-fwsquash.py work with python 3.x
...
SVN-Revision: 19307
2010-01-24 02:26:57 +00:00
Felix Fietkau
1089b3213d
ath9k: fix an initialization error on 2GHz-only cards (based on discussion on ath9k-devel@)
...
SVN-Revision: 19296
2010-01-23 18:25:45 +00:00
Nicolas Thill
815dc97a58
add explicit dependency on kmod-crypto-core when required ( closes : #6557 )
...
SVN-Revision: 19291
2010-01-23 16:39:31 +00:00
Felix Fietkau
26c953db20
mac80211: improve wifi interface cleanup
...
SVN-Revision: 19285
2010-01-23 08:28:20 +00:00
Jo-Philipp Wich
946291c8d5
mac80211: fix spurious error return codes in enable_mac80211()
...
SVN-Revision: 19265
2010-01-22 00:58:52 +00:00
Felix Fietkau
eb1190bb29
mac80211: fix hostapd wmm setting for multiple bss interfaces
...
SVN-Revision: 19264
2010-01-22 00:55:10 +00:00
Felix Fietkau
9237420b79
mac80211: fix multi-bss related rx handling bug
...
SVN-Revision: 19260
2010-01-21 23:38:49 +00:00
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
2010-01-20 02:26:05 +00:00
Felix Fietkau
131c3e1c72
ath9k: fix a beacon buffer leak on interface up/down
...
SVN-Revision: 19233
2010-01-20 02:25:55 +00:00
Felix Fietkau
9d50c384be
mac80211: fix firmware compat stuff for 2.6.32
...
SVN-Revision: 19222
2010-01-18 14:18:08 +00:00
Felix Fietkau
d787e5dfe1
mac80211: remove an obsolete patch
...
SVN-Revision: 19195
2010-01-17 20:49:33 +00:00
Felix Fietkau
b97cfa4bf5
iw, mac80211: get the frequency info per-netdev instead of per-phy
...
SVN-Revision: 19194
2010-01-17 20:49:28 +00:00
Felix Fietkau
9f0c2d0a5b
mac80211: allow user space to query the current operating frequency
...
SVN-Revision: 19178
2010-01-17 03:07:51 +00:00
Felix Fietkau
8bdee4acf7
mac80211: fix mac address handling for multiple phy/vif
...
SVN-Revision: 19177
2010-01-17 01:52:45 +00:00
Felix Fietkau
20daaf7480
mac80211: upgrade to compat-wireless 2010-01-15
...
SVN-Revision: 19176
2010-01-17 01:38:07 +00:00
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
2010-01-15 23:12:21 +00:00
Felix Fietkau
7c6b51f9e2
ath9k: fix rts/cts handling
...
SVN-Revision: 19147
2010-01-15 07:39:35 +00:00
Felix Fietkau
87226cbdc6
ath9k: tweak rx interrupt mitigation settings for better performance
...
SVN-Revision: 19146
2010-01-15 07:39:31 +00:00
Felix Fietkau
bc28dd7d7d
mac80211: add some ibss related fixes from linux-wireless@
...
SVN-Revision: 19145
2010-01-15 07:39:27 +00:00
Felix Fietkau
b8ef670202
mac80211: fix ht capability detection (thx, stintel)
...
SVN-Revision: 19144
2010-01-15 02:55:29 +00:00
Felix Fietkau
aa2ebbf15e
mac80211: add a missing chunk of the short slot patch
...
SVN-Revision: 19143
2010-01-15 02:03:25 +00:00
Felix Fietkau
b35e22bd24
mac80211: implement the distance setting
...
SVN-Revision: 19142
2010-01-15 01:16:52 +00:00
Felix Fietkau
0c66d3eef2
ath9k: fix short slot vs long slot handling, implement support for setting the coverage class
...
SVN-Revision: 19141
2010-01-15 01:16:48 +00:00
Felix Fietkau
6f5cd22319
mac80211: update to wireless-testing+wireless-2.6 from 2010-01-13
...
SVN-Revision: 19139
2010-01-15 01:16:40 +00:00
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
2010-01-13 18:39:44 +00:00
Felix Fietkau
75d5301b3e
mac80211: another minor fix to monitor mode queue selection
...
SVN-Revision: 19111
2010-01-12 03:10:12 +00:00
Felix Fietkau
1d109f9eb2
mac80211: upgrade to a new unofficial snapshot based on wireless-testing+wireless-2.6
...
SVN-Revision: 19110
2010-01-12 03:10:03 +00:00
Felix Fietkau
a0f378097e
mac80211: fix some monitor mode queue selection bugs
...
SVN-Revision: 19099
2010-01-11 05:57:59 +00:00
Felix Fietkau
afb9aa89b6
mac80211: fix patch naming
...
SVN-Revision: 19078
2010-01-08 16:56:39 +00:00
Felix Fietkau
c418fd661f
mac80211: various wds related fixes
...
SVN-Revision: 19076
2010-01-08 16:55:15 +00:00
Felix Fietkau
fa78fa7e43
mac80211: export a few ath header files
...
SVN-Revision: 19065
2010-01-07 21:59:51 +00:00
Felix Fietkau
999a050002
mac80211: fix spurious client reconnects triggered by rejected action frames being interpreted as chan switch announcements
...
SVN-Revision: 19064
2010-01-07 19:15:30 +00:00
Felix Fietkau
fe32f100a8
mac80211: update to compat-wireless 2010-01-07 (unoffical snapshot, official ones are not working yet)
...
SVN-Revision: 19063
2010-01-07 19:15:05 +00:00
Felix Fietkau
23f08317be
mac80211: merge some further fixes to the queue stop patch
...
SVN-Revision: 19056
2010-01-06 18:43:01 +00:00
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
2010-01-06 06:05:15 +00:00
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
2010-01-05 19:14:28 +00:00
Felix Fietkau
503cf5df83
mac80211: update ath9k tx fix with changes from upstream
...
SVN-Revision: 19043
2010-01-05 18:37:14 +00:00
Michael Büsch
bced3bd81b
b43-fwsquash: ucode2.fw also supports core rev 3
...
SVN-Revision: 18948
2009-12-26 23:20:24 +00:00
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
2009-12-26 23:15:16 +00:00
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
2009-12-26 01:06:36 +00:00
Felix Fietkau
0a24ec2e4a
mac80211: fix handling of vif mac addresses in /lib/wifi/mac80211.sh (patch from #6401 )
...
SVN-Revision: 18923
2009-12-24 11:05:04 +00:00
Nicolas Thill
5734bdddcd
disable a few packages failing on ps3 as well (marking them as BROKEN)
...
SVN-Revision: 18905
2009-12-23 11:08:22 +00:00
Nicolas Thill
33db876248
disable a few packages failing on pxcab (marking them as BROKEN)
...
SVN-Revision: 18903
2009-12-23 09:53:06 +00:00
Vasilis Tsiligiannis
ddba20a829
mac80211: Don't echo missing physical device errors to wireless config file
...
SVN-Revision: 18896
2009-12-22 21:45:08 +00:00
Nicolas Thill
c00d5e59f0
mark mac80211 & madwifi as BROKEN for ep93xx
...
SVN-Revision: 18877
2009-12-21 12:33:45 +00:00
Felix Fietkau
6d3d1504cf
mac80211: fix a race condition in ad-hoc bringup with fixed bssid
...
SVN-Revision: 18859
2009-12-20 11:04:43 +00:00
Nicolas Thill
cd906043d8
mac80211: fix rt2x00-lib dependency on PCI/USB
...
SVN-Revision: 18812
2009-12-18 10:43:18 +00:00
Gabor Juhos
ae89e435d9
mac80211: fix depends
...
SVN-Revision: 18732
2009-12-10 13:50:02 +00:00
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
2009-12-09 17:22:25 +00:00
Felix Fietkau
6cdf436893
mac80211: update to compat-wireless 2009-12-05 and fix a critical bug in ath9k tx status reporting
...
SVN-Revision: 18666
2009-12-05 17:12:56 +00:00
Felix Fietkau
fee32f227e
mac80211: set the country code through iw reg, setting it only through hostapd apparently does not work
...
SVN-Revision: 18665
2009-12-05 17:12:51 +00:00
Jo-Philipp Wich
af947d5c89
mac80211: fix a shell syntax error
...
SVN-Revision: 18664
2009-12-05 15:11:47 +00:00
Jo-Philipp Wich
6da667f886
mac80211: fix wpa handling in sta mode
...
SVN-Revision: 18662
2009-12-05 15:08:25 +00:00
Felix Fietkau
86bfe0a701
mac80211: rename autogenerated wifi-device sections from wifi* to radio* to prevent conflicts with madwifi interface naming
...
SVN-Revision: 18627
2009-12-03 18:35:31 +00:00
Felix Fietkau
9e6c05a20d
ath9k: disable interrupt mitigation - it hurts performance on embedded systems
...
SVN-Revision: 18626
2009-12-03 18:35:26 +00:00
Florian Fainelli
a263714936
fix p54usb firmware installation ( #6260 )
...
SVN-Revision: 18615
2009-11-30 21:26:12 +00:00
Felix Fietkau
7d599ee46c
mac80211: fix up wds sta mode after r18591
...
SVN-Revision: 18600
2009-11-29 13:56:41 +00:00
Gabor Juhos
becedde3f1
mac80211: use mac address from platform data if present on ath9k
...
SVN-Revision: 18584
2009-11-28 18:01:03 +00:00
Gabor Juhos
756b6fdbf3
mac80211: fix detection of multiple mac80211 devices
...
SVN-Revision: 18583
2009-11-28 18:00:59 +00:00
Gabor Juhos
ff7c793af5
mac80211: remove trailing whitespaces in mac80211.sh
...
SVN-Revision: 18582
2009-11-28 18:00:53 +00:00
Florian Fainelli
ef499299ea
update p54usb firmware to 2.13.24.0.lm87.arm ( #6177 , #6237 )
...
SVN-Revision: 18580
2009-11-28 14:25:41 +00:00
Gabor Juhos
1104a67439
mac80211: fix default channel selection in mac80211.sh (thanks to blubberdiblub)
...
SVN-Revision: 18577
2009-11-28 13:49:14 +00:00
Gabor Juhos
7ce91a64f0
mac80211: fix a typo in the mac80211.sh
...
SVN-Revision: 18567
2009-11-27 21:21:28 +00:00
Gabor Juhos
fee0ea3ba8
mac80211: update ath9k patch
...
SVN-Revision: 18563
2009-11-27 21:21:14 +00:00
Gabor Juhos
05c8eef651
mac80211: select channel 36 by default on 5GHz only devices
...
SVN-Revision: 18562
2009-11-27 21:21:10 +00:00
Gabor Juhos
5838c83c1f
package/mac80211: disable 2GHz band for 5GHz only devices
...
SVN-Revision: 18537
2009-11-25 20:35:58 +00:00
Felix Fietkau
cafe76e103
ath: only use GFP_DMA on ixp4xx
...
SVN-Revision: 18525
2009-11-24 13:55:37 +00:00
Felix Fietkau
9fce92753f
separate ath9k debugfs support from ath9k debugging, use the mac80211 debugfs config option to enable it
...
SVN-Revision: 18505
2009-11-23 22:01:45 +00:00
Felix Fietkau
d6cb068098
mac80211: do not build b44
...
SVN-Revision: 18504
2009-11-23 22:01:40 +00:00
Felix Fietkau
e69581be06
ath9k: add a few debugfs files to access the chainmasks and registers
...
SVN-Revision: 18503
2009-11-23 20:38:18 +00:00
Felix Fietkau
e4489675b5
mac80211: update to compat-wireless 2009-11-21
...
SVN-Revision: 18465
2009-11-22 07:13:30 +00:00
Felix Fietkau
1f88eb26ac
ath9k: fix compiler warning without debug enabled
...
SVN-Revision: 18452
2009-11-18 18:35:31 +00:00
Felix Fietkau
f5c4ff9389
ath9k: fix bisectability of rc patches
...
SVN-Revision: 18445
2009-11-18 04:42:40 +00:00
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
2009-11-18 03:48:55 +00:00
Gabor Juhos
3018b457f9
package/mac80211: use platform_data on PCI devices in ath9k
...
SVN-Revision: 18436
2009-11-16 17:31:29 +00:00
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
2009-11-16 00:44:39 +00:00
Felix Fietkau
b01e1d4916
mac80211: adjust patches based on upstream feedback
...
SVN-Revision: 18431
2009-11-15 22:05:03 +00:00
Felix Fietkau
46560d64a8
mac80211: add some missing patch chunks that were accidentally left out in the previous commit
...
SVN-Revision: 18430
2009-11-15 21:36:40 +00:00
Felix Fietkau
bc6301de27
ath9k: work-in-progress patch to adapt ath9k to the mac80211 rate control api
...
SVN-Revision: 18429
2009-11-15 21:21:56 +00:00
Felix Fietkau
0a5fa7b10e
ath9k: fix massive packet loss issue introduced by upstream cleanups
...
SVN-Revision: 18428
2009-11-15 21:21:52 +00:00
Felix Fietkau
a7ddfc6e79
mac80211: sync with changes to patches submitted upstream
...
SVN-Revision: 18427
2009-11-15 21:21:47 +00:00
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
2009-11-14 02:35:04 +00:00
Gabor Juhos
00808aaff3
package/mac80211: add config option to enable Atheros wireless debugging
...
SVN-Revision: 18412
2009-11-13 17:11:43 +00:00
Felix Fietkau
a195852e7f
mac80211: disable powersave on the sta by default (for performance reasons)
...
SVN-Revision: 18379
2009-11-11 16:59:36 +00:00
Felix Fietkau
c8c6f7ec39
mac80211: fix a race condition when bringing up wds sta interfaces on the ap
...
SVN-Revision: 18377
2009-11-11 16:32:09 +00:00
Felix Fietkau
20107c752e
mac80211: fix a bug in broadcast handling of wds sta interfaces
...
SVN-Revision: 18363
2009-11-11 05:15:41 +00:00
Felix Fietkau
1dbcfdaf2f
mac80211: implement wds sta support (wds ap support work in progress, needs hostapd changes)
...
SVN-Revision: 18356
2009-11-10 19:27:19 +00:00
Felix Fietkau
559f32adbc
mac80211: fix wpa in client mode
...
SVN-Revision: 18355
2009-11-10 19:27:13 +00:00
Felix Fietkau
498483be78
mac80211: fix wifi detect with 11n cards that have multiple bands
...
SVN-Revision: 18351
2009-11-09 00:58:39 +00:00
Felix Fietkau
ae0457f76a
b43: work around a locking issue, might fix #5996
...
SVN-Revision: 18338
2009-11-07 17:40:52 +00:00
Felix Fietkau
3dfa493e56
fix up the download location for the updated mac80211 version (thx, swalker)
...
SVN-Revision: 18317
2009-11-05 16:05:52 +00:00
Felix Fietkau
91c0fbb06c
mac80211: update to 2009-11-03
...
SVN-Revision: 18294
2009-11-04 21:54:47 +00:00
Felix Fietkau
875d957512
mac80211: fill some important capabilities into ht_capab in the hostapd config
...
SVN-Revision: 18293
2009-11-04 21:53:49 +00:00
Florian Fainelli
eff68fb14b
fix hostapd frame injection in mac80211, backport 9b1ce526eb917c8b5c8497c327768130ee683392 ( #6070 )
...
SVN-Revision: 18258
2009-11-01 10:46:36 +00:00
Florian Fainelli
f88807049f
kmod-libertas needs kmod-lib80211 to load
...
SVN-Revision: 18244
2009-10-31 12:28:55 +00:00
Florian Fainelli
1a2862798a
remove references to 2_6_27
...
SVN-Revision: 18202
2009-10-29 12:22:53 +00:00
Felix Fietkau
62aa1dc057
mac80211: fix ath5k compile on 2.6.28 and earlier
...
SVN-Revision: 18065
2009-10-19 04:28:15 +00:00
Felix Fietkau
31e93d467c
mac80211: fix download url ( #5980 )
...
SVN-Revision: 18040
2009-10-11 23:11:39 +00:00
Felix Fietkau
d06c15c265
mac80211: fix a warning during interface bringup when using autochannel
...
SVN-Revision: 18034
2009-10-11 15:06:12 +00:00
Nicolas Thill
9da14e1275
mac80211: fix rt2800pci, tx ack timeout is now hardcoded
...
SVN-Revision: 18031
2009-10-11 04:00:58 +00:00
Felix Fietkau
75d1518a84
mac80211: fix ibss join/create
...
SVN-Revision: 18030
2009-10-11 03:13:57 +00:00
Felix Fietkau
d5ca84ad0f
mac80211: fix encryption fallback for sta mode, add frequency/bssid selection support
...
SVN-Revision: 18025
2009-10-11 01:05:17 +00:00
Felix Fietkau
60d9f8044c
mac80211: fix autochannel / fixed channel selection, add commands for unencrypted sta mode
...
SVN-Revision: 18024
2009-10-11 01:01:12 +00:00
Felix Fietkau
4cb436429b
mac80211: upgrade to latest compat-wireless, fix ad-hoc interface setup
...
SVN-Revision: 18023
2009-10-11 00:36:23 +00:00
Florian Fainelli
f46b140e84
fix typos in KernelPackage/libertas
...
SVN-Revision: 17986
2009-10-07 18:54:17 +00:00
Nicolas Thill
b795affe06
libertas: use driver from compat-wireless instead of our own (deprecated) one
...
SVN-Revision: 17982
2009-10-07 16:03:31 +00:00
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
2009-10-02 22:02:37 +00:00
Felix Fietkau
eb59d14aac
mac80211: autodetect the default phy mode based on 11n and freq capabilities
...
SVN-Revision: 17825
2009-10-02 19:41:04 +00:00
Felix Fietkau
d8aa4acfda
mac80211: fix typo in ifname setup, suppress error messages of interface enumeration commands
...
SVN-Revision: 17824
2009-10-02 19:16:16 +00:00
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
2009-10-02 15:18:44 +00:00
Hauke Mehrtens
942451b0fe
Add ar9170usb driver.
...
SVN-Revision: 17760
2009-09-27 13:43:21 +00:00
Hauke Mehrtens
bd301eb87c
Do not build some modules as they are not needed
...
Remove empty directory.
SVN-Revision: 17755
2009-09-26 22:06:39 +00:00
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
2009-09-26 22:05:46 +00:00
Gabor Juhos
6a7693b247
package/mac80211: add menuconfig option for enabling debug support via debugfs
...
SVN-Revision: 17541
2009-09-08 07:32:08 +00:00
Hauke Mehrtens
291de07cb0
fix module loading with kernel 2.6.27
...
SVN-Revision: 17457
2009-09-01 14:53:35 +00:00
Felix Fietkau
2015ef16b8
mac80211: fix a race condition in the cfg80211 scanning code (thx, johill)
...
SVN-Revision: 17341
2009-08-20 18:49:12 +00:00
Felix Fietkau
b9451d5542
b43: disable pio and pcmcia support
...
SVN-Revision: 17340
2009-08-20 17:32:52 +00:00
Felix Fietkau
f51eefd344
mac80211: reorganize compat code to make cfg80211 load without usb
...
SVN-Revision: 17339
2009-08-20 17:25:33 +00:00
Felix Fietkau
e06d472f3f
fix a typo in the compat-wireless build speedup patch
...
SVN-Revision: 17337
2009-08-20 17:06:51 +00:00
Felix Fietkau
a3349d3795
mac80211: disable b43 lp-phy support for now
...
SVN-Revision: 17336
2009-08-20 16:56:36 +00:00
Felix Fietkau
7435fccb9c
mac80211: speed up build by reducing the makefile shell calls, fix forced disable of rfkill
...
SVN-Revision: 17335
2009-08-20 16:52:46 +00:00
Felix Fietkau
f08684ffc0
mac80211: add missing config override
...
SVN-Revision: 17331
2009-08-20 15:41:19 +00:00
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
2009-08-20 15:09:03 +00:00
Felix Fietkau
c5226c3687
remove support for compat-wireless-old
...
SVN-Revision: 17327
2009-08-20 15:00:01 +00:00
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
2009-08-20 14:59:55 +00:00
Gabor Juhos
af0d2abee5
mac80211: add deadlock fix patch
...
SVN-Revision: 17290
2009-08-16 19:55:10 +00:00
Nicolas Thill
757b8c4adb
use KERNEL_CROSS instead of TARGET_CROSS to build kernel modules
...
SVN-Revision: 17286
2009-08-16 10:21:13 +00:00
Hauke Mehrtens
824c0095c6
increase release number
...
SVN-Revision: 17277
2009-08-15 16:54:09 +00:00
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
2009-08-15 16:42:48 +00:00
Hauke Mehrtens
620efa556f
also exclude usb_unpoison_urb
...
SVN-Revision: 17275
2009-08-15 16:29:52 +00:00
Hauke Mehrtens
b1ae2c2c20
Build modules only if realy needed.
...
SVN-Revision: 17267
2009-08-15 08:36:33 +00:00
Hauke Mehrtens
babf8f5927
update openfw to 5.2
...
SVN-Revision: 17266
2009-08-15 08:35:03 +00:00
Hauke Mehrtens
7dcdcbbc24
Update to compat-wireless-2009-08-15
...
SVN-Revision: 17265
2009-08-15 08:26:38 +00:00
Hauke Mehrtens
ece3bdcdd6
Correct bool expressions in dependencies. This fixes #5627
...
SVN-Revision: 17208
2009-08-10 18:26:18 +00:00
Florian Fainelli
ed70023f85
we removed 2.6.23/24 and 26 support, simplify conditions in packages
...
SVN-Revision: 16993
2009-07-26 10:06:01 +00:00
Gabor Juhos
264ac83490
mac80211: add more ath9k patches
...
SVN-Revision: 16967
2009-07-24 15:46:36 +00:00
Florian Fainelli
8050025e9d
download and install rt2870 firmware ( #5519 )
...
SVN-Revision: 16893
2009-07-18 10:10:32 +00:00
Vasilis Tsiligiannis
3b1c6c0379
mac80211: Declare some variables as local and remove unused
...
SVN-Revision: 16627
2009-06-29 21:13:10 +00:00
Gabor Juhos
ded8355b49
mac80211: add more ath9k patches
...
SVN-Revision: 16562
2009-06-25 19:45:51 +00:00
Hauke Mehrtens
098c284c6b
Update compat-wireless to 2009-06-25
...
SVN-Revision: 16561
2009-06-25 17:28:36 +00:00
Gabor Juhos
77bb9494c2
mac80211/ath5k: add workaround for the AR71xx PCI bug
...
SVN-Revision: 16535
2009-06-21 14:38:15 +00:00
Florian Fainelli
9d35896314
fix unaligned accesses in b43/xmit.c ( #5169 )
...
SVN-Revision: 16474
2009-06-15 14:34:54 +00:00
Hauke Mehrtens
81d3b7905b
Update to compat-wireless-2009-06-02
...
SVN-Revision: 16300
2009-06-02 18:48:52 +00:00
Hauke Mehrtens
9c3bf13939
B43 needs CONFIG_RFKILL_INPUT not only CONFIG_RFKILL. Fixes #5245 .
...
SVN-Revision: 16263
2009-06-01 17:38:38 +00:00
Hauke Mehrtens
19b01b4ffe
Add rtl8180 and rtl8187 support. Based on patch from #5138 .
...
SVN-Revision: 16022
2009-05-24 11:14:00 +00:00
Andy Boyett
b7e3af28b1
update compat-wireless to 2009-05-21
...
SVN-Revision: 15976
2009-05-22 07:19:58 +00:00
Imre Kaloz
26b42d5807
cardbus != pcmcia -- disable it in b43
...
SVN-Revision: 15857
2009-05-15 08:58:02 +00:00
Hauke Mehrtens
f24c234150
Add support for pcmcia to ssb. b43 will build now with pcmcia support.
...
SVN-Revision: 15784
2009-05-11 20:51:38 +00:00
Gabor Juhos
fe70acc95a
mac80211: update compat-wireless to 2009-05-08
...
SVN-Revision: 15738
2009-05-09 06:34:03 +00:00
Hauke Mehrtens
4fca4229cd
Update to compat-wireless-2009-05-01
...
SVN-Revision: 15536
2009-05-01 13:43:12 +00:00
Gabor Juhos
ad66840108
mac80211: backport ath9k uninline patch
...
SVN-Revision: 15490
2009-04-29 20:23:20 +00:00
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
2009-04-27 15:53:00 +00:00
Gabor Juhos
9e87dd54df
mac80211: cleanup patches
...
SVN-Revision: 15392
2009-04-24 14:59:27 +00:00
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
2009-04-10 12:16:51 +00:00
Michael Büsch
efceb0938c
b43: Remove unnecessary MMIO accesses in the interrupt hotpath.
...
SVN-Revision: 15160
2009-04-08 19:03:10 +00:00
Felix Fietkau
3f40745aaf
remove the b43 dependency on brcm47xx/brcm63xx
...
SVN-Revision: 15156
2009-04-08 15:06:55 +00:00
Michael Büsch
591312eae7
Add some b43 firmware helptext
...
SVN-Revision: 15143
2009-04-07 18:48:20 +00:00
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
2009-04-07 18:40:10 +00:00
Michael Büsch
cb70a62be3
b43: Add DMA poisoning patches
...
SVN-Revision: 15121
2009-04-06 17:15:19 +00:00
Michael Büsch
3072d928f8
A patch which works around the issue is included in compat wireless.
...
SVN-Revision: 15120
2009-04-06 16:47:17 +00:00
Hauke Mehrtens
a4891ea4d6
Update to compat-wireless-2009-03-31
...
SVN-Revision: 15083
2009-04-02 16:50:20 +00:00
Michael Büsch
21028447f2
Make b43 hwrng optional
...
SVN-Revision: 15070
2009-03-29 16:49:23 +00:00
Felix Fietkau
ca749bea97
wifi: fix hostapd + autochannel
...
SVN-Revision: 15055
2009-03-27 21:14:59 +00:00
Florian Fainelli
95d95a757b
add a workaround for devices that only start beaconing after scanning, that is almost every driver except b43
...
SVN-Revision: 15041
2009-03-25 15:54:13 +00:00
Hauke Mehrtens
a76880542b
update compat-wireless to 2009-03-24
...
SVN-Revision: 15019
2009-03-24 15:11:16 +00:00
Michael Büsch
1f1f83a4ec
b43legacy: Fix compilation.
...
We must enable DMA and disable PIO (PIO is not usable anyway).
SVN-Revision: 14954
2009-03-20 16:23:56 +00:00
Michael Büsch
e63207019d
b43: Mask the PHY TX error interrupt for now.
...
SVN-Revision: 14951
2009-03-19 14:59:54 +00:00
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
2009-03-18 22:22:57 +00:00
Michael Büsch
18c64a209d
b43: More non-PCI fixes
...
SVN-Revision: 14933
2009-03-17 22:46:51 +00:00
Michael Büsch
06c36d9c5b
b43: Fix for non-PCI builds
...
SVN-Revision: 14932
2009-03-17 21:00:44 +00:00
Michael Büsch
1e239bce4d
b43-fwsquash: Fix dependency definitions
...
SVN-Revision: 14930
2009-03-17 19:39:10 +00:00
Michael Büsch
48a5ed9bb8
b43: Add support for removing unnecessary firmware files to reduce the image size.
...
SVN-Revision: 14929
2009-03-17 19:34:45 +00:00
Gabor Juhos
24d356bcd1
mac80211: update compat-wireless to 2009-03-13
...
SVN-Revision: 14871
2009-03-14 10:18:45 +00:00
Gabor Juhos
70acd94cb1
mac80211: update compat-wireless to 2009-03-09
...
SVN-Revision: 14831
2009-03-10 08:50:11 +00:00
Florian Fainelli
12ae7817d8
fix p54usb firmware md5sum ( #4759 )
...
SVN-Revision: 14821
2009-03-09 16:41:48 +00:00
Gabor Juhos
28f3acc031
mac80211: update compat-wireless to 2009-03-07
...
SVN-Revision: 14795
2009-03-08 19:25:11 +00:00
Hauke Mehrtens
5d57dbaeba
turn some of the kernel dependencies the other way around to make it easier to support new kernel.
...
SVN-Revision: 14783
2009-03-07 18:28:39 +00:00
Hauke Mehrtens
44aa0b5dac
extract the rfkill module to an extra package, only build rfkill module if it is not integrated into the kernel.
...
SVN-Revision: 14780
2009-03-07 17:07:24 +00:00
Gabor Juhos
aebd1654e9
mac80211: update compat-wireless to 2009-03-05, add more rt2x00 and ath9k patches
...
SVN-Revision: 14757
2009-03-06 10:26:18 +00:00
Gabor Juhos
fd2ea5846b
mac80211: update compat-wireless to 2009-03-04, and refresh patches
...
SVN-Revision: 14749
2009-03-05 12:49:25 +00:00
Gabor Juhos
552fbe65d4
mac80211: add ath9k init values patch
...
SVN-Revision: 14745
2009-03-03 18:24:02 +00:00
Gabor Juhos
c97f5e9a6b
mac80211: update compat-wireless to 2009-03-03, and add a new ath9k patch
...
SVN-Revision: 14744
2009-03-03 15:49:02 +00:00
Gabor Juhos
86307b4db2
mac80211: update compat-wireless to 2009-02-25
...
SVN-Revision: 14675
2009-02-26 18:03:20 +00:00
Florian Fainelli
38821210b0
allow mac80211 devices to be configured to do 802.11s, requires iw
...
SVN-Revision: 14669
2009-02-26 14:53:03 +00:00
Florian Fainelli
ba2973b938
Fix ath5k crash on load ( #4689 )
...
SVN-Revision: 14652
2009-02-24 09:08:06 +00:00
Felix Fietkau
bc6fcb0067
eliminate redundancy by creating the quilt_used stampfile in the right place
...
SVN-Revision: 14620
2009-02-22 17:50:31 +00:00
Felix Fietkau
cc8daa275f
add missing dependencies
...
SVN-Revision: 14607
2009-02-22 01:12:18 +00:00
Felix Fietkau
f98d59ddd0
upgrade to latest compat-wireless and rt2800 version
...
SVN-Revision: 14605
2009-02-21 20:38:07 +00:00
Hauke Mehrtens
f2616b6ca4
mac80211: refresh patches for old version
...
SVN-Revision: 14591
2009-02-21 15:16:22 +00:00
Gabor Juhos
bc08f6adf8
mac80211: update compat-wireless to 2009-02-19
...
SVN-Revision: 14572
2009-02-20 08:55:27 +00:00
Hauke Mehrtens
e18a175ec2
mac80211: wrong md5sum of OpenFirmware. Fixes #4664
...
SVN-Revision: 14571
2009-02-19 20:29:28 +00:00
Hauke Mehrtens
86ef811273
mac80211: extract broadcom firmware out of broadcom-wl-4.178.10.4.tar.bz2
...
SVN-Revision: 14570
2009-02-19 19:57:37 +00:00
Michael Büsch
8d5d2fa086
Fix typo
...
SVN-Revision: 14558
2009-02-18 22:06:33 +00:00
Hauke Mehrtens
d37ac90b82
mac80211: Add Open FirmWare and Broadcom firmware version 4.178.10.4 support to b43 package.
...
SVN-Revision: 14555
2009-02-18 18:39:15 +00:00
Gabor Juhos
0a7eafa89e
mac80211: add more patches from the rt2x00 git repository
...
SVN-Revision: 14534
2009-02-16 19:55:09 +00:00
Gabor Juhos
b234ca85f1
mac80211: reorder patches
...
SVN-Revision: 14533
2009-02-16 19:43:55 +00:00
Gabor Juhos
e6cd84447f
mac80211: update compat-wireless to 2009-02-15
...
SVN-Revision: 14532
2009-02-16 19:02:26 +00:00
Gabor Juhos
6276c75caf
mac80211: remove '$(PKG_BUILD_DIR)/modules' before compilation ( closes #4634 )
...
SVN-Revision: 14530
2009-02-16 16:29:00 +00:00
Gabor Juhos
15c5122e64
mac80211: update p54 firmware and fix mac80211 dependancy Signed-off-by: Jan Willies <jan@willies.info>
...
SVN-Revision: 14516
2009-02-15 13:00:17 +00:00
Florian Fainelli
52dd4b499b
make b43/b43legacy selectable again ( #4596 )
...
SVN-Revision: 14491
2009-02-13 00:12:30 +00:00
Gabor Juhos
6f1b4b4e43
mac80211: add rt2800 patches from the rt2x00 git rope
...
SVN-Revision: 14435
2009-02-08 10:22:43 +00:00
Gabor Juhos
64ba52d3a1
mac80211: update compat-wireless to 2009-02-07
...
SVN-Revision: 14434
2009-02-08 09:41:49 +00:00
Gabor Juhos
518a96682a
mac80211: update compat-wireless to 2009-02-02
...
SVN-Revision: 14385
2009-02-03 09:18:29 +00:00
Gabor Juhos
e07cdce207
mac80211/ath9k: fix invalid MAC address handling
...
SVN-Revision: 14342
2009-02-01 16:15:45 +00:00
Gabor Juhos
5901305e2b
mac80211/ath9k: enable debug stuff
...
SVN-Revision: 14334
2009-01-31 19:23:09 +00:00
Gabor Juhos
4b22e7cece
mac80211/ath9k: replace the accidentaly committed patch
...
SVN-Revision: 14331
2009-01-31 18:46:27 +00:00
Gabor Juhos
24b6dbf7f1
mac80211/ath9k: disable leds on the ar9100 devices
...
SVN-Revision: 14330
2009-01-31 18:36:07 +00:00
Gabor Juhos
a58dd6ed0b
mac80211: refresh patches
...
SVN-Revision: 14329
2009-01-31 18:33:47 +00:00
Andy Boyett
0da13fa8ba
mac80211: move txpower to wifi-device section, but remain backwards compatible
...
SVN-Revision: 14309
2009-01-31 16:09:39 +00:00
Gabor Juhos
3a4b459fbf
mac80211: update compat-wireless to 2009-01-29
...
SVN-Revision: 14279
2009-01-30 09:41:55 +00:00
Felix Fietkau
5846455e82
add some work-in-progress patches for ath5k stability and performance
...
SVN-Revision: 14277
2009-01-30 02:52:21 +00:00
Gabor Juhos
04bf46b82b
mac80211: cleanup mac80211.sh
...
SVN-Revision: 14246
2009-01-28 15:47:28 +00:00
Gabor Juhos
c198a51398
mac80211: update compat-wireless to 2009-01-24 (patch by Hauke Mehrtens <hauke@hauke-m.de>)
...
SVN-Revision: 14172
2009-01-25 13:33:34 +00:00
Gabor Juhos
d210025406
mac80211: update compat-wireless to 2009-01-23
...
SVN-Revision: 14154
2009-01-23 11:45:38 +00:00
Gabor Juhos
a0c3da6d61
mac80211: update compat-wireless to 2009-01-19
...
SVN-Revision: 14145
2009-01-22 14:52:27 +00:00
Gabor Juhos
bdd0df792a
mac80211: update ath9k patches
...
SVN-Revision: 14023
2009-01-13 13:01:26 +00:00
Gabor Juhos
4122e0b8c8
mac80211: update compat-wireless to 2009-01-10
...
SVN-Revision: 13961
2009-01-10 19:23:09 +00:00
Gabor Juhos
b0122ff809
mac80211: update ath9k patches
...
SVN-Revision: 13948
2009-01-09 12:38:08 +00:00
Nicolas Thill
001fd43841
let all mac80211 subpackages inherit some defaults
...
SVN-Revision: 13930
2009-01-08 01:21:20 +00:00
Gabor Juhos
c5fb8c2c05
mac80211: oops, add missing patches
...
SVN-Revision: 13926
2009-01-07 18:21:53 +00:00
Gabor Juhos
9d1109bd84
mac80211: update compat-wireless to 2009-01-07, and refresh ath9k patches
...
SVN-Revision: 13925
2009-01-07 18:17:27 +00:00
Felix Fietkau
06911d77e5
nuke the old ath9k package, rename kmod-ath9k-new in compat-wireless to kmod-ath9k
...
SVN-Revision: 13911
2009-01-07 04:25:58 +00:00
Andy Boyett
e4abf0e7d9
mac80211: fix compat-wireless-old md5sum
...
SVN-Revision: 13866
2009-01-05 00:27:53 +00:00
Gabor Juhos
b45b873a05
mac80211: update compat-wireless to 2009-01-02
...
SVN-Revision: 13842
2009-01-03 19:02:57 +00:00
Gabor Juhos
8efa4b94db
mac80211: remove ipw building out of compat-wireless, because it conflicts with the in kernel building.
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 13841
2009-01-03 18:52:33 +00:00
Gabor Juhos
23caf183fc
mac80211: add preliminary support for the AR913x SoCs
...
SVN-Revision: 13835
2009-01-03 13:48:27 +00:00
Gabor Juhos
c56cef29d5
mac80211: add experimental support for rt2800 devices (based on a patch by Hauke Mehrtens <hauke at hauke-m.de>)
...
SVN-Revision: 13773
2008-12-30 12:30:18 +00:00
Gabor Juhos
e77eed8b6a
mac80211: update compat-wireless to 2008-12-29
...
SVN-Revision: 13772
2008-12-30 11:51:20 +00:00
Gabor Juhos
c1aa9f80d2
mac80211: fix some depends
...
SVN-Revision: 13771
2008-12-30 09:29:36 +00:00
Imre Kaloz
6b95865642
upgrade compat-wireless to 2008-12-11
...
SVN-Revision: 13651
2008-12-15 14:12:05 +00:00
Mirko Vogt
1da9dfc3d6
set Package/rt2800-pci to BROKEN
...
SVN-Revision: 13587
2008-12-10 21:37:28 +00:00
Mirko Vogt
3dc1772f70
mac80211 updated to 2008-12-10 due to 404-download-error on prior version
...
SVN-Revision: 13586
2008-12-10 21:14:44 +00:00
Imre Kaloz
d9475220de
upgrade compat wireless to 2008-12-09, remove the experimental rt2800 patch until it's fixed
...
SVN-Revision: 13579
2008-12-10 11:21:08 +00:00
Imre Kaloz
ac791ee623
add two patches for ath9k 802.11n AP mode
...
SVN-Revision: 13497
2008-12-03 10:21:20 +00:00
Florian Fainelli
24766a5109
Disable b43 for targets that are not brcm47xx or brcm63xx
...
SVN-Revision: 13475
2008-12-02 16:02:55 +00:00
Florian Fainelli
dff2c6a6d0
Update mac80211 and make b43 driver build and load on targets other than brcm47xx ( #4266 )
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 13431
2008-11-29 15:48:42 +00:00
Florian Fainelli
73ff675b3f
Make b43 back again available for brcm47xx ( #4237 )
...
SVN-Revision: 13320
2008-11-22 22:50:04 +00:00
Florian Fainelli
919fc96bdf
Package ssb glue code out of the kernel, and make b43 be built for non-brcm47xx targets as well
...
SVN-Revision: 13301
2008-11-20 23:01:07 +00:00
Florian Fainelli
3637d97ccb
Build p54 driver from compat-wireless
...
SVN-Revision: 13206
2008-11-14 23:09:43 +00:00
Florian Fainelli
ce1ab6d41c
Build b43, b43legacy and ath9k for kernels >= 2.6.27 from mac80211. Include b43legacy by default in the Generic bcm47xx profile ( #4179 )
...
SVN-Revision: 13164
2008-11-09 22:42:36 +00:00
Florian Fainelli
faa7abe013
Add mac80211-hswim driver
...
SVN-Revision: 13146
2008-11-09 15:38:03 +00:00
Felix Fietkau
d96cec4149
add rt2860 firmware
...
SVN-Revision: 13117
2008-11-03 22:10:35 +00:00
Felix Fietkau
9a95bbddc1
add rt2800 (probably still defunct)
...
SVN-Revision: 13116
2008-11-03 22:10:17 +00:00
Felix Fietkau
21bd5492b3
upgrade compat-wireless to 2008-11-03
...
SVN-Revision: 13114
2008-11-03 22:09:08 +00:00
Gabor Juhos
71b43456c7
mac80211: fix zd1211rw firmware location
...
SVN-Revision: 13065
2008-10-28 20:47:15 +00:00
Gabor Juhos
af61c22a01
mac80211: fix zd1211rw build error
...
SVN-Revision: 12996
2008-10-17 07:03:20 +00:00
Felix Fietkau
b8f710a69a
mac80211: add rate control rewrite and enhance the performance of the minstrel algorithm for non-mrr configurations
...
SVN-Revision: 12948
2008-10-11 01:33:09 +00:00
Felix Fietkau
6e85059256
update to latest compat-wireless version and add some new minstrel/b43 fixes
...
SVN-Revision: 12939
2008-10-10 01:45:35 +00:00
Felix Fietkau
a195b6d864
mac80211/compat-wireless: don't patch a generated file
...
SVN-Revision: 12895
2008-10-08 12:06:47 +00:00
Felix Fietkau
7e0e4fb486
add the new compat-wireless for 2.6.27 + multi-rate retry and minstrel patches, rename patches/ for old compat-wireless to patches-old/
...
SVN-Revision: 12865
2008-10-06 12:04:04 +00:00
Florian Fainelli
c6b1119e6b
Silence ifconfig down errors in mac80211 ( #4067 )
...
SVN-Revision: 12856
2008-10-04 16:54:43 +00:00
Travis Kemen
8b8a68859d
fix depends, from sn9
...
SVN-Revision: 12589
2008-09-13 04:10:27 +00:00
Florian Fainelli
89632fef34
This patch enables the new ath5k driver. Works for me with X86 Alix board an AR2413 minipci card. iw and iwconfig works.
...
Signed-off-by: Dirk Nehring <dnehring@gmx.net>
SVN-Revision: 12397
2008-08-27 14:09:29 +00:00
Florian Fainelli
1d05e688ab
Allow mac80211 drivers to work in master mode
...
SVN-Revision: 12299
2008-08-13 19:35:29 +00:00
Florian Fainelli
02780ec100
Fix putting mac80211 interfaces in monitor and managed modes
...
SVN-Revision: 12293
2008-08-13 14:06:16 +00:00
Florian Fainelli
8c8b85b54c
Add generic wpa_supplicant calls and use them for mac80211 and madwifi.
...
SVN-Revision: 12289
2008-08-12 14:22:42 +00:00
Felix Fietkau
c2cf1d04c9
mark mac80211 as broken on avr32
...
SVN-Revision: 12147
2008-08-05 18:02:34 +00:00
John Crispin
9c2e5b0b82
fixes download path for mac80211
...
SVN-Revision: 11975
2008-07-28 18:10:55 +00:00
Felix Fietkau
12d206d9eb
update compat-wireless to a newer version, but leave it at the old version for brcm47xx (b43 does not compile with the new one)
...
SVN-Revision: 11883
2008-07-20 11:43:56 +00:00
Florian Fainelli
1d3d606613
Build zd1211rw ( #3759 )
...
SVN-Revision: 11819
2008-07-14 08:57:37 +00:00
John Crispin
981105308f
fixes zd1211rw compile and cleans up mac80211 Makefile
...
SVN-Revision: 11787
2008-07-12 15:04:36 +00:00
Peter Denison
464ed48321
Remove ssb headers from mac80211 to avoid conflict with in-kernel ones
...
SVN-Revision: 11462
2008-06-13 21:05:26 +00:00
Peter Denison
e8620fa5aa
Update mac80211 to compat-wireless-2008-05-26
...
SVN-Revision: 11357
2008-06-04 19:47:27 +00:00
Nicolas Thill
ae879baa57
remove hacks to disable modules on some targets now that we do have proper PCI & USB support detected on all targets at config-time, mark p54 as broken (for too long)
...
SVN-Revision: 11272
2008-05-26 22:57:51 +00:00
Florian Fainelli
9389aa93ff
Use the locally mirrored compat-wireless tarblall ( #3377 )
...
SVN-Revision: 10951
2008-04-27 01:47:32 +00:00
Nicolas Thill
2a4a0c2bcc
explicitely disable a bunch of package on ar7 until we properly detect pci & usb support at configure time
...
SVN-Revision: 10839
2008-04-15 02:08:11 +00:00
Nicolas Thill
98f3ce2545
mac80211 / compat-wireless fixes: * build in KERNEL_BUILD_DIR * only build kernel module if it's selected
...
SVN-Revision: 10815
2008-04-13 13:35:02 +00:00
Florian Fainelli
ce754ec644
Disable drivers that we do not package within the mac80211 package (everything except rt2x00)
...
SVN-Revision: 10775
2008-04-09 19:20:07 +00:00
Felix Fietkau
99e6b2d7dc
fix a dependency bug
...
SVN-Revision: 10769
2008-04-07 23:29:41 +00:00
Florian Fainelli
081afd037e
Use the 2008-04-07 snapshot, also mirrored to downloads.openwrt.org
...
SVN-Revision: 10755
2008-04-07 08:48:20 +00:00
Florian Fainelli
8f38048f1f
Migrate rt2x00 to the compat-wireless version
...
SVN-Revision: 10753
2008-04-07 07:29:37 +00:00
Florian Fainelli
ef3c5ee59f
Switch to compat-wireless
...
SVN-Revision: 10742
2008-04-06 13:40:45 +00:00
Florian Fainelli
d0556cda49
Allow setting mac80211 interface into ad-hoc mode ( #3247 )
...
SVN-Revision: 10677
2008-03-27 18:47:59 +00:00
Michael Büsch
23405a451a
mac80211 wifi script: Tell hostapd to use the nl80211 driver.
...
SVN-Revision: 10477
2008-02-17 13:29:22 +00:00
Michael Büsch
c77dfdeedd
mac80211: allow AP and VLAN modes
...
SVN-Revision: 10471
2008-02-16 19:21:08 +00:00
Michael Büsch
99aaf500ed
Upgrade b43 and mac80211.
...
This also temporarly disables hostapd support for mac80211, as hostapd needs patches to compile against latest mac80211.
Will do that in a seperate patch.
SVN-Revision: 10466
2008-02-15 22:47:47 +00:00
Felix Fietkau
2a45adfcda
remove uninstalldev templates (no longer necessary)
...
SVN-Revision: 9906
2007-12-25 01:40:47 +00:00
Felix Fietkau
c147d9d634
prevent mac80211 from accidentally starting to build on older kernel versions because of dependencies ( #2718 )
...
SVN-Revision: 9578
2007-11-17 15:54:53 +00:00