Re: [PATCH 0/6] Host AP update (fixes for issues found by Coverity)

2006-03-23 Thread John W. Linville
to more or less any recent version of Host AP with small offset differences. Please apply to the appropriate branch(es). Merged to upstream branch of wireless-2.6...thanks! John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body

Re: [SOFTMAC] patches from dwmw2

2006-03-23 Thread John W. Linville
with an AP. So NetworkManager's periodic scans would disrupt connectivity until the ESSID was manually set again. Fix that. Merged to upstream branch of wireless-2.6...thanks! John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body

Re: Pleas pull 'upstream' branch of wireless-2.6

2006-03-23 Thread John W. Linville
On Thu, Mar 23, 2006 at 11:09:06AM -0500, John W. Linville wrote: The following changes since commit fe0b06b123762ab620b5bee3dab1576d0a7f: Larry Finger: Fix softmac scan are found in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6

[RFC] bcm43xx: please review for 2.6.17

2006-03-23 Thread John W. Linville
spamming the list again... FWIW, the individual patches (along with some others) are available here: http://www.kernel.org/pub/linux/kernel/people/linville/wireless-2.6/devel/ Thanks! John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev

Re: [SOFTMAC] Reduce default rate to 11Mbps.

2006-03-23 Thread John W. Linville
has pulled it yet.) Please do resubmit the patch w/ the comment changes. I'd also like to see the outcome of the related discussion on the bcm43xx-dev list. John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message

Re: [SOFTMAC] Reduce scan dwell time

2006-03-23 Thread John W. Linville
. I'm not entirely sure that's the number, but that's what I've seen in a couple places. I'm going to pull this one out of wireless-2.6 for the time being as well. John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message

wireless direction statement

