mirror of
https://github.com/open-sdr/openwifi.git
synced 2025-02-20 17:52:48 +00:00
sdr.c: change the legacy tx_itrpt1 to tx_itrpt
This commit is contained in:
parent
c687b19dde
commit
c24e0a046d
@ -1121,7 +1121,7 @@ static int openwifi_start(struct ieee80211_hw *dev)
|
||||
|
||||
priv->irq_tx = irq_of_parse_and_map(priv->pdev->dev.of_node, 3);
|
||||
ret = request_irq(priv->irq_tx, openwifi_tx_interrupt,
|
||||
IRQF_SHARED, "sdr,tx_itrpt1", dev);
|
||||
IRQF_SHARED, "sdr,tx_itrpt", dev);
|
||||
if (ret) {
|
||||
wiphy_err(dev->wiphy, "openwifi_start: failed to register IRQ handler openwifi_tx_interrupt\n");
|
||||
goto err_free_rings;
|
||||
|
Loading…
x
Reference in New Issue
Block a user