Commit 45bd1c5
net: appletalk: Drop aarp_send_probe_phase1()
aarp_send_probe_phase1() used to work by calling ndo_do_ioctl of
appletalk drivers ltpc or cops, but these two drivers have been removed
since the following commits:
commit 03dcb90 ("net: appletalk: remove Apple/Farallon LocalTalk PC
support")
commit 00f3696 ("net: appletalk: remove cops support")
Thus aarp_send_probe_phase1() no longer works, so drop it. (found by
code inspection)
Signed-off-by: 谢致邦 (XIE Zhibang) <Yeking@Red54.com>
Signed-off-by: David S. Miller <davem@davemloft.net>1 parent 544c939 commit 45bd1c5
1 file changed
Lines changed: 7 additions & 38 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
432 | 432 | | |
433 | 433 | | |
434 | 434 | | |
435 | | - | |
436 | | - | |
437 | | - | |
438 | | - | |
439 | | - | |
440 | | - | |
441 | | - | |
442 | | - | |
443 | | - | |
444 | | - | |
445 | | - | |
446 | | - | |
447 | | - | |
448 | | - | |
449 | | - | |
450 | | - | |
451 | | - | |
452 | | - | |
453 | | - | |
454 | | - | |
455 | | - | |
456 | | - | |
457 | | - | |
458 | | - | |
459 | | - | |
460 | | - | |
461 | 435 | | |
462 | 436 | | |
463 | | - | |
464 | | - | |
465 | | - | |
466 | | - | |
467 | | - | |
| 437 | + | |
468 | 438 | | |
469 | | - | |
470 | | - | |
| 439 | + | |
| 440 | + | |
471 | 441 | | |
472 | | - | |
473 | | - | |
| 442 | + | |
| 443 | + | |
474 | 444 | | |
475 | | - | |
476 | | - | |
477 | | - | |
| 445 | + | |
| 446 | + | |
478 | 447 | | |
479 | 448 | | |
480 | 449 | | |
| |||
0 commit comments