Commit 1444f58
committed
wifi: mac80211: use wiphy work for SMPS
SMPS requests are per link, and currently there's a potential
deadlock with canceling. Use the new wiphy work to handle SMPS
instead, so that the cancel cannot deadlock.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>1 parent a3df43b commit 1444f58
4 files changed
+12
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
602 | 602 | | |
603 | 603 | | |
604 | 604 | | |
605 | | - | |
| 605 | + | |
| 606 | + | |
606 | 607 | | |
607 | 608 | | |
608 | 609 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
921 | 921 | | |
922 | 922 | | |
923 | 923 | | |
924 | | - | |
| 924 | + | |
925 | 925 | | |
926 | 926 | | |
927 | 927 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6538 | 6538 | | |
6539 | 6539 | | |
6540 | 6540 | | |
6541 | | - | |
| 6541 | + | |
| 6542 | + | |
6542 | 6543 | | |
6543 | 6544 | | |
6544 | 6545 | | |
| |||
6588 | 6589 | | |
6589 | 6590 | | |
6590 | 6591 | | |
6591 | | - | |
6592 | | - | |
| 6592 | + | |
| 6593 | + | |
6593 | 6594 | | |
6594 | 6595 | | |
6595 | 6596 | | |
| |||
7552 | 7553 | | |
7553 | 7554 | | |
7554 | 7555 | | |
7555 | | - | |
| 7556 | + | |
| 7557 | + | |
7556 | 7558 | | |
7557 | 7559 | | |
7558 | 7560 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1431 | 1431 | | |
1432 | 1432 | | |
1433 | 1433 | | |
1434 | | - | |
1435 | | - | |
| 1434 | + | |
| 1435 | + | |
1436 | 1436 | | |
1437 | 1437 | | |
1438 | 1438 | | |
| |||
0 commit comments