2006-03-22 Thread John W. Linville
to the patches I'll be posting as follow-ups to this message. Let's get things moving! John P.S. Please note that the following patches are already available on the softmac branch of wireless-2.6. This is a review request, _not_ a request to merge...thanks! -- John W. Linville [EMAIL PROTECTED

[RFC] make softmac depend on IEEE80211 and EXPERIMENTAL

2006-03-22 Thread John W. Linville
From: Johannes Berg [EMAIL PROTECTED] Date: Wed Jan 4 16:51:31 2006 +0100 Subject: [PATCH] make softmac depend on IEEE80211 and EXPERIMENTAL Signed-off-by: John W. Linville [EMAIL PROTECTED] --- net/ieee80211/softmac/Kconfig |1 + 1 files changed, 1 insertions(+), 0 deletions

[RFC] softmac: fix some sparse warnings

2006-03-22 Thread John W. Linville
From: Johannes Berg [EMAIL PROTECTED] Date: Wed Jan 4 21:06:28 2006 +0100 Subject: [PATCH] softmac: fix some sparse warnings Signed-off-by: John W. Linville [EMAIL PROTECTED] --- net/ieee80211/softmac/ieee80211softmac_auth.c |2 +- net/ieee80211/softmac/ieee80211softmac_io.c | 14

[RFC] softmac: fix Makefiles

2006-03-22 Thread John W. Linville
From: Johannes Berg [EMAIL PROTECTED] Date: Thu Jan 5 18:45:00 2006 +0100 Subject: [PATCH] softmac: fix Makefiles Signed-off-by: John W. Linville [EMAIL PROTECTED] --- net/ieee80211/Makefile |1 + net/ieee80211/softmac/Makefile |2 +- 2 files changed, 2 insertions(+), 1

[RFC] softmac: convert to use global workqueue

2006-03-22 Thread John W. Linville
From: Johannes Berg [EMAIL PROTECTED] Date: Fri Jan 6 01:43:45 2006 +0100 Subject: [PATCH] softmac: convert to use global workqueue Convert softmac to use global workqueue instead of private one... Signed-off-by: John W. Linville [EMAIL PROTECTED] --- include/net/ieee80211softmac.h

[RFC] softmac: try to reassociate when being disassociated from the AP

2006-03-22 Thread John W. Linville
From: Johannes Berg [EMAIL PROTECTED] Date: Tue Jan 10 15:47:06 2006 +0100 Subject: [PATCH] softmac: try to reassociate when being disassociated from the AP Signed-off-by: John W. Linville [EMAIL PROTECTED] --- net/ieee80211/softmac/ieee80211softmac_assoc.c |1 + 1 files changed, 1

[RFC] softmac: correctly use netif_carrier_{on,off}

2006-03-22 Thread John W. Linville
From: Johannes Berg [EMAIL PROTECTED] Date: Fri Jan 6 18:11:23 2006 +0100 Subject: [PATCH] softmac: correctly use netif_carrier_{on,off} TODO: add callbacks for ifup/ifdown (see mailing list) Signed-off-by: John W. Linville [EMAIL PROTECTED] --- net/ieee80211/softmac/ieee80211softmac_assoc.c

[RFC] softmac: add fixme for disassoc

2006-03-22 Thread John W. Linville
From: Johannes Berg [EMAIL PROTECTED] Date: Tue Jan 10 16:50:22 2006 +0100 Subject: [PATCH] softmac: add fixme for disassoc Signed-off-by: John W. Linville [EMAIL PROTECTED] --- net/ieee80211/softmac/ieee80211softmac_assoc.c |1 + 1 files changed, 1 insertions(+), 0 deletions

[RFC] softmac: select best network based on rssi

2006-03-22 Thread John W. Linville
From: Johannes Berg [EMAIL PROTECTED] Date: Tue Jan 10 18:56:32 2006 +0100 Subject: [PATCH] softmac: select best network based on rssi Signed-off-by: John W. Linville [EMAIL PROTECTED] --- net/ieee80211/softmac/ieee80211softmac_assoc.c | 12 1 files changed, 8 insertions(+), 4

[RFC] softmac: check if disassociation is for us before processing it

2006-03-22 Thread John W. Linville
From: Johannes Berg [EMAIL PROTECTED] Date: Tue Jan 10 19:12:19 2006 +0100 Subject: [PATCH] softmac: check if disassociation is for us before processing it Signed-off-by: John W. Linville [EMAIL PROTECTED] --- net/ieee80211/softmac/ieee80211softmac_assoc.c |5 - 1 files changed, 4

[RFC] softmac: scan at least once before selecting a network by essid

2006-03-22 Thread John W. Linville
From: Johannes Berg [EMAIL PROTECTED] Date: Wed Jan 11 10:46:16 2006 +0100 Subject: [PATCH] softmac: scan at least once before selecting a network by essid Signed-off-by: John W. Linville [EMAIL PROTECTED] --- net/ieee80211/softmac/ieee80211softmac_assoc.c | 15 --- 1 files

[RFC] softmac: properly check return value of ieee80211softmac_alloc_mgt

2006-03-22 Thread John W. Linville
-by: John W. Linville [EMAIL PROTECTED] --- net/ieee80211/softmac/ieee80211softmac_io.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 0115ec6b135a3f994926a6c72f0b46cdbe40122e diff --git a/net/ieee80211/softmac/ieee80211softmac_io.c b/net/ieee80211/softmac/ieee80211softmac_io.c index

[RFC] softmac: add MODULE_DESCRIPTION and MODULE_AUTHORs

2006-03-22 Thread John W. Linville
From: Johannes Berg [EMAIL PROTECTED] Date: Thu Jan 12 21:18:25 2006 +0100 Subject: [PATCH] softmac: add MODULE_DESCRIPTION and MODULE_AUTHORs Signed-off-by: John W. Linville [EMAIL PROTECTED] --- net/ieee80211/softmac/ieee80211softmac_module.c |6 ++ 1 files changed, 6 insertions

[RFC] softmac: move EXPORT_SYMBOL_GPL right after functions

2006-03-22 Thread John W. Linville
From: Johannes Berg [EMAIL PROTECTED] Date: Thu Jan 12 21:19:48 2006 +0100 Subject: [PATCH] softmac: move EXPORT_SYMBOL_GPL right after functions Signed-off-by: John W. Linville [EMAIL PROTECTED] --- net/ieee80211/softmac/ieee80211softmac_module.c | 15 +++ 1 files changed, 7

[RFC] softmac: add copyright and license headers

2006-03-22 Thread John W. Linville
From: Johannes Berg [EMAIL PROTECTED] Date: Thu Jan 12 21:12:59 2006 +0100 Subject: [PATCH] softmac: add copyright and license headers add copyright and license headers to all softmac files Signed-off-by: John W. Linville [EMAIL PROTECTED] --- include/net/ieee80211softmac.h

[RFC] softmac: some comment stuff

2006-03-22 Thread John W. Linville
From: Johannes Berg [EMAIL PROTECTED] Date: Wed Jan 11 19:32:02 2006 +0100 Subject: [PATCH] softmac: some comment stuff Signed-off-by: John W. Linville [EMAIL PROTECTED] --- net/ieee80211/softmac/ieee80211softmac_module.c |2 +- net/ieee80211/softmac/ieee80211softmac_scan.c |1 - 2

[RFC] update copyright in softmac

2006-03-22 Thread John W. Linville
-off-by: John W. Linville [EMAIL PROTECTED] --- net/ieee80211/softmac/ieee80211softmac_assoc.c | 10 +- net/ieee80211/softmac/ieee80211softmac_auth.c | 10 +- net/ieee80211/softmac/ieee80211softmac_event.c | 10 +- net/ieee80211/softmac/ieee80211softmac_module.c

[RFC] softmac: add reassociation code

2006-03-22 Thread John W. Linville
functions */ -- 1.2.4 -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

[RFC] trivial fixes to softmac

2006-03-22 Thread John W. Linville
From: Johannes Berg [EMAIL PROTECTED] Date: Tue Jan 31 19:35:14 2006 +0100 Subject: [PATCH] trivial fixes to softmac This patch removes a blank line that shouldn't be there and fixes a spelling error in softmac. Signed-off-by: Johannes Berg [EMAIL PROTECTED] Signed-off-by: John W. Linville

[RFC] softmac: remove dead code

2006-03-22 Thread John W. Linville
From: Johannes Berg [EMAIL PROTECTED] Date: Tue Jan 31 20:28:58 2006 +0100 Subject: [PATCH] softmac: remove dead code This patch removes ieee80211softmac_reassoc which is neither implemented nor used nor necessary. Signed-off-by: Johannes Berg [EMAIL PROTECTED] Signed-off-by: John W. Linville

[RFC] Fix softmac scan

2006-03-22 Thread John W. Linville
-by: John W. Linville [EMAIL PROTECTED] --- net/ieee80211/softmac/ieee80211softmac_scan.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) 7e4d074532261cce5caf19bb0edd666929b2c64b diff --git a/net/ieee80211/softmac/ieee80211softmac_scan.c b/net/ieee80211/softmac/ieee80211softmac_scan.c

