| Submitter | Inaky Perez-Gonzalez |
|---|---|
| Date | Nov. 24, 2008, 9:51 p.m. |
| Message ID | <e6e0afbf9b1b8404a1e78364fe7a859f4d3319d7.1227562829.git.inaky@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/10526/ |
| State | Changes Requested |
| Delegated to: | David Miller |
| Headers | show |
Comments
Patch
diff --git a/include/linux/Kbuild b/include/linux/Kbuild index e531783..e662605 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild @@ -375,3 +375,5 @@ unifdef-y += xattr.h unifdef-y += xfrm.h objhdr-y += version.h +header-y += wimax.h +header-y += wimax-i2400m.h
These two files are what user space can use to establish communication with the WiMAX kernel API and to speak the Intel 2400m Wireless WiMAX connection's control protocol. Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com> Cc: David Woodhouse <dwmw2@infradead.org> --- include/linux/Kbuild | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)