ath9k: mark wmi_event_swba as __packed
authorChris Metcalf <cmetcalf@tilera.com>
Fri, 13 Sep 2013 16:14:09 +0000 (12:14 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 26 Sep 2013 19:13:48 +0000 (15:13 -0400)
commit8e70eb8092754fa92a249f0ed1bc40ab7639b850
tree83e8e8b8bbcb997cdce8c20449de45856a875491
parent60751001e814cd70220fee7868c5a0368bdf984a
ath9k: mark wmi_event_swba as __packed

The other structures in wmi.h are already marked this way.
Without this marking, we get an unaliged access panic in the tilegx kernel:

Starting stack dump of tid 0, pid 0 (swapper) on cpu 35 at cycle 198675113844
  frame 0: 0xfffffff7103ada90 ath9k_htc_swba+0x120/0x618 [ath9k_htc]
  frame 1: 0xfffffff7103a4b10 ath9k_wmi_event_tasklet+0x1b0/0x270 [ath9k_htc]
  frame 2: 0xfffffff700326570 tasklet_action+0x148/0x298
  [...]

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/wmi.h