]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[PATCH] airo.c/airo_cs.c: correct prototypes
authorAdrian Bunk <bunk@stusta.de>
Wed, 9 Nov 2005 18:22:11 +0000 (10:22 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 11 Nov 2005 05:18:55 +0000 (21:18 -0800)
commitf6e896dc60c84b5c5fb800c8e714b14f6e43668d
treebed895b76ac3159aa7063548d2641324e085997c
parent75be5e47479abaac50295fa846cb91edb0424c3a
[PATCH] airo.c/airo_cs.c: correct prototypes

This patch creates a file airo.h containing prototypes of the global
functions in airo.c used by airo_cs.c .

If you got strange problems with either airo_cs devices or in any other
completely unrelated part of the kernel shortly or long after a airo_cs
device was detected by the kernel, this might have been caused by the
fact that caller and callee disagreed regarding the size of the first
argument to init_airo_card()...

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/net/wireless/airo.c
drivers/net/wireless/airo.h [new file with mode: 0644]
drivers/net/wireless/airo_cs.c