[RFC] softmac: update deauth handler to quiet warning

2006-03-22 Thread John W. Linville
updates the code to properly use a deauth struct and deauth variable. Signed-off-by: Johannes Berg [EMAIL PROTECTED] Signed-off-by: John W. Linville [EMAIL PROTECTED] --- net/ieee80211/softmac/ieee80211softmac_auth.c |8 net/ieee80211/softmac/ieee80211softmac_priv.h |2 +- 2

[PATCH] softmac: remove function_enter()

2006-03-22 Thread John W. Linville
Remove the function_enter() debugging macros. Signed-off-by: John W. Linville [EMAIL PROTECTED] --- net/ieee80211/softmac/ieee80211softmac_assoc.c |9 + net/ieee80211/softmac/ieee80211softmac_auth.c | 12 net/ieee80211/softmac/ieee80211softmac_priv.h |9

Please pull 'upstream' branch of wireless-2.6

2006-03-22 Thread John W. Linville
mode 100644 net/ieee80211/softmac/ieee80211softmac_module.c create mode 100644 net/ieee80211/softmac/ieee80211softmac_priv.h create mode 100644 net/ieee80211/softmac/ieee80211softmac_scan.c create mode 100644 net/ieee80211/softmac/ieee80211softmac_wx.c Compressed diff attached... -- John W

Re: [PATCH RESEND] RT2x00 update: trivial fixes

2006-03-21 Thread John W. Linville
On Tue, Feb 28, 2006 at 08:46:54PM +0100, Ivo van Doorn wrote: ieee80211_rx has been renamed __ieee80211_rx. Use DRV_NAME as much as possible instead of a seperate name string. Add new USB device ID. Merged to dscape branch of wireless-2.6...thanks! John -- John W. Linville [EMAIL PROTECTED

Re: [PATCH wireless-2.6 0/2] d80211: Devicescape 802.11 update

2006-03-21 Thread John W. Linville
On Fri, Mar 03, 2006 at 06:54:23PM -0800, Jouni Malinen wrote: Here's couple of patches to the Devicescape 802.11 implementation. Please consider applying to the dscape branch of wireless-2.6 tree. Merged to dscape branch of wireless-2.6...thanks! John -- John W. Linville [EMAIL PROTECTED

Re: [PATCH] wireless.git: update acxsm to 0.4.7

2006-03-21 Thread John W. Linville
On Wed, Mar 01, 2006 at 03:58:14PM +0200, Denis Vlasenko wrote: On Tuesday 28 February 2006 03:34, John W. Linville wrote: On Mon, Feb 27, 2006 at 11:44:38AM +0100, Carlos Martín wrote: On Monday 27 February 2006 11:20, Denis Vlasenko wrote: Comments are welcome and I'll split the patch

Re: Please pull bcm43xx softmac-upstream and dscape-upstream branches

2006-03-21 Thread John W. Linville
On Sun, Mar 05, 2006 at 09:47:55PM +0100, Michael Buesch wrote: Please pull branches softmac-upstream and dscape-upstream from my repository at: git://bu3sch.de/wireless-2.6.git Merged to softmac and dscape branches of wireless-2.6...thanks! John -- John W. Linville [EMAIL PROTECTED

Re: 2.6.16-rc5-mm2: IPW_QOS: two remarks

2006-03-17 Thread John W. Linville
appropriate in the Kconfig file. Zhu Yi may be able to help if you aren't sure what the help text should say. Thanks! John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info

Re: [PATCH 2/6] ipw2100: add radiotap headers to packtes captured in monitor mode

2006-03-17 Thread John W. Linville
of progress, I'm going to go ahead and merge these patches. But, I would happily accept style patches to clean-up these issues...anyone? John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More

Please pull 'upstream' branch of wireless-2.6

2006-03-17 Thread John W. Linville
The following changes since commit dd288e7d75b9041f79fecae77d61cfa345da7266: John W. Linville: Merge branch 'upstream-fixes' are found in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git upstream Adrian Bunk: drivers/net/wireless

Re: [PATCH] Remove duplicated code from ipw2200.c

2006-03-17 Thread John W. Linville
to preserve whitespace, converts ipw2200.c to use the ieee80211 versions, thereby reducing bloat in both the source and binary. Merged to upstream branch of wireless-2.6...thanks! John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body

Re: [PATCH 0/6] ipw2100 driver updates

2006-03-17 Thread John W. Linville
/6] ipw2100: move mutex.h include from ipw2100.c to ipw2100.h [PATCH 6/6] ipw2100: Update version ipw2100 stamp to 1.2.1 Merged to upstream branch of wireless-2.6...thanks! John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body

Re: [PATCH] ieee80211: Don't update network statistics from off-channel packets.

2006-03-17 Thread John W. Linville
On Wed, Mar 08, 2006 at 01:14:45PM -0600, James Ketrenos wrote: ieee80211: Don't update network statistics from off-channel packets. Merged to upstream branch of wireless-2.6...thanks! John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev

Re: [PATCH] ieee80211: Fix CCMP decryption problem when QoS is enabled

2006-03-15 Thread John W. Linville
-2.6. Thanks! John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Please pull 'upstream-fixes' branch of wireless-2.6

2006-03-15 Thread John W. Linville
) - ieee-handle_probe_response(dev, beacon, network); + ieee-handle_probe_response(dev, beacon, target); } } -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message

Re: [PATCH] ieee80211: Fix QoS is not active problem

