kernel-ark/drivers/net/wireless/ath/ath5k
Javier Cardona d82b577b8c ath5k: Fix beaconing in mesh mode
This patch fixes the oops below when attempting to bring up a mesh
interface on ath5k hardware.

[  128.933099] kernel BUG at drivers/net/wireless/ath/ath5k/base.c:197!
[  128.933099] invalid opcode: 0000 [#1]
(...)
[  128.933099] Call Trace:
[  128.933099]  [<c83b77fa>] ? ath5k_beacon_update+0x57/0x1f8 [ath5k]
[  128.933099]  [<c02d9a40>] ? __sysfs_add_one+0x28/0x76
[  128.933099]  [<c83b830e>] ? ath5k_bss_info_changed+0x13f/0x173
[ath5k]
[  128.933099]  [<c82ff629>] ? ieee80211_config_beacon+0xc0/0x17e
[mac80211]
[  128.933099]  [<c82f073e>] ?
ieee80211_bss_info_change_notify+0x182/0x18b [mac80211]
[  128.933099]  [<c83b81cf>] ? ath5k_bss_info_changed+0x0/0x173 [ath5k]
[  128.933099]  [<c82ff6d6>] ? ieee80211_config_beacon+0x16d/0x17e
[mac80211]
[  128.933099]  [<c82ff753>] ? ieee80211_add_beacon+0x34/0x39 [mac80211]
[  128.933099]  [<c830a4ed>] ? ieee80211s_init+0xf8/0x10f [mac80211]
[  128.933099]  [<c830a5df>] ? ieee80211_mesh_init_sdata+0xdb/0x154 [mac80211]

Signed-off-by: Javier Cardona <javier@cozybit.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2010-12-08 15:23:44 -05:00
..
ani.c ath5k: use the common cycle counter / listen time implementation 2010-10-11 15:04:20 -04:00
ani.h ath5k: use the common cycle counter / listen time implementation 2010-10-11 15:04:20 -04:00
ath5k.h Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial 2010-10-24 13:41:39 -07:00
attach.c ath5k: Fix double free on hw attach error path 2010-10-27 15:54:54 -04:00
base.c ath5k: Fix beaconing in mesh mode 2010-12-08 15:23:44 -05:00
base.h ath5k: Print rx/tx bytes in debugfs 2010-10-05 13:35:25 -04:00
caps.c
debug.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 2010-10-23 11:47:02 -07:00
debug.h ath5k: Move debugfs under ieee80211/[wiphy-name] 2010-10-13 15:45:21 -04:00
desc.c
desc.h
dma.c ath5k: Fix bitmasks and typos for PCU Diagnostic register 2010-09-28 15:47:57 -04:00
eeprom.c
eeprom.h
gpio.c
initvals.c
Kconfig
led.c
Makefile
pcu.c ath5k: store the clock rate in common data on channel changes 2010-10-11 15:04:20 -04:00
phy.c ath5k: store the clock rate in common data on channel changes 2010-10-11 15:04:20 -04:00
qcu.c ath5k: Simplify cw_min/max and AIFS configuration 2010-09-21 11:05:16 -04:00
reg.h Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial 2010-10-24 13:41:39 -07:00
reset.c ath5k: Allow ath5k to support virtual STA and AP interfaces. 2010-10-05 13:35:23 -04:00
rfbuffer.h
rfgain.h
rfkill.c
sysfs.c