zjr2472265650
2018-12-05 10:22ath9k驱动不能正常记载导致板子一直重启
5qca9563 ath9k
内核 4.9.131
openwrt ap152
static int ath_ahb_probe(struct platform_device *pdev)
{
ret = ath9k_init_device(dev_id, sc, &ath_ahb_bus_ops);
}
int ath9k_init_device(u16 devid, struct ath_softc *sc,
const struct ath_bus_ops *bus_ops)
{
error = ath9k_init_softc(devid, sc, bus_ops);
}
static int ath9k_init_softc(u16 devid, struct ath_softc *sc,
const struct ath_bus_ops *bus_ops)
{
ret = ath9k_hw_init(ah);
}
int ath9k_hw_init(struct ath_hw *ah)
{
int ret;
struct ath_common *common = ath9k_hw_common(ah);
}
static inline struct ath_common *ath9k_hw_common(struct ath_hw *ah)
{
return &ah->common;
}
ath9k驱动调用该函数导致cup挂掉,具体如图,求助大神指导,或者给点思路。
- 点赞
- 回答
- 收藏
- 复制链接分享
2条回答
为你推荐
- 从表单添加URL到regex
- regex
- forms
- php
- 1个回答
- 使用pchart创建的图表可以缩短时间
- mysql
- php
- 1个回答
- 今天我们项目weblogic突然死掉了,各位帮忙诊断下!
- it技术
- 互联网问答
- IT行业问题
- 计算机技术
- 编程语言问答
- 0个回答
- Dragon Balls
- lines
- as
- it
- x
- each
- 2个回答
- Play with Chain
- command
- lines
- play
- numbers
- each
- 1个回答
换一换