2006-03-15 Thread John W. Linville
ieee80211_network address to ipw_handle_beacon/ipw_handle_probe_response, thus the ieee80211_network-qos_data.active will not be set, causing the driver not sending QoS frames at all. Merged to the 'upstream-fixes' branch of wireless-2.6. Thanks! John -- John W. Linville [EMAIL PROTECTED

Re: [Announce] Intel PRO/Wireless 3945ABG Network Connection

2006-03-13 Thread John W. Linville
someone from Intel can answer this? Thanks for the good information! John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Please pull 'upstream-fixes' branch of wireless-2.6

2006-02-28 Thread John W. Linville
) ieee-handle_beacon(dev, beacon, network); } else { -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Please pull 'upstream' branch of wireless-2.6 (additional to 2/17 request)

2006-02-28 Thread John W. Linville
This request is in addition to the request from 2/17, which does not yet seem to be in the 'upstream' branch of netdev-2.6. --- The following changes since commit acfaf10be5c19f7dceb9d7372039dc45af66b100: John W. Linville: Merge branch 'upstream-fixes' are found in the git repository

Re: [PATH][RFC] acxsm: Make acx mdoular again

2006-02-27 Thread John W. Linville
. If not, then I will need Carlos to generate the diffs so that they can be applied to the top of the tree with -p1. http://linux.yyz.us/patch-format.html Thanks, John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message

Re: [PATCH 2/5] RT2x00 update: trivial fixes

2006-02-27 Thread John W. Linville
. It appears to be MIME-encoded in a way that corrupts the plain-text representation of the file. Could you repost with the patch inline? I am applying the other 5 rt2x00 patches to the dscape branch of wireless-2.6. Thanks, John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list

Re: Can't pull updates from softmac-all branch

2006-02-20 Thread John W. Linville
to reconstruct the history because of an error on my part. So, you will need to make some effort to rebase on the current tree. I apologize for the inconvenience! John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL

Re: [PATCH 1/3] forcedeth: Add vlan support

2006-02-20 Thread John W. Linville
clear to me whether that merely masks a real issue or if the default value is just too small. John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org

Re: [PATCH] ipw2200: support WEXT-18 enc_capa v3

2006-02-18 Thread John W. Linville
PROTECTED] Signed-off-by: Zhu Yi [EMAIL PROTECTED] This patch is still missing from Linus' tree. Is this going to make it soon? It is queued for 2.6.17. John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message

Re: Please pull 'upstream-fixes' branch of wireless-2.6

2006-02-17 Thread John W. Linville
On Thu, Feb 16, 2006 at 05:23:12PM -0500, Jeff Garzik wrote: John W. Linville wrote: The following changes since commit fdfd0c941715ef8c23a3cbeb7dc44978b5020d13: John W. Linville: Merge git://git.kernel.org/.../torvalds/linux-2.6 are found in the git repository at: git

Re: Please pull 'upstream-fixes' branch of wireless-2.6

2006-02-17 Thread John W. Linville
On Fri, Feb 17, 2006 at 07:33:53AM -0500, John W. Linville wrote: On Thu, Feb 16, 2006 at 05:23:12PM -0500, Jeff Garzik wrote: NAK, pull not appropriate for 2.6.16-rc. This pull was not based off of vanilla Linus tree, and therefore, cannot be forwarded rapidly upstream without pulling

Re: Please pull 'upstream' branch of wireless-2.6 (2/17/2006)

2006-02-17 Thread John W. Linville
Ignore this...screwed-up the subject... Will post corrected version immediately... John On Fri, Feb 17, 2006 at 01:58:01PM -0500, John W. Linville wrote: The following changes since commit ab479995b191b4256183956c13caabb86331af8e: Linus Torvalds: Merge branch 'upstream-linus

Please pull 'upstream-fixes' branch of wireless-2.6 (2/17/2006 -- corrected)

2006-02-17 Thread John W. Linville
); } return; } -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Please pull 'upstream' branch of wireless-2.6 (2/17/2006 -- corrected)

2006-02-17 Thread John W. Linville
The following changes since commit 5b69e69d4e6386bcb6592c75af897e5e79641602: John W. Linville: Merge branch 'upstream-fixes' are found in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git upstream Andreas Happe: ipw2200: add

Re: Please pull 'upstream-fixes' branch of wireless-2.6

2006-02-17 Thread John W. Linville
On Fri, Feb 17, 2006 at 08:04:03PM +0100, Jiri Benc wrote: On Fri, 17 Feb 2006 13:56:39 -0500, John W. Linville wrote: I have recreated my tree based off Linus' current (as of last night) tree. At least this afforded me the opportunity to do a little more clean-up... For those

Re: Please pull 'upstream' branch of wireless-2.6

2006-02-16 Thread John W. Linville
On Mon, Feb 13, 2006 at 10:19:18PM -0500, John W. Linville wrote: The following changes since commit fe45f58a19768c5fd182c90030ab73a0a343e3b4: Dan Williams: wireless/airo: fix setting TX key index plus key in ENCODEEXT are found in the git repository at: git://git.kernel.org

