projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[packages] ipset: update to version 2.3.0, probably you need to rebuild your toolchai...
[openwrt.git]
/
package
/
rt2x00
/
src
/
rt2x00rfkill.c
diff --git
a/package/rt2x00/src/rt2x00rfkill.c
b/package/rt2x00/src/rt2x00rfkill.c
index
63062f1
..
c08a2aa
100644
(file)
--- a/
package/rt2x00/src/rt2x00rfkill.c
+++ b/
package/rt2x00/src/rt2x00rfkill.c
@@
-70,7
+70,7
@@
static void rt2x00lib_rfkill_poll(struct work_struct *work)
rfkill_switch_all(rt2x00dev->rfkill->type,
rt2x00dev->ops->lib->rfkill_poll(rt2x00dev));
rfkill_switch_all(rt2x00dev->rfkill->type,
rt2x00dev->ops->lib->rfkill_poll(rt2x00dev));
- queue_delayed_work(rt2x00dev->workqueue, &rt2x00dev->rfkill_work,
+ queue_delayed_work(rt2x00dev->
hw->
workqueue, &rt2x00dev->rfkill_work,
RFKILL_POLL_INTERVAL);
}
RFKILL_POLL_INTERVAL);
}
@@
-92,7
+92,7
@@
void rt2x00lib_unregister_rfkill(struct rt2x00_dev *rt2x00dev)
{
if (delayed_work_pending(&rt2x00dev->rfkill_work))
cancel_rearming_delayed_workqueue(
{
if (delayed_work_pending(&rt2x00dev->rfkill_work))
cancel_rearming_delayed_workqueue(
- rt2x00dev->workqueue, &rt2x00dev->rfkill_work);
+ rt2x00dev->
hw->
workqueue, &rt2x00dev->rfkill_work);
rfkill_unregister(rt2x00dev->rfkill);
}
rfkill_unregister(rt2x00dev->rfkill);
}
This page took
0.025655 seconds
and
4
git commands to generate.