summaryrefslogtreecommitdiff
path: root/include/linux/lapb.h
AgeCommit message (Collapse)Author
2004-01-10[wan lapb] kill now-unused custom token containerAlexander Viro
Nothing is using lapb->token anymore; removed, along with the old "token" argument of lapb_register().
2004-01-10[wan lapb] switch to use net_device instead of custom tokenAlexander Viro
lapb functions that used to take a token to select lapb_cb they'll deal with are switched to getting net_device instead. Callbacks switched to using lapb->dev instead of lapb->token.
2004-01-10[wan lapb] beginning of cleanupsAlexander Viro
Beginning of lapb cleanups: lapb_register gets net_device along with the "token" and it gets stored in lapb_cb (token argument will die later).
2002-02-04Import changesetLinus Torvalds