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  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Sat, 10 Oct 2015 13:15:34 +0700
From:	Ivan Safonov <insafonov@...il.com>
To:	linux-kernel@...r.kernel.org
Cc:	devel@...verdev.osuosl.org,
	Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
	Ivan Safonov <insafonov@...il.com>
Subject: [PATCH 0/3] staging: rtl8188eu: unnecessary 5 GHz code removed

This patchset removes unnecessary code for 5 GHz channels (> 14),
fixes channels range for FOR operator (channels are belong to 1..14 interval),
and replace BITn macro to BIT(n).

Ivan Safonov (3):
  staging: rtl8188eu: 5 GHz channel groups removed from
    /hal/rtl8188e_hal_init.c
  staging: rtl8188eu: bugfix: correct channels range is set in
    Hal_ReadTxPowerInfo88E
  staging: rtl8188eu: BITn macro replaced by BIT(n) in
    hal/rtl8188e_hal_init.c

 drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c | 120 ++++++++--------------
 1 file changed, 44 insertions(+), 76 deletions(-)

-- 
2.4.9

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists