openwrt/staging/blogic.git
15 years agoRemove temp fix for Intel iwl compile fix
Luis R. Rodriguez [Wed, 10 Dec 2008 11:52:46 +0000 (03:52 -0800)]
Remove temp fix for Intel iwl compile fix

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
15 years agoTemporarilly add a fix for intel compile until John merges the fix
Luis R. Rodriguez [Tue, 9 Dec 2008 14:55:16 +0000 (06:55 -0800)]
Temporarilly add a fix for intel compile until John merges the fix

Signed-off-by: Rami Rosen <ramirose@gmail.com>
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
15 years agoUpdate compat.diff
Luis R. Rodriguez [Tue, 9 Dec 2008 13:37:58 +0000 (05:37 -0800)]
Update compat.diff

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
15 years agoFix a missing check for requeue for 2.6.28
Luis R. Rodriguez [Tue, 9 Dec 2008 13:30:11 +0000 (05:30 -0800)]
Fix a missing check for requeue for 2.6.28

Signed-off-by: Daniel Bonniot <bonniot@users.sf.net>
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
15 years agoFix compat-wireless for 2.6.28
Luis R. Rodriguez [Mon, 8 Dec 2008 09:21:03 +0000 (01:21 -0800)]
Fix compat-wireless for 2.6.28

skb->requeue whent in on 2.6.29

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
15 years agoSmall update to compat.diff to apply against wireless-testing master-2008-12-03
Hauke Mehrtens [Thu, 4 Dec 2008 18:45:27 +0000 (19:45 +0100)]
Small update to compat.diff to apply against wireless-testing master-2008-12-03

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
16 years agoSend users to the wiki for info
Luis R. Rodriguez [Fri, 21 Nov 2008 10:30:11 +0000 (02:30 -0800)]
Send users to the wiki for info

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
16 years agoUpdate README a little
Luis R. Rodriguez [Fri, 21 Nov 2008 10:23:24 +0000 (02:23 -0800)]
Update README a little

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
16 years agoNew dir for Intel Centrino/minstrel is default
Hauke Mehrtens [Thu, 20 Nov 2008 23:01:15 +0000 (15:01 -0800)]
New dir for Intel Centrino/minstrel is default

- Intel Centrino wireless (ipw2100, ipw2200) drivers get new directory
- Old Intel ieee80211 framework replaced by lib80211 and LIBIPW
- minstrel is default default rate control algorithm now
  as it is now in the wireless-testing tree
- removed some unused config symbols

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
16 years agoUpdated drivers/misc/Makefile for master-master-2008-11-17
Tim Gardner [Tue, 18 Nov 2008 02:30:49 +0000 (19:30 -0700)]
Updated drivers/misc/Makefile for master-master-2008-11-17
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
16 years agoComplain and exit if the user's kernel was built with
Luis R. Rodriguez [Sun, 16 Nov 2008 22:38:57 +0000 (14:38 -0800)]
Complain and exit if the user's kernel was built with
cfg80211 built into the kernel, we require it be built
as a module.

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
16 years agoFix typo on LIBERTAS_THINFIRM_USB
Luis R. Rodriguez [Wed, 12 Nov 2008 22:26:00 +0000 (14:26 -0800)]
Fix typo on LIBERTAS_THINFIRM_USB

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
16 years agoShip libertas_tf_usb
Luis R. Rodriguez [Wed, 12 Nov 2008 00:59:41 +0000 (16:59 -0800)]
Ship libertas_tf_usb

Ship libertas_tf_usb but only compile it if the distribution
said so. We don't handle the case yet where the user wants to
replace usb8xxx with libertas_tf_usb. We need a script for that,
patches are welcomed.

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
16 years agoAdd iwl-load, and make sure we disable iwl4965 upon install
Luis R. Rodriguez [Tue, 11 Nov 2008 23:08:04 +0000 (15:08 -0800)]
Add iwl-load, and make sure we disable iwl4965 upon install

We now has two drivers for different kernel releases for
the Intel 4965 device. To account for this we add a script
to allow us to disable and enable one or each other.
By default we disable iwl4965 as we are replacing it with
iwlagn.

If you want to enable iwl4965:

iwl-load iwl4965

If you want to enable iwlagn:

iwl-load iwlagn