Please pull 'upstream' branch of wireless-2.6

2006-02-16 Thread John W. Linville
; + iwe.u.data.length = network-rsn_ie_len; start = iwe_stream_add_point(start, stop, iwe, buf); } -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo

Re: ipw2200 firmware bug?

2006-02-15 Thread John W. Linville
-- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Is something wrong with wireless-2.6.git?

2006-02-14 Thread John W. Linville
combination of the previous two branches (current with master) Hopefully that is more understandable to anyone that needs to deal with the branches. Also, it makes it easier for me to pull from downstream git repos. I apologize for the confusion! John -- John W. Linville [EMAIL PROTECTED

Re: [PATCH] skge: no longer experimental

2006-02-13 Thread John W. Linville
On Mon, Feb 13, 2006 at 03:48:08PM -0800, Stephen Hemminger wrote: Take the experimental dependency of skge driver, it is as stable as the others. Signed-off-by: Stephen Hemminger [EMAIL PROTECTED] Acked-by: John W. Linville [EMAIL PROTECTED] -- John W. Linville [EMAIL PROTECTED

Please pull 'upstream-fixes' branch of wireless-2.6

2006-02-13 Thread John W. Linville
The following changes since commit fdfd0c941715ef8c23a3cbeb7dc44978b5020d13: John W. Linville: Merge git://git.kernel.org/.../torvalds/linux-2.6 are found in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git upstream-fixes Dan Williams

Please pull 'upstream' branch of wireless-2.6

2006-02-13 Thread John W. Linville
[MAX_WPA_IE_LEN]; + memcpy(buf, network-rsn_ie, network-rsn_ie_len); + iwe.cmd = IWEVGENIE; + iwe.u.data.length = network-rsn_ie_len; start = iwe_stream_add_point(start, stop, iwe, buf); } -- John W. Linville [EMAIL PROTECTED

[PATCH REPOST] mii: check carrier state even when force_media == 1

2006-02-09 Thread John W. Linville
)) advertise = mii-advertising; -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [GIT PULL] bcm43xx: Update B6PHY initialization

2006-02-09 Thread John W. Linville
Project -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [patch] drivers/net/wireless: correct reported ssid lengths

2006-02-08 Thread John W. Linville
a worthwhile change, let's just plan it properly. Is this resolved? Does Dan still need to send a patch? John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http

Re: [PATCH] acxsm: merge from acx 0.3.32

2006-02-07 Thread John W. Linville
personal obligations. I apologize for my slow speed. I'll try to do better! :-) John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo

[PATCH] sky2: correct behavior for autoneg disabled

2006-02-06 Thread John W. Linville
. This patch corrects that. Signed-off-by: John W. Linville [EMAIL PROTECTED] --- If you don't like the Is write/read necessary? comment (or if the write/read actually is unnecessary), let me know and I will respin the patch... drivers/net/sky2.c | 31 ++- 1 files

Re: How can I get local copy of your git tree?

2006-02-02 Thread John W. Linville
the *-all branches are mostly for my sanity. Most people really only need to worry about the domesday, upstream, upstream-fixes and/or master branches (depending on your level of interest). -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev

Re: [wireless-2.6] d80211/ieee80211 symbol clash

2006-02-02 Thread John W. Linville
branch forever. Soon we will have to pick on stack or the other to pursue. (We probably already should have done it...) John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http

Re: [PATCH] ARP: Update Kconfig to allow configuration of CONFIG_IP_ACCEPT_UNSOLICITED_ARP

2006-02-01 Thread John W. Linville
On Wed, Feb 01, 2006 at 04:37:53PM -0500, Neil Horman wrote: As promised, new patch attached, that makes accepting gratuitous arps a dynamically configurable option. Tested successfully by me. Probably need some documentation for this, no? John -- John W. Linville [EMAIL PROTECTED

Re: 2.6.16-rc1-mm4: ACX=y, ACX_USB=n compile error

2006-01-31 Thread John W. Linville
today. Is there any way to move this into a Kconfig file? That seems nicer than having #ifdefs in source code to check for a configuration error. John P.S. Please post any patches with formatting according to kernel conventions: http://linux.yyz.us/patch-format.html -- John W

Re: [PATCH 03/18] ipw2200: Fix sw_reset doesn't clear the static essid problem

2006-01-31 Thread John W. Linville
On Tue, Jan 24, 2006 at 04:36:31PM +0800, Zhu Yi wrote: [PATCH] ipw2200: Fix sw_reset doesn't clear the static essid problem Applied to upstream-fixes branch of wireless-2.6. Thanks, John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev

Re: [PATCH 6/6] ipw2100: Fix setting txpower failed problem

2006-01-31 Thread John W. Linville
of wireless-2.6. Thanks, John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 14/18] ipw2200: Fix a variable referenced after kfree() bug

