lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Thu, 31 Oct 2013 19:04:01 -0700 From: Joe Perches <joe@...ches.com> To: Ben Hutchings <bhutchings@...arflare.com> Cc: Larry Finger <Larry.Finger@...inger.net>, linville@...driver.com, linux-wireless@...r.kernel.org, Mark Cave-Ayland <mark.cave-ayland@...nde.co.uk>, netdev@...r.kernel.org, Stable <stable@...r.kernel.org> Subject: Re: [PATCH NEXT V2] rtlwifi: Fix endian error in extracting packet type On Thu, 2013-10-31 at 18:48 -0700, Joe Perches wrote: > Or maybe something like this? [] > diff --git a/drivers/net/wireless/rtlwifi/base.c b/drivers/net/wireless/rtlwifi/base.c [] > + src = be16_to_cpu(udp->source) >> 8; > + dst = be16_to_cpu(udp->dest) >> 8; Of course this doesn't need the >> 8; -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists