On 21/09/2018, Nathan Chancellor wrote:
> Clang warns when multiple pairs of parentheses are used for a single
> conditional statement.
>
> drivers/net/wireless/intel/ipw2x00/ipw2200.c:5655:28: warning: equality
> comparison with extraneous parentheses [-Wparentheses-equality]
> if
x27;inline' is not
> at beginning of declaration [-Werror=old-style-declaration]
>
> Signed-off-by: Arnd Bergmann
> ---
> drivers/net/wireless/intel/ipw2x00/ipw2200.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Acked-by: Stanislav Yakovlev
Stanislav.
--
1 insertion(+), 1 deletion(-)
>
Acked-by: Stanislav Yakovlev
Stanislav.
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
On 15 June 2015 at 21:24, Nicholas Mc Guire wrote:
> commit: commit 2c86c275015c ("Add ipw2100 wireless driver.") introduced
> HW_PHY_OFF_LOOP_DELAY (HZ / 5000) which always evaluated to 0. Clarified
> by Stanislav Yakovlev that it should be 50
> milliseconds thus fixed up
Hi Nicholas,
On 12 June 2015 at 20:58, Nicholas Mc Guire wrote:
> Hi !
>
> commit 2c86c275015c ("Add ipw2100 wireless driver.") introduced
>
> drivers/net/wireless/ipw2100.c - line-numbers are from next-20150511
> 1410 static int ipw2100_hw_phy_off(struct ipw2100_priv *priv)
> 1411 {
> 1412
> 141
On 27 May 2015 at 16:05, Laurent Pinchart
wrote:
> Even though 'compatability' has a dedicated entry in the Wiktionary,
> it's listed as 'Mispelling of compatibility'. Fix it.
>
> Signed-off-by: Laurent Pinchart
> ---
> drivers/net/wireless/ipw2x0
Hello, Joe,
On 24 October 2014 02:43, Joe Perches wrote:
>
> struct ipw_rt_hdr {
> struct ieee80211_radiotap_header rt_hdr;
> u64 rt_tsf; /* TSF */ /* XXX */
> u8 rt_flags;/* radiotap packet flags *
> u8 rt_rate; /* rate in 500kb/s */
> __
Hello Frank,
On 15 October 2014 12:34, Frank Langille wrote:
> ... the menuconfig option to select this
> driver seems to have disappeared sometime after kernel 3.4.104, which
> is the last longterm version I can see that allows me to include the
> driver in my build.
>
> Is it possible to have t
Hello Dan,
On 9 October 2014 02:59, Dan Carpenter wrote:
> The original condition was "(PAGE_SIZE - len)" when "(len < PAGE_SIZE)"
> is intended.
>
> This condition is not really sufficient, but also not really needed...
> If "len > PAGE_SIZE" then it we will print a warning message in dmesg
> bu
Hello Dan,
On 9 October 2014 02:57, Dan Carpenter wrote:
> The ->ibss_dfs pointer is always allocated with a user controlled
> length. This caused a static checker warning because what if the length
> was zero? In that case, any dereference of ->ibss_dfs would lead to an
> Oops.
>
> It turns ou
Hello Dan,
> So far as I can see this is harmless because we never use ->ibss_dfs
> and we should just delete it along with all the related code?
Yes, you are right. This code is not used by ipw2x00 driver, so it can
be deleted. Will you send a patch?
Stanislav.
--
To unsubscribe from this list:
11 matches
Mail list logo