summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>