Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 118253ca authored by Stanislaw Gruszka's avatar Stanislaw Gruszka Committed by John W. Linville
Browse files

iwlwifi: fix iwl-rx.c compilation



My commit 466a19a0 "iwlwifi: move rx
handlers code to iwl-rx.c" breaks compilation on 32 bits. Fix that.

Reported-by: default avatarGuy, Wey-Yi <wey-yi.w.guy@intel.com>
Reported-by: default avatarDaniel Halperin <dhalperi@cs.washington.edu>
Signed-off-by: default avatarStanislaw Gruszka <sgruszka@redhat.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 9ac47933
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@

#include <linux/etherdevice.h>
#include <linux/slab.h>
#include <linux/sched.h>
#include <net/mac80211.h>
#include <asm/unaligned.h>
#include "iwl-eeprom.h"