summaryrefslogtreecommitdiffstats
path: root/if-linux-wireless.c
Commit message (Collapse)AuthorAge
* Add (c) to CopyrightRoy Marples2009-05-01
|
* Finally fix compile on vanilla kernel headers.Roy Marples2009-02-24
This is done by moving the wireless calls to a separate file that just includes linux/wireless.h. This is needed because linux/wireless.h includes linux/if.h which may or may not have been fixed to co-exist with net/if.h. Maybe one day this won't be needed ....