2006-01-31 Thread John W. Linville
On Tue, Jan 24, 2006 at 04:37:41PM +0800, Zhu Yi wrote: [PATCH] ipw2200: Fix a variable referenced after kfree() bug. Applied to upstream-fixes branch of wireless-2.6. Thanks, John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev

Re: [PATCH 02/18] ipw2200: Fix iwspy ethx off causes kernel panic

2006-01-31 Thread John W. Linville
On Tue, Jan 24, 2006 at 04:36:22PM +0800, Zhu Yi wrote: [PATCH] ipw2200: Fix iwspy ethx off causes kernel panic. Applied to upstream-fixes branch of wireless-2.6. Thanks, John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body

Re: [PATCH 5/6] ipw2100: Fix a gcc compile warning

2006-01-31 Thread John W. Linville
On Tue, Jan 24, 2006 at 01:49:26PM +0800, Zhu Yi wrote: [PATCH] ipw2100: Fix a gcc compile warning drivers/net/wireless/ipw2100.c:2236: warning: `ipw2100_match_buf' defined but not used Applied to upstream-fixes branch of wireless-2.6. Thanks, John -- John W. Linville [EMAIL PROTECTED

Please pull 'upstream-fixes' branch of wireless-2.6

2006-01-31 Thread John W. Linville
))); -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Please pull 'upstream' branch of wireless-2.6

2006-01-31 Thread John W. Linville
The following changes since commit 747af1e154545566d04f647f86fc3ae512439fab: John W. Linville: Merge branch 'upstream-fixes' are found in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git upstream Adrian Bunk: net/: fix

Re: [2.6 patch] PCMCIA=m, HOSTAP_CS=y is not a legal configuration

2006-01-31 Thread John W. Linville
On Mon, Jan 30, 2006 at 07:23:17PM +0100, Adrian Bunk wrote: CONFIG_PCMCIA=m, CONFIG_HOSTAP_CS=y doesn't compile. Reported by Gabriel C. [EMAIL PROTECTED]. Applied to upstream-fixes branch of wireless-2.6. Thanks, John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list

Re: d80211 patches

2006-01-31 Thread John W. Linville
On Mon, Jan 30, 2006 at 02:53:20PM +0100, Jiri Benc wrote: Following patches to d80211 can be obtained from git://git.kernel.org/pub/scm/linux/kernel/git/jbenc/dscape.git up This is available in the 'dscape-all' and 'domesday' branches of wireless-2.6. Thanks! John -- John W. Linville

Re: [GIT PULL] bcm43xx update

2006-01-30 Thread John W. Linville
the bcm43xx-dscape branch. Did you already pull? I did not see it in your git logs. I have to do some maintainance work on my public repository and I am waiting for your pull, before I shut down the server. I have it now. Sorry for being slow! John -- John W. Linville [EMAIL PROTECTED

Re: wireless-2.6 status (25 January 2006)

2006-01-27 Thread John W. Linville
perfectly open to using that code, but some had raised issues about the reverse-engineering process used to create it. Has that been resolved? John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED

Please pull 'upstream-fixes' branch of wireless-2.6

2006-01-27 Thread John W. Linville
ieee80211_wx_set_encode(struct ieee80211_device *ieee, -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Please pull 'upstream' branch of wireless-2.6

2006-01-27 Thread John W. Linville
; + start = iwe_stream_add_point(start, stop, iwe, custom); + } + return start; } -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo

Re: wireless-2.6 status (25 January 2006)

2006-01-26 Thread John W. Linville
On Thu, Jan 26, 2006 at 07:27:08PM +0200, Samuel Ortiz wrote: On Wed, 25 Jan 2006, ext John W. Linville wrote: I still have a number of other branches in the wireless-2.6 tree. I was wondering what's the reason for not having the madwifi stack there as well. I haven't seen anyone sending

Re: wireless-2.6 status (25 January 2006)

2006-01-26 Thread John W. Linville
helper? I haven't even looked at the driver to see if this could be practical...? /brainstorm -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org

Re: [PATCH] sky2: allow setting MAC address w/o reinitializing PHY

2006-01-25 Thread John W. Linville
On Wed, Jan 25, 2006 at 10:08:26AM -0500, John W. Linville wrote: Using the sky2 driver with bonding can result in oopses related to reinitializing the PHY when the MAC address is changed (which bonding is wont to do). This patch changes sky2_set_mac_address to take less drastic measures

[PATCH] sky2: allow setting MAC address w/o reinitializing PHY

2006-01-25 Thread John W. Linville
/2005/9/29/399 which fixed the issue here: http://bugzilla.kernel.org/show_bug.cgi?id=5271 Signed-off-by: John W. Linville [EMAIL PROTECTED] --- drivers/net/sky2.c | 15 ++- 1 files changed, 10 insertions(+), 5 deletions(-) diff --git a/drivers/net/sky2.c b/drivers/net

wireless-2.6 status (25 January 2006)

2006-01-25 Thread John W. Linville
W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: State of the Union: Wireless / 802.11 master device

2006-01-19 Thread John W. Linville
. John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: State of the Union: Wireless / 802.11 master device

2006-01-19 Thread John W. Linville
On Thu, Jan 19, 2006 at 05:44:53PM +0100, Jiri Benc wrote: On Thu, 19 Jan 2006 10:56:19 -0500, John W. Linville wrote: The above represents my thinking on the issue. Ultimately the WiPHY (aka radio) device should be thought of as a new class of driver, distinct from a netdev. If we have

Re: State of the Union: Wireless / 802.11 master device

2006-01-19 Thread John W. Linville
On Thu, Jan 19, 2006 at 08:03:43PM +0100, Stefan Rompf wrote: Am Donnerstag 19 Januar 2006 16:56 schrieb John W. Linville: The above represents my thinking on the issue. Ultimately the WiPHY (aka radio) device should be thought of as a new class of driver, distinct from a netdev. If we

Re: State of the Union: Wireless / 802.11 master device

2006-01-19 Thread John W. Linville
On Thu, Jan 19, 2006 at 08:03:43PM +0100, Stefan Rompf wrote: Am Donnerstag 19 Januar 2006 16:56 schrieb John W. Linville: The above represents my thinking on the issue. Ultimately the WiPHY (aka radio) device should be thought of as a new class of driver, distinct from a netdev. If we

Re: [PATCH 7/13] ieee80211: Add ieee80211_network_reset()

2006-01-19 Thread John W. Linville
On Thu, Jan 19, 2006 at 04:21:35PM +0800, Zhu Yi wrote: ieee80211: add ieee80211_network_reset() Signed-off-by: Zhu Yi [EMAIL PROTECTED] Could we get a better description for this? Also, you might describe what you are doing to ieee80211_networks_free? Thanks, John -- John W. Linville

Re: [PATCH 0/13] ieee80211 updated patches

2006-01-19 Thread John W. Linville
changelog for 7 comes quickly enough for me to remember what happened... :-) Thanks, John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo

pull request for wireless-2.6.git

2006-01-19 Thread John W. Linville
: WEP fields are incorrectly shown to be INSIDE snap in the doc John W. Linville: ieee80211: add prototypes to avoid build warning [EMAIL PROTECTED]: orinoco_cs: tweak Vcc debugging messages Zhu Yi: ieee80211: Fix problem with not decrypting broadcast packets ieee80211

wireless: the contenders

2006-01-18 Thread John W. Linville
, and to put some weight behind the discussions of where we need to go. Thanks, John -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [Bcm43xx-dev] wireless: the contenders

2006-01-18 Thread John W. Linville
On Wed, Jan 18, 2006 at 09:19:20PM +0100, Michael Buesch wrote: On Wednesday 18 January 2006 21:06, John W. Linville wrote: The tree also has softmac and dscape branches. The softmac branch includes the Johannes Berg softmac code as well as the the BCM43xx driver based upon that code

<    2   3   4   5   6   7   8   >