All of lore.kernel.org
 help / color / mirror / Atom feed
* Potential byte order issue in staging/wilc1000/wilc_wfi_cfgoperations.c
@ 2017-06-27 20:44 Tordek
  0 siblings, 0 replies; only message in thread
From: Tordek @ 2017-06-27 20:44 UTC (permalink / raw)
  To: linux-wireless

Hello

Line 1464 contains the following:

    if (ieee80211_is_action(buff[FRAME_TYPE_ID])) {

However Sparse complains that `ieee80211_is_action` takes a __le16
parameter. Would a cpu_to_le16 be required in this case?

If so, I'd be happy to submit a patch.

Thanks in advance

--
Guillermo O. Freschi

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-06-27 20:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-27 20:44 Potential byte order issue in staging/wilc1000/wilc_wfi_cfgoperations.c Tordek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.