login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
February
»
27
Re: [PATCH 6/9] drivers/net/wireless/iwlwifi/iwl-4965.c: Correct use of ! and &
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: John W. Linville
Subject:
Re: [PATCH 6/9] drivers/net/wireless/iwlwifi/iwl-4965.c: Correct use of ! and &
Date: Tuesday, February 26, 2008 - 5:59 pm
On Wed, Feb 27, 2008 at 12:47:56AM +0200, Tomas Winkler wrote:
quoted text
> > diff -u -p a/drivers/net/wireless/iwlwifi/iwl-4965.c b/drivers/net/wireless/iwlwifi/iwl-4965.c > > --- a/drivers/net/wireless/iwlwifi/iwl-4965.c 2008-02-05 20:56:01.000000000 +0100 > > +++ b/drivers/net/wireless/iwlwifi/iwl-4965.c 2008-02-26 08:09:12.000000000 +0100 > > @@ -4589,7 +4589,7 @@ static u8 iwl4965_is_fat_tx_allowed(stru > > > > if (sta_ht_inf) { > > if ((!sta_ht_inf->ht_supported) || > > - (!sta_ht_inf->cap & IEEE80211_HT_CAP_SUP_WIDTH)) > > + (!(sta_ht_inf->cap & IEEE80211_HT_CAP_SUP_WIDTH))) > > return 0; > > } > > The patch was already submitted by Roel Kluin '[PATCH] > [wireless/iwlwifi/iwl-4965.c] add parentheses' I've acked it. > Didn't track it if it's actually committed into tree... John, Reinette ?
Already merged and sent to davem... Thanks, John -- John W. Linville
linville@tuxdriver.com
--
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH 6/9] drivers/net/wireless/iwlwifi/iwl-4965.c: Corre ...
, Julia Lawall
, (Tue Feb 26, 1:44 pm)
Re: [PATCH 6/9] drivers/net/wireless/iwlwifi/iwl-4965.c: C ...
, Tomas Winkler
, (Tue Feb 26, 3:47 pm)
Re: [PATCH 6/9] drivers/net/wireless/iwlwifi/iwl-4965.c: C ...
, John W. Linville
, (Tue Feb 26, 5:59 pm)
Re: [PATCH 6/9] drivers/net/wireless/iwlwifi/iwl-4965.c: C ...
, Ingo Molnar
, (Tue Mar 4, 11:38 pm)
Re: [PATCH 6/9] drivers/net/wireless/iwlwifi/iwl-4965.c: C ...
, Christopher Li
, (Tue Mar 4, 11:49 pm)
Re: [PATCH 6/9] drivers/net/wireless/iwlwifi/iwl-4965.c: C ...
, Ingo Molnar
, (Wed Mar 5, 12:02 am)
Re: [PATCH 6/9] drivers/net/wireless/iwlwifi/iwl-4965.c: C ...
, Harvey Harrison
, (Wed Mar 5, 12:09 am)
Re: [PATCH 6/9] drivers/net/wireless/iwlwifi/iwl-4965.c: C ...
, Ingo Molnar
, (Wed Mar 5, 1:19 am)
Re: [PATCH 6/9] drivers/net/wireless/iwlwifi/iwl-4965.c: C ...
, Julia Lawall
, (Wed Mar 5, 1:55 am)
Re: [PATCH 6/9] drivers/net/wireless/iwlwifi/iwl-4965.c: C ...
, Derek M Jones
, (Wed Mar 5, 5:13 am)
Re: [PATCH 6/9] drivers/net/wireless/iwlwifi/iwl-4965.c: C ...
, Ingo Molnar
, (Wed Mar 5, 5:20 am)
Re: [PATCH 6/9] drivers/net/wireless/iwlwifi/iwl-4965.c: C ...
, Bart Van Assche
, (Wed Mar 5, 5:30 am)
Re: [PATCH 6/9] drivers/net/wireless/iwlwifi/iwl-4965.c: C ...
, Julia Lawall
, (Wed Mar 5, 5:35 am)
Re: [PATCH 6/9] drivers/net/wireless/iwlwifi/iwl-4965.c: C ...
, Ingo Molnar
, (Wed Mar 5, 5:36 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Jan Engelhardt
Re: Linux Security *Module* Framework (Was: LSM conversion to static interface)
Luben Tuikov
Re: Integration of SCST in the mainstream Linux kernel
Christoph Lameter
[PATCH 1/2] Make page->private usable in compound pages V1
Michal Nazarewicz
Re: [PATCH] USB: Gadget: g_multi: added INF file for gadget with multiple configur...
Frederic Weisbecker
Re: [PATCH v4 5/5] perf:add a script shows a process of packet
git
:
Jan Harkes
Re: git-svn and huge data and modifying the git-svn-HEAD branch directly
Andy Parkins
git-fetch fails with error code 128
Eli Zaretskii
Re: Switching from CVS to GIT
Matthieu Moy
Re: git pull (Your local changes to ... would be overwritten by merge)
Jakub Narebski
Re: GSoC 2008 - Mentors Wanted!
git-commits-head
:
Linux Kernel Mailing List
No need to do lock_super() for exclusion in generic_shutdown_super()
Linux Kernel Mailing List
x86, msr: Export the register-setting MSR functions via /dev/*/msr
Linux Kernel Mailing List
sh-sci: update receive error handling for muxed irqs
Linux Kernel Mailing List
ARM: 5970/1: nomadik-gpio: fix spinlock usage
Linux Kernel Mailing List
Input: gpio-keys - add support for disabling gpios through sysfs
linux-netdev
:
Patrick McHardy
[NET_SCHED]: sch_ingress: remove netfilter support
Patrick McHardy
Re: no reassembly for outgoing packets on RAW socket
Frans Pop
svc: failed to register lockdv1 RPC service (errno 97).
Rose, Gregory V
RE: __bad_udelay in network driver breaks build
Eric Dumazet
[PATCH] net: ALIGN/PTR_ALIGN cleanup in alloc_netdev_mq()/netdev_priv()
openbsd-misc
:
elitdostlar
Seks partneri arayan bayanlar bu adreste - 8878xs706x6438
Marcus Andree
Re: This is what Linus Torvalds calls openBSD crowd
Lars D. Noodén
Re: sshd.config and AllowUsers
ropers
Re: Real men don't attack straw men
Henning Brauer
Re: Sun Blade 1000?
Colocation donated by:
Syndicate