By default we'll use iwlagn.

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
16 years agoComplain and exit out if CONFIG_MAC80211=y
Luis R. Rodriguez [Mon, 10 Nov 2008 22:35:11 +0000 (14:35 -0800)]
Complain and exit out if CONFIG_MAC80211=y

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
16 years agoRealtek drivers get their own directory now under rtl818x
Luis R. Rodriguez [Mon, 10 Nov 2008 22:28:15 +0000 (14:28 -0800)]
Realtek drivers get their own directory now under rtl818x

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
16 years agoEnable the minstrel rate control algorithm in mac80211 so
Tim Gardner [Mon, 10 Nov 2008 18:23:04 +0000 (11:23 -0700)]
Enable the minstrel rate control algorithm in mac80211 so
that when drivers are enabled to use it, it is actually available.

Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
16 years agoUpdate compat.diff to apply cleanly
Luis R. Rodriguez [Mon, 3 Nov 2008 17:55:54 +0000 (09:55 -0800)]
Update compat.diff to apply cleanly

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
16 years agoMerge branch 'master' of git://kernel.ubuntu.com/rtg/compat-wireless-2.6
Luis R. Rodriguez [Mon, 3 Nov 2008 17:52:41 +0000 (09:52 -0800)]
Merge branch 'master' of git://kernel.ubuntu.com/rtg/compat-wireless-2.6

16 years agoComplain and bail out if FTRACE_DYNAMIC is enabled on 2.6.27
Luis R. Rodriguez [Mon, 3 Nov 2008 17:51:58 +0000 (09:51 -0800)]
Complain and bail out if FTRACE_DYNAMIC is enabled on 2.6.27

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
16 years agob44 is dependent on ssb.
Tim Gardner [Mon, 3 Nov 2008 16:06:12 +0000 (09:06 -0700)]
b44 is dependent on ssb.
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
16 years agoAccomodate orinoco directory changes in drivers/net/wireless/Makefile.
Tim Gardner [Mon, 3 Nov 2008 15:08:05 +0000 (08:08 -0700)]
Accomodate orinoco directory changes in drivers/net/wireless/Makefile.

Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
16 years agoAdd master-tag file, identifies date of last pull
Luis R. Rodriguez [Wed, 29 Oct 2008 19:11:55 +0000 (12:11 -0700)]
Add master-tag file, identifies date of last pull

Every time John Linville pulls in patches and pushes
them out he adds a tag. We now have this tag in the
master-tag file which should help identify the last
date of set of patchsets which compat-wireless is using.

This should help debugging issues with users.

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
16 years agos/git-describe/git describe
Luis R. Rodriguez [Wed, 29 Oct 2008 18:58:13 +0000 (11:58 -0700)]
s/git-describe/git describe

Git-foo stuff is deprecated, so use git foo instead now
in case future PATHs don't find git-foo.

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
16 years agoDisabled requeue code for older kernels.
Tim Gardner [Tue, 28 Oct 2008 14:17:04 +0000 (08:17 -0600)]
Disabled requeue code for older kernels.

This disabled requeue code for wireless-testing >= master-2008-10-27,
on older kernels. Older kernels don't have skb->requeue.

Please report results with ath9k with an 11n AP, on 2.6.27.

Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
16 years agoEnable CONFIG_WIRELESS_OLD_REGULATORY to y for now until
Luis R. Rodriguez [Mon, 27 Oct 2008 19:41:58 +0000 (12:41 -0700)]
Enable CONFIG_WIRELESS_OLD_REGULATORY to y for now until
major distributions start shipping iw and crda.

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
16 years agoAdded backported diffs for pcmcia_parse_tuple() in libertas
Tim Gardner [Mon, 27 Oct 2008 18:42:01 +0000 (12:42 -0600)]
Added backported diffs for pcmcia_parse_tuple() in libertas

Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
16 years agoAdded backported diffs for pcmcia_parse_tuple() in b43
Tim Gardner [Mon, 27 Oct 2008 18:41:21 +0000 (12:41 -0600)]
Added backported diffs for pcmcia_parse_tuple() in b43

Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
16 years agoAdd lib80211.h to the list of network headers.
Tim Gardner [Mon, 27 Oct 2008 18:40:43 +0000 (12:40 -0600)]
Add lib80211.h to the list of network headers.

Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
16 years agoUpdate compat.diff to reflect new changes on wireless-testing
Luis R. Rodriguez [Mon, 27 Oct 2008 17:05:19 +0000 (10:05 -0700)]
Update compat.diff to reflect new changes on wireless-testing

Adds new lib80211.

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
16 years agoUpdated for wireless-testing master-2008-10-14
Tim Gardner [Wed, 15 Oct 2008 19:37:48 +0000 (13:37 -0600)]
Updated for wireless-testing master-2008-10-14
This removes at76_usb.

Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
16 years agoFix compilation on 2.6.27. As 2.6.27 is not yet released
Felix Fietkau [Mon, 29 Sep 2008 20:46:12 +0000 (13:46 -0700)]
Fix compilation on 2.6.27. As 2.6.27 is not yet released
we use ifndef on ETH_P_PAE.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
16 years agoStart of new compat-wireless git tree for kernels >= 2.6.27
Luis R. Rodriguez [Wed, 3 Sep 2008 02:27:56 +0000 (19:27 -0700)]
Start of new compat-wireless git tree for kernels >= 2.6.27
For older kernels please see compat-wireless-2.6-old.git.

We split because of the new TX Multiqueue changes introduced which
were difficult to backport.

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>