[FS#513] ath5k crash at ath5k_debug_printtxbuf on load
LEDE Bugs
lede-bugs at lists.infradead.org
Wed Feb 15 01:56:45 PST 2017
The following task has a new comment added:
FS#513 - ath5k crash at ath5k_debug_printtxbuf on load
User who did this - Xuefer (xuefer)
----------
(gdb) p *ieee80211_alloc_hw_nm+0x120
$1 = (struct ieee80211_hw *(*)(size_t, const struct ieee80211_ops *, const char *)) 0x1b0
(gdb) l *ieee80211_alloc_hw_nm+0x120
0x1b0 is in ieee80211_alloc_hw_nm (/home/xuefer/src/lede/source/build_dir/target-mips_mips32_musl/linux-ath25/compat-wireless-2017-01-31/net/mac80211/main.c:535).
528 * +-------------------------+
529 *
530 */
531 priv_size = ALIGN(sizeof(*local), NETDEV_ALIGN) + priv_data_len;
532
533 wiphy = wiphy_new_nm(&mac80211_config_ops, priv_size, requested_name);
534
535 if (!wiphy)
536 return NULL;
537
538 wiphy->mgmt_stypes = ieee80211_default_mgmt_stypes;
539
540 wiphy->privid = mac80211_wiphy_privid;
541
542 wiphy->flags |= WIPHY_FLAG_NETNS_OK |
(gdb)
----------
More information can be found at the following URL:
https://bugs.lede-project.org/index.php?do=details&task_id=513#comment1815
More information about the lede-bugs
mailing list