Changeset 3929
- Timestamp:
- 01/23/08 01:36:48 (5 years ago)
- Location:
- branches/src/target/kernel/2.6.24.x/patches
- Files:
-
- 3 edited
-
atheros_2_0_function.patch (modified) (84 diffs)
-
atheros_2_0_hcd.patch (modified) (16 diffs)
-
atheros_2_0_sdio_stack.patch (modified) (25 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/src/target/kernel/2.6.24.x/patches/atheros_2_0_function.patch
r3847 r3929 1 Index: linux-2.6.24-rc 7/drivers/sdio/function/Kconfig1 Index: linux-2.6.24-rc8/drivers/sdio/function/Kconfig 2 2 =================================================================== 3 3 --- /dev/null 4 +++ linux-2.6.24-rc 7/drivers/sdio/function/Kconfig4 +++ linux-2.6.24-rc8/drivers/sdio/function/Kconfig 5 5 @@ -0,0 +1,11 @@ 6 6 +#menu "SDIO function drivers" … … 16 16 +#endmenu 17 17 \ No newline at end of file 18 Index: linux-2.6.24-rc 7/drivers/sdio/function/Makefile18 Index: linux-2.6.24-rc8/drivers/sdio/function/Makefile 19 19 =================================================================== 20 20 --- /dev/null 21 +++ linux-2.6.24-rc 7/drivers/sdio/function/Makefile21 +++ linux-2.6.24-rc8/drivers/sdio/function/Makefile 22 22 @@ -0,0 +1 @@ 23 23 +obj-$(CONFIG_SDIO_AR6000_WLAN) += wlan/ 24 24 \ No newline at end of file 25 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/Makefile25 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/Makefile 26 26 =================================================================== 27 27 --- /dev/null 28 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/Makefile28 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/Makefile 29 29 @@ -0,0 +1,4 @@ 30 30 +# … … 33 33 +obj-$(CONFIG_SDIO_AR6000_WLAN) += ar6000/ 34 34 \ No newline at end of file 35 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/Makefile35 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/Makefile 36 36 =================================================================== 37 37 --- /dev/null 38 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/Makefile38 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/Makefile 39 39 @@ -0,0 +1,38 @@ 40 40 +REV ?= 2 … … 76 76 + 77 77 + 78 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/ar6000/ar6000_drv.c78 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/ar6000/ar6000_drv.c 79 79 =================================================================== 80 80 --- /dev/null 81 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/ar6000/ar6000_drv.c81 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/ar6000/ar6000_drv.c 82 82 @@ -0,0 +1,3069 @@ 83 83 +/* … … 3150 3150 +{ 3151 3151 +} 3152 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/ar6000/ar6000_drv.h3152 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/ar6000/ar6000_drv.h 3153 3153 =================================================================== 3154 3154 --- /dev/null 3155 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/ar6000/ar6000_drv.h3155 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/ar6000/ar6000_drv.h 3156 3156 @@ -0,0 +1,361 @@ 3157 3157 +/* … … 3516 3516 + 3517 3517 +#endif /* _AR6000_H_ */ 3518 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/ar6000/ar6000_raw_if.c3518 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/ar6000/ar6000_raw_if.c 3519 3519 =================================================================== 3520 3520 --- /dev/null 3521 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/ar6000/ar6000_raw_if.c3521 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/ar6000/ar6000_raw_if.c 3522 3522 @@ -0,0 +1,439 @@ 3523 3523 +/* … … 3960 3960 +} 3961 3961 +#endif /* HTC_RAW_INTERFACE */ 3962 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/ar6000/ar6xapi_linux.h3962 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/ar6000/ar6xapi_linux.h 3963 3963 =================================================================== 3964 3964 --- /dev/null 3965 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/ar6000/ar6xapi_linux.h3965 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/ar6000/ar6xapi_linux.h 3966 3966 @@ -0,0 +1,128 @@ 3967 3967 +#ifndef _AR6XAPI_LINUX_H … … 4093 4093 + 4094 4094 +#endif 4095 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/ar6000/athdrv_linux.h4095 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/ar6000/athdrv_linux.h 4096 4096 =================================================================== 4097 4097 --- /dev/null 4098 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/ar6000/athdrv_linux.h4098 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/ar6000/athdrv_linux.h 4099 4099 @@ -0,0 +1,993 @@ 4100 4100 +/* … … 5091 5091 +#endif 5092 5092 +#endif 5093 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/ar6000/athtypes_linux.h5093 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/ar6000/athtypes_linux.h 5094 5094 =================================================================== 5095 5095 --- /dev/null 5096 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/ar6000/athtypes_linux.h5096 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/ar6000/athtypes_linux.h 5097 5097 @@ -0,0 +1,47 @@ 5098 5098 +/* … … 5143 5143 + 5144 5144 +#endif /* _ATHTYPES_LINUX_H_ */ 5145 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/ar6000/config_linux.h5145 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/ar6000/config_linux.h 5146 5146 =================================================================== 5147 5147 --- /dev/null 5148 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/ar6000/config_linux.h5148 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/ar6000/config_linux.h 5149 5149 @@ -0,0 +1,44 @@ 5150 5150 +/* … … 5192 5192 + 5193 5193 +#endif 5194 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/ar6000/debug_linux.h5194 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/ar6000/debug_linux.h 5195 5195 =================================================================== 5196 5196 --- /dev/null 5197 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/ar6000/debug_linux.h5197 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/ar6000/debug_linux.h 5198 5198 @@ -0,0 +1,86 @@ 5199 5199 +/* … … 5283 5283 + 5284 5284 +#endif /* _DEBUG_LINUX_H_ */ 5285 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/ar6000/ioctl.c5285 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/ar6000/ioctl.c 5286 5286 =================================================================== 5287 5287 --- /dev/null 5288 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/ar6000/ioctl.c5288 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/ar6000/ioctl.c 5289 5289 @@ -0,0 +1,2573 @@ 5290 5290 +/* … … 7861 7861 +} 7862 7862 + 7863 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/ar6000/netbuf.c7863 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/ar6000/netbuf.c 7864 7864 =================================================================== 7865 7865 --- /dev/null 7866 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/ar6000/netbuf.c7866 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/ar6000/netbuf.c 7867 7867 @@ -0,0 +1,225 @@ 7868 7868 + … … 8091 8091 +} 8092 8092 + 8093 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/ar6000/osapi_linux.h8093 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/ar6000/osapi_linux.h 8094 8094 =================================================================== 8095 8095 --- /dev/null 8096 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/ar6000/osapi_linux.h8096 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/ar6000/osapi_linux.h 8097 8097 @@ -0,0 +1,319 @@ 8098 8098 +/* … … 8415 8415 + 8416 8416 +#endif /* _OSAPI_LINUX_H_ */ 8417 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/ar6000/wireless_ext.c8417 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/ar6000/wireless_ext.c 8418 8418 =================================================================== 8419 8419 --- /dev/null 8420 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/ar6000/wireless_ext.c8420 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/ar6000/wireless_ext.c 8421 8421 @@ -0,0 +1,1866 @@ 8422 8422 +/* … … 10286 10286 + 10287 10287 + 10288 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/bmi/bmi.c10288 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/bmi/bmi.c 10289 10289 =================================================================== 10290 10290 --- /dev/null 10291 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/bmi/bmi.c10291 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/bmi/bmi.c 10292 10292 @@ -0,0 +1,657 @@ 10293 10293 +/* … … 10948 10948 + return status; 10949 10949 +} 10950 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/bmi/bmi_internal.h10950 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/bmi/bmi_internal.h 10951 10951 =================================================================== 10952 10952 --- /dev/null 10953 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/bmi/bmi_internal.h10953 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/bmi/bmi_internal.h 10954 10954 @@ -0,0 +1,45 @@ 10955 10955 +#ifndef BMI_INTERNAL_H … … 10998 10998 + 10999 10999 +#endif 11000 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/hif/hif.c11000 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/hif/hif.c 11001 11001 =================================================================== 11002 11002 --- /dev/null 11003 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/hif/hif.c11003 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/hif/hif.c 11004 11004 @@ -0,0 +1,818 @@ 11005 11005 +/* … … 11821 11821 + return; 11822 11822 +} 11823 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/hif/hif_internal.h11823 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/hif/hif_internal.h 11824 11824 =================================================================== 11825 11825 --- /dev/null 11826 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/hif/hif_internal.h11826 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/hif/hif_internal.h 11827 11827 @@ -0,0 +1,102 @@ 11828 11828 +/* … … 11928 11928 +void 11929 11929 +delHifDevice(SDDEVICE *handle); 11930 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/htc/ar6k.c11930 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/htc/ar6k.c 11931 11931 =================================================================== 11932 11932 --- /dev/null 11933 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/htc/ar6k.c11933 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/htc/ar6k.c 11934 11934 @@ -0,0 +1,991 @@ 11935 11935 +/* … … 12924 12924 + 12925 12925 + 12926 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/htc/ar6k.h12926 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/htc/ar6k.h 12927 12927 =================================================================== 12928 12928 --- /dev/null 12929 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/htc/ar6k.h12929 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/htc/ar6k.h 12930 12930 @@ -0,0 +1,191 @@ 12931 12931 +/* … … 13120 13120 + 13121 13121 +#endif /*AR6K_H_*/ 13122 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/htc/ar6k_events.c13122 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/htc/ar6k_events.c 13123 13123 =================================================================== 13124 13124 --- /dev/null 13125 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/htc/ar6k_events.c13125 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/htc/ar6k_events.c 13126 13126 @@ -0,0 +1,638 @@ 13127 13127 +/* … … 13763 13763 + 13764 13764 + 13765 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/htc/htc.c13765 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/htc/htc.c 13766 13766 =================================================================== 13767 13767 --- /dev/null 13768 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/htc/htc.c13768 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/htc/htc.c 13769 13769 @@ -0,0 +1,507 @@ 13770 13770 +/* … … 14275 14275 +#endif 14276 14276 +} 14277 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/htc/htc_debug.h14277 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/htc/htc_debug.h 14278 14278 =================================================================== 14279 14279 --- /dev/null 14280 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/htc/htc_debug.h14280 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/htc/htc_debug.h 14281 14281 @@ -0,0 +1,65 @@ 14282 14282 +#ifndef HTC_DEBUG_H_ … … 14345 14345 + 14346 14346 +#endif /*HTC_DEBUG_H_*/ 14347 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/htc/htc_internal.h14347 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/htc/htc_internal.h 14348 14348 =================================================================== 14349 14349 --- /dev/null 14350 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/htc/htc_internal.h14350 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/htc/htc_internal.h 14351 14351 @@ -0,0 +1,168 @@ 14352 14352 +/* … … 14518 14518 + 14519 14519 +#endif /* _HTC_INTERNAL_H_ */ 14520 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/htc/htc_recv.c14520 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/htc/htc_recv.c 14521 14521 =================================================================== 14522 14522 --- /dev/null 14523 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/htc/htc_recv.c14523 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/htc/htc_recv.c 14524 14524 @@ -0,0 +1,703 @@ 14525 14525 +/* … … 15226 15226 + 15227 15227 + 15228 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/htc/htc_send.c15228 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/htc/htc_send.c 15229 15229 =================================================================== 15230 15230 --- /dev/null 15231 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/htc/htc_send.c15231 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/htc/htc_send.c 15232 15232 @@ -0,0 +1,541 @@ 15233 15233 +/* … … 15772 15772 + 15773 15773 +} 15774 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/htc/htc_services.c15774 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/htc/htc_services.c 15775 15775 =================================================================== 15776 15776 --- /dev/null 15777 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/htc/htc_services.c15777 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/htc/htc_services.c 15778 15778 @@ -0,0 +1,403 @@ 15779 15779 +/* … … 16180 16180 + 16181 16181 +} 16182 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/AR6001_regdump.h16182 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/AR6001_regdump.h 16183 16183 =================================================================== 16184 16184 --- /dev/null 16185 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/AR6001_regdump.h16185 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/AR6001_regdump.h 16186 16186 @@ -0,0 +1,100 @@ 16187 16187 +/* … … 16285 16285 + 16286 16286 +#endif /* __AR6000_REGDUMP_H__ */ 16287 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/AR6K_version.h16287 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/AR6K_version.h 16288 16288 =================================================================== 16289 16289 --- /dev/null 16290 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/AR6K_version.h16290 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/AR6K_version.h 16291 16291 @@ -0,0 +1,36 @@ 16292 16292 +#define __VER_MAJOR_ 2 … … 16326 16326 + 16327 16327 + 16328 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/AR6K_version.h.NEW16328 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/AR6K_version.h.NEW 16329 16329 =================================================================== 16330 16330 --- /dev/null 16331 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/AR6K_version.h.NEW16331 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/AR6K_version.h.NEW 16332 16332 @@ -0,0 +1,36 @@ 16333 16333 +#define __VER_MAJOR_ 2 … … 16367 16367 + 16368 16368 + 16369 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/AR6Khwreg.h16369 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/AR6Khwreg.h 16370 16370 =================================================================== 16371 16371 --- /dev/null 16372 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/AR6Khwreg.h16372 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/AR6Khwreg.h 16373 16373 @@ -0,0 +1,147 @@ 16374 16374 +/* … … 16519 16519 + 16520 16520 +#endif /* __AR6KHWREG_H__ */ 16521 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/a_config.h16521 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/a_config.h 16522 16522 =================================================================== 16523 16523 --- /dev/null 16524 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/a_config.h16524 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/a_config.h 16525 16525 @@ -0,0 +1,27 @@ 16526 16526 +#ifndef _A_CONFIG_H_ … … 16551 16551 + 16552 16552 +#endif 16553 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/a_debug.h16553 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/a_debug.h 16554 16554 =================================================================== 16555 16555 --- /dev/null 16556 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/a_debug.h16556 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/a_debug.h 16557 16557 @@ -0,0 +1,41 @@ 16558 16558 +#ifndef _A_DEBUG_H_ … … 16597 16597 + 16598 16598 +#endif 16599 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/a_drv.h16599 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/a_drv.h 16600 16600 =================================================================== 16601 16601 --- /dev/null 16602 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/a_drv.h16602 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/a_drv.h 16603 16603 @@ -0,0 +1,28 @@ 16604 16604 +#ifndef _A_DRV_H_ … … 16630 16630 + 16631 16631 +#endif /* _ADRV_H_ */ 16632 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/a_drv_api.h16632 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/a_drv_api.h 16633 16633 =================================================================== 16634 16634 --- /dev/null 16635 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/a_drv_api.h16635 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/a_drv_api.h 16636 16636 @@ -0,0 +1,185 @@ 16637 16637 +#ifndef _A_DRV_API_H_ … … 16820 16820 + 16821 16821 +#endif 16822 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/a_osapi.h16822 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/a_osapi.h 16823 16823 =================================================================== 16824 16824 --- /dev/null 16825 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/a_osapi.h16825 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/a_osapi.h 16826 16826 @@ -0,0 +1,28 @@ 16827 16827 +#ifndef _A_OSAPI_H_ … … 16853 16853 + 16854 16854 +#endif /* _OSAPI_H_ */ 16855 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/a_types.h16855 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/a_types.h 16856 16856 =================================================================== 16857 16857 --- /dev/null 16858 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/a_types.h16858 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/a_types.h 16859 16859 @@ -0,0 +1,28 @@ 16860 16860 +#ifndef _A_TYPES_H_ … … 16886 16886 + 16887 16887 +#endif /* _ATHTYPES_H_ */ 16888 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/ar6000_api.h16888 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/ar6000_api.h 16889 16889 =================================================================== 16890 16890 --- /dev/null 16891 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/ar6000_api.h16891 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/ar6000_api.h 16892 16892 @@ -0,0 +1,29 @@ 16893 16893 +#ifndef _AR6000_API_H_ … … 16920 16920 +#endif /* _AR6000_API_H */ 16921 16921 + 16922 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/ar6000_diag.h16922 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/ar6000_diag.h 16923 16923 =================================================================== 16924 16924 --- /dev/null 16925 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/ar6000_diag.h16925 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/ar6000_diag.h 16926 16926 @@ -0,0 +1,38 @@ 16927 16927 +/* … … 16963 16963 + 16964 16964 +#endif /*AR6000_DIAG_H_*/ 16965 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/athdefs.h16965 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/athdefs.h 16966 16966 =================================================================== 16967 16967 --- /dev/null 16968 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/athdefs.h16968 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/athdefs.h 16969 16969 @@ -0,0 +1,85 @@ 16970 16970 +#ifndef __ATHDEFS_H__ … … 17053 17053 + 17054 17054 +#endif /* __ATHDEFS_H__ */ 17055 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/athdrv.h17055 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/athdrv.h 17056 17056 =================================================================== 17057 17057 --- /dev/null 17058 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/athdrv.h17058 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/athdrv.h 17059 17059 @@ -0,0 +1,32 @@ 17060 17060 +/* … … 17090 17090 + 17091 17091 +#endif /* _ATHDRV_H_ */ 17092 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/athendpack.h17092 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/athendpack.h 17093 17093 =================================================================== 17094 17094 --- /dev/null 17095 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/athendpack.h17095 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/athendpack.h 17096 17096 @@ -0,0 +1,41 @@ 17097 17097 +/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ … … 17136 17136 +#endif /* WINCE */ 17137 17137 + 17138 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/athstartpack.h17138 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/athstartpack.h 17139 17139 =================================================================== 17140 17140 --- /dev/null 17141 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/athstartpack.h17141 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/athstartpack.h 17142 17142 @@ -0,0 +1,42 @@ 17143 17143 +/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ … … 17183 17183 +#endif /* WINCE */ 17184 17184 + 17185 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/bmi.h17185 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/bmi.h 17186 17186 =================================================================== 17187 17187 --- /dev/null 17188 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/bmi.h17188 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/bmi.h 17189 17189 @@ -0,0 +1,100 @@ 17190 17190 +#ifndef _BMI_H_ … … 17288 17288 + 17289 17289 +#endif /* _BMI_H_ */ 17290 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/bmi_msg.h17290 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/bmi_msg.h 17291 17291 =================================================================== 17292 17292 --- /dev/null 17293 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/bmi_msg.h17293 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/bmi_msg.h 17294 17294 @@ -0,0 +1,199 @@ 17295 17295 +#ifndef __BMI_MSG_H__ … … 17492 17492 + 17493 17493 +#endif /* __BMI_MSG_H__ */ 17494 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/common_drv.h17494 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/common_drv.h 17495 17495 =================================================================== 17496 17496 --- /dev/null 17497 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/common_drv.h17497 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/common_drv.h 17498 17498 @@ -0,0 +1,61 @@ 17499 17499 +/* … … 17558 17558 + 17559 17559 +#endif /*COMMON_DRV_H_*/ 17560 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/dbglog.h17560 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/dbglog.h 17561 17561 =================================================================== 17562 17562 --- /dev/null 17563 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/dbglog.h17563 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/dbglog.h 17564 17564 @@ -0,0 +1,107 @@ 17565 17565 +/* … … 17670 17670 + 17671 17671 +#endif /* _DBGLOG_H_ */ 17672 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/dbglog_api.h17672 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/dbglog_api.h 17673 17673 =================================================================== 17674 17674 --- /dev/null 17675 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/dbglog_api.h17675 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/dbglog_api.h 17676 17676 @@ -0,0 +1,46 @@ 17677 17677 +#ifndef _DBGLOG_API_H_ … … 17721 17721 + 17722 17722 +#endif /* _DBGLOG_API_H_ */ 17723 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/dbglog_id.h17723 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/dbglog_id.h 17724 17724 =================================================================== 17725 17725 --- /dev/null 17726 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/dbglog_id.h17726 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/dbglog_id.h 17727 17727 @@ -0,0 +1,307 @@ 17728 17728 +/* … … 18033 18033 + 18034 18034 +#endif /* _DBGLOG_ID_H_ */ 18035 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/dl_list.h18035 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/dl_list.h 18036 18036 =================================================================== 18037 18037 --- /dev/null 18038 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/dl_list.h18038 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/dl_list.h 18039 18039 @@ -0,0 +1,114 @@ 18040 18040 +/* … … 18152 18152 + 18153 18153 +#endif /* __DL_LIST_H___ */ 18154 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/dset_api.h18154 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/dset_api.h 18155 18155 =================================================================== 18156 18156 --- /dev/null 18157 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/dset_api.h18157 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/dset_api.h 18158 18158 @@ -0,0 +1,63 @@ 18159 18159 +/* … … 18220 18220 + 18221 18221 +#endif /* _DSET_API_H_ */ 18222 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/dset_internal.h18222 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/dset_internal.h 18223 18223 =================================================================== 18224 18224 --- /dev/null 18225 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/dset_internal.h18225 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/dset_internal.h 18226 18226 @@ -0,0 +1,39 @@ 18227 18227 +/* … … 18264 18264 + 18265 18265 +#endif /* __DSET_INTERNAL_H__ */ 18266 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/dsetid.h18266 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/dsetid.h 18267 18267 =================================================================== 18268 18268 --- /dev/null 18269 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/dsetid.h18269 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/dsetid.h 18270 18270 @@ -0,0 +1,110 @@ 18271 18271 +/* … … 18379 18379 + 18380 18380 +#endif /* __DSETID_H__ */ 18381 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/gpio.h18381 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/gpio.h 18382 18382 =================================================================== 18383 18383 --- /dev/null 18384 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/gpio.h18384 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/gpio.h 18385 18385 @@ -0,0 +1,34 @@ 18386 18386 +/* … … 18418 18418 +#define GPIO_LAST_REGISTER_ID GPIO_ID_PIN(17) 18419 18419 +#define GPIO_ID_NONE 0xffffffff 18420 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/gpio_api.h18420 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/gpio_api.h 18421 18421 =================================================================== 18422 18422 --- /dev/null 18423 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/gpio_api.h18423 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/gpio_api.h 18424 18424 @@ -0,0 +1,57 @@ 18425 18425 +#ifndef _GPIO_API_H_ … … 18480 18480 + 18481 18481 +#endif /* _GPIO_API_H_ */ 18482 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/hif.h18482 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/hif.h 18483 18483 =================================================================== 18484 18484 --- /dev/null 18485 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/hif.h18485 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/hif.h 18486 18486 @@ -0,0 +1,291 @@ 18487 18487 +/* … … 18776 18776 + 18777 18777 +#endif /* _HIF_H_ */ 18778 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/host_version.h18778 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/host_version.h 18779 18779 =================================================================== 18780 18780 --- /dev/null 18781 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/host_version.h18781 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/host_version.h 18782 18782 @@ -0,0 +1,49 @@ 18783 18783 +#ifndef _HOST_VERSION_H_ … … 18830 18830 + 18831 18831 +#endif /* _HOST_VERSION_H_ */ 18832 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/htc.h18832 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/htc.h 18833 18833 =================================================================== 18834 18834 --- /dev/null 18835 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/htc.h18835 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/htc.h 18836 18836 @@ -0,0 +1,190 @@ 18837 18837 +/* … … 19025 19025 +#endif /* __HTC_H__ */ 19026 19026 + 19027 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/htc_api.h19027 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/htc_api.h 19028 19028 =================================================================== 19029 19029 --- /dev/null 19030 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/htc_api.h19030 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/htc_api.h 19031 19031 @@ -0,0 +1,436 @@ 19032 19032 +/* … … 19466 19466 + 19467 19467 +#endif /* _HTC_API_H_ */ 19468 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/htc_packet.h19468 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/htc_packet.h 19469 19469 =================================================================== 19470 19470 --- /dev/null 19471 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/htc_packet.h19471 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/htc_packet.h 19472 19472 @@ -0,0 +1,138 @@ 19473 19473 +/* … … 19609 19609 + 19610 19610 +#endif /*HTC_PACKET_H_*/ 19611 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/htc_services.h19611 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/htc_services.h 19612 19612 =================================================================== 19613 19613 --- /dev/null 19614 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/htc_services.h19614 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/htc_services.h 19615 19615 @@ -0,0 +1,37 @@ 19616 19616 +/* … … 19651 19651 + 19652 19652 +#endif /*HTC_SERVICES_H_*/ 19653 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/ieee80211.h19653 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/ieee80211.h 19654 19654 =================================================================== 19655 19655 --- /dev/null 19656 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/ieee80211.h19656 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/ieee80211.h 19657 19657 @@ -0,0 +1,342 @@ 19658 19658 +/*- … … 19998 19998 + 19999 19999 +#endif /* _NET80211_IEEE80211_H_ */ 20000 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/ieee80211_ioctl.h20000 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/ieee80211_ioctl.h 20001 20001 =================================================================== 20002 20002 --- /dev/null 20003 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/ieee80211_ioctl.h20003 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/ieee80211_ioctl.h 20004 20004 @@ -0,0 +1,163 @@ 20005 20005 +/* … … 20166 20166 + 20167 20167 +#endif /* _IEEE80211_IOCTL_H_ */ 20168 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/ieee80211_node.h20168 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/ieee80211_node.h 20169 20169 =================================================================== 20170 20170 --- /dev/null 20171 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/ieee80211_node.h20171 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/ieee80211_node.h 20172 20172 @@ -0,0 +1,77 @@ 20173 20173 +/*- … … 20248 20248 + 20249 20249 +#endif /* _IEEE80211_NODE_H_ */ 20250 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/ini_dset.h20250 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/ini_dset.h 20251 20251 =================================================================== 20252 20252 --- /dev/null 20253 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/ini_dset.h20253 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/ini_dset.h 20254 20254 @@ -0,0 +1,40 @@ 20255 20255 +/* … … 20293 20293 + 20294 20294 +#endif 20295 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/regDb.h20295 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/regDb.h 20296 20296 =================================================================== 20297 20297 --- /dev/null 20298 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/regDb.h20298 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/regDb.h 20299 20299 @@ -0,0 +1,19 @@ 20300 20300 +/* … … 20317 20317 + 20318 20318 +#endif /* __REG_DB_H__ */ 20319 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/regdump.h20319 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/regdump.h 20320 20320 =================================================================== 20321 20321 --- /dev/null 20322 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/regdump.h20322 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/regdump.h 20323 20323 @@ -0,0 +1,33 @@ 20324 20324 +#ifndef __REGDUMP_H__ … … 20355 20355 +#endif /* __ASSEMBLER__ */ 20356 20356 +#endif /* __REGDUMP_H__ */ 20357 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/targaddrs.h20357 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/targaddrs.h 20358 20358 =================================================================== 20359 20359 --- /dev/null 20360 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/targaddrs.h20360 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/targaddrs.h 20361 20361 @@ -0,0 +1,158 @@ 20362 20362 +/* … … 20518 20518 + 20519 20519 +#endif /* __TARGADDRS_H__ */ 20520 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/testcmd.h20520 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/testcmd.h 20521 20521 =================================================================== 20522 20522 --- /dev/null 20523 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/testcmd.h20523 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/testcmd.h 20524 20524 @@ -0,0 +1,144 @@ 20525 20525 +/* … … 20667 20667 + 20668 20668 +#endif /* TESTCMD_H_ */ 20669 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/wlan_api.h20669 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/wlan_api.h 20670 20670 =================================================================== 20671 20671 --- /dev/null 20672 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/wlan_api.h20672 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/wlan_api.h 20673 20673 @@ -0,0 +1,101 @@ 20674 20674 +#ifndef _HOST_WLAN_API_H_ … … 20773 20773 + 20774 20774 +#endif /* _HOST_WLAN_API_H_ */ 20775 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/wlan_dset.h20775 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/wlan_dset.h 20776 20776 =================================================================== 20777 20777 --- /dev/null 20778 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/wlan_dset.h20778 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/wlan_dset.h 20779 20779 @@ -0,0 +1,20 @@ 20780 20780 +/* … … 20798 20798 + 20799 20799 +#endif 20800 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/wmi.h20800 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/wmi.h 20801 20801 =================================================================== 20802 20802 --- /dev/null 20803 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/wmi.h20803 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/wmi.h 20804 20804 @@ -0,0 +1,1739 @@ 20805 20805 +/* … … 21908 21908 + A_INT16 rssi; 21909 21909 + A_UINT8 bssid[ATH_MAC_LEN]; 21910 + //A_UINT32 ieMask;21910 + A_UINT32 ieMask; 21911 21911 +} POSTPACK WMI_BSS_INFO_HDR; 21912 21912 + … … 22542 22542 + 22543 22543 +#endif /* _WMI_H_ */ 22544 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/wmi_api.h22544 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/wmi_api.h 22545 22545 =================================================================== 22546 22546 --- /dev/null 22547 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/wmi_api.h22547 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/wmi_api.h 22548 22548 @@ -0,0 +1,259 @@ 22549 22549 +#ifndef _WMI_API_H_ … … 22806 22806 + 22807 22807 +#endif /* _WMI_API_H_ */ 22808 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/wmix.h22808 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/wmix.h 22809 22809 =================================================================== 22810 22810 --- /dev/null 22811 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/include/wmix.h22811 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/include/wmix.h 22812 22812 @@ -0,0 +1,233 @@ 22813 22813 +/* … … 23044 23044 + 23045 23045 +#endif /* _WMIX_H_ */ 23046 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/miscdrv/common_drv.c23046 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/miscdrv/common_drv.c 23047 23047 =================================================================== 23048 23048 --- /dev/null 23049 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/miscdrv/common_drv.c23049 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/miscdrv/common_drv.c 23050 23050 @@ -0,0 +1,467 @@ 23051 23051 + … … 23516 23516 +} 23517 23517 + 23518 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/miscdrv/credit_dist.c23518 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/miscdrv/credit_dist.c 23519 23519 =================================================================== 23520 23520 --- /dev/null 23521 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/miscdrv/credit_dist.c23521 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/miscdrv/credit_dist.c 23522 23522 @@ -0,0 +1,346 @@ 23523 23523 + … … 23867 23867 +} 23868 23868 + 23869 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/wlan/wlan_node.c23869 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/wlan/wlan_node.c 23870 23870 =================================================================== 23871 23871 --- /dev/null 23872 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/wlan/wlan_node.c23872 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/wlan/wlan_node.c 23873 23873 @@ -0,0 +1,371 @@ 23874 23874 +/*- … … 24243 24243 + IEEE80211_NODE_UNLOCK (nt); 24244 24244 +} 24245 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/wlan/wlan_recv_beacon.c24245 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/wlan/wlan_recv_beacon.c 24246 24246 =================================================================== 24247 24247 --- /dev/null 24248 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/wlan/wlan_recv_beacon.c24248 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/wlan/wlan_recv_beacon.c 24249 24249 @@ -0,0 +1,192 @@ 24250 24250 +/*- … … 24440 24440 + return A_OK; 24441 24441 +} 24442 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/wlan/wlan_utils.c24442 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/wlan/wlan_utils.c 24443 24443 =================================================================== 24444 24444 --- /dev/null 24445 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/wlan/wlan_utils.c24445 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/wlan/wlan_utils.c 24446 24446 @@ -0,0 +1,59 @@ 24447 24447 +/* … … 24504 24504 + return (freq - 5000) / 5; 24505 24505 +} 24506 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/wmi/wmi.c24506 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/wmi/wmi.c 24507 24507 =================================================================== 24508 24508 --- /dev/null 24509 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/wmi/wmi.c24509 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/wmi/wmi.c 24510 24510 @@ -0,0 +1,3921 @@ 24511 24511 +/* … … 28430 28430 +} 28431 28431 + 28432 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/wmi/wmi_doc.h28432 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/wmi/wmi_doc.h 28433 28433 =================================================================== 28434 28434 --- /dev/null 28435 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/wmi/wmi_doc.h28435 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/wmi/wmi_doc.h 28436 28436 @@ -0,0 +1,4421 @@ 28437 28437 +/* … … 32856 32856 +===================================================================== 32857 32857 +#endif 32858 Index: linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/wmi/wmi_host.h32858 Index: linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/wmi/wmi_host.h 32859 32859 =================================================================== 32860 32860 --- /dev/null 32861 +++ linux-2.6.24-rc 7/drivers/sdio/function/wlan/ar6000/wmi/wmi_host.h32861 +++ linux-2.6.24-rc8/drivers/sdio/function/wlan/ar6000/wmi/wmi_host.h 32862 32862 @@ -0,0 +1,71 @@ 32863 32863 +#ifndef _WMI_HOST_H_ -
branches/src/target/kernel/2.6.24.x/patches/atheros_2_0_hcd.patch
r3924 r3929 1 Index: linux-2.6.24-rc 7/drivers/sdio/hcd/Kconfig1 Index: linux-2.6.24-rc8/drivers/sdio/hcd/Kconfig 2 2 =================================================================== 3 3 --- /dev/null 4 +++ linux-2.6.24-rc 7/drivers/sdio/hcd/Kconfig4 +++ linux-2.6.24-rc8/drivers/sdio/hcd/Kconfig 5 5 @@ -0,0 +1,14 @@ 6 6 +config SDIO_S3C24XX … … 18 18 + good luck. 19 19 + 20 Index: linux-2.6.24-rc 7/drivers/sdio/hcd/Makefile20 Index: linux-2.6.24-rc8/drivers/sdio/hcd/Makefile 21 21 =================================================================== 22 22 --- /dev/null 23 +++ linux-2.6.24-rc 7/drivers/sdio/hcd/Makefile23 +++ linux-2.6.24-rc8/drivers/sdio/hcd/Makefile 24 24 @@ -0,0 +1 @@ 25 25 +obj-$(CONFIG_PLAT_S3C24XX) += s3c24xx/ 26 Index: linux-2.6.24-rc 7/drivers/sdio/hcd/s3c24xx/Makefile26 Index: linux-2.6.24-rc8/drivers/sdio/hcd/s3c24xx/Makefile 27 27 =================================================================== 28 28 --- /dev/null 29 +++ linux-2.6.24-rc 7/drivers/sdio/hcd/s3c24xx/Makefile29 +++ linux-2.6.24-rc8/drivers/sdio/hcd/s3c24xx/Makefile 30 30 @@ -0,0 +1,2 @@ 31 31 +obj-$(CONFIG_PLAT_S3C24XX) += sdio_s3c24xx_hcd.o 32 32 +sdio_s3c24xx_hcd-objs := s3c24xx_hcd.o 33 Index: linux-2.6.24-rc 7/drivers/sdio/hcd/s3c24xx/s3c24xx_hcd.c33 Index: linux-2.6.24-rc8/drivers/sdio/hcd/s3c24xx/s3c24xx_hcd.c 34 34 =================================================================== 35 35 --- /dev/null 36 +++ linux-2.6.24-rc 7/drivers/sdio/hcd/s3c24xx/s3c24xx_hcd.c37 @@ -0,0 +1,1 491@@36 +++ linux-2.6.24-rc8/drivers/sdio/hcd/s3c24xx/s3c24xx_hcd.c 37 @@ -0,0 +1,1500 @@ 38 38 +/* 39 39 + * s3c24xx_hcd.c - Samsung S3C MCI driver, Atheros SDIO API compatible. … … 601 601 + struct s3c24xx_hcd_context * context = 602 602 + container_of(work, struct s3c24xx_hcd_context, io_work); 603 + unsigned long flags;604 +605 +// spin_lock_irqsave(&context->lock, flags);606 603 + 607 604 + req = GET_CURRENT_REQUEST(&context->hcd); 608 605 + if (req == NULL) { 609 606 + DBG_PRINT(SDDBG_ERROR, ("%s(): No current request\n", __FUNCTION__)); 610 +// enable_irq(context->io_irq);611 607 + return; 612 608 + } … … 653 649 + context->complete == S3C24XX_HCD_DATA_WRITE) { 654 650 + if (context->dma_en) { 651 + dma_sync_single(NULL, context->io_buffer_dma, 652 + req->BlockCount * req->BlockLen, DMA_BIDIRECTIONAL); 655 653 + 656 654 + s3c2410_dma_ctrl(context->dma_channel, S3C2410_DMAOP_START); 657 655 + 658 +// spin_unlock_irqrestore(&context->lock, flags);659 656 + wait_for_completion(&context->dma_complete); 660 +// spin_lock_irqsave(&context->lock, flags);661 657 + 662 658 + s3c24xx_hcd_dma_complete(context); … … 668 664 + 669 665 + out: 670 +// spin_unlock_irqrestore(&context->lock, flags);671 +672 666 + s3c24xx_hcd_clear_sta(context); 673 667 + s3c24xx_hcd_clear_imask(context); … … 675 669 + writel(0, context->base + S3C2410_SDICMDARG); 676 670 + writel(0, context->base + S3C2410_SDICMDCON); 677 +678 +// spin_unlock_irqrestore(&context->lock, flags);679 671 + 680 672 + SDIO_HandleHcdEvent(&context->hcd, EVENT_HCD_TRANSFER_DONE); … … 785 777 + writel(imask, context->base + S3C2440_SDIIMSK); 786 778 + SDIO_HandleHcdEvent(&context->hcd, EVENT_HCD_SDIO_IRQ_PENDING); 779 + 780 + dsta = readl(context->base + S3C2410_SDIDSTA); 781 + if (dsta & S3C2410_SDIDSTA_SDIOIRQDETECT) { 782 + writel(S3C2410_SDIDSTA_SDIOIRQDETECT, 783 + context->base + S3C2410_SDIDSTA); 784 + SDIO_HandleHcdEvent(&context->hcd, 785 + EVENT_HCD_SDIO_IRQ_PENDING); 786 + } 787 + 788 + 789 + } else { 790 + context->int_pending = 1; 787 791 + } 788 +789 + writel(S3C2410_SDIDSTA_SDIOIRQDETECT, context->base + S3C2410_SDIDSTA);790 792 + } 791 793 + … … 825 827 + 826 828 + if (cmdsta & S3C2410_SDICMDSTAT_RSPFIN || 827 + (IS_SDREQ_WRITE_DATA(req->Flags) && (fsta & S3C2410_SDIFSTA_TFDET)) ||828 + (!IS_SDREQ_WRITE_DATA(req->Flags) && (fsta & S3C2410_SDIFSTA_RFDET))) {829 + (IS_SDREQ_WRITE_DATA(req->Flags) && (fsta & S3C2410_SDIFSTA_TFDET)) || 830 + (!IS_SDREQ_WRITE_DATA(req->Flags) && (fsta & S3C2410_SDIFSTA_RFDET))) { 829 831 + 830 832 + writel(S3C2410_SDICMDSTAT_RSPFIN, context->base + S3C2410_SDICMDSTAT); … … 941 943 + DBG_PRINT(SDDBG_TRACE, ("config SDIO_REARM_INT\n")); 942 944 + spin_lock_irqsave(&context->lock,flags); 945 + 946 + if (context->int_pending) { 947 + context->int_pending = 0; 948 + SDIO_HandleHcdEvent(&context->hcd, 949 + EVENT_HCD_SDIO_IRQ_PENDING); 950 + } 943 951 + 944 952 + context->int_sdio = 1; … … 989 997 + (struct s3c24xx_hcd_context *)hcd->pContext; 990 998 + 991 +// dump_request(context);992 +993 999 + req = GET_CURRENT_REQUEST(hcd); 994 1000 + DBG_ASSERT(req != NULL); … … 1006 1012 + /* Enabling irqs */ 1007 1013 + imask = S3C2410_SDIIMSK_READWAIT; 1008 +// imask = S3C2410_SDIIMSK_READWAIT | S3C2410_SDIIMSK_SDIOIRQ;1009 1014 + 1010 1015 + cmdcon = readl(context->base + S3C2410_SDICMDCON); … … 1061 1066 + 1062 1067 + /* Set data size, and start the transfer */ 1068 + dcon |= S3C2410_SDIDCON_IRQPERIOD; 1063 1069 + if (!(req->DataRemaining % 4)) { 1064 1070 + context->data_size = 4; 1065 1071 + dcon |= S3C2440_SDIDCON_DS_WORD; 1066 + dcon |= (1 << 24);1067 1072 + } else if (!(req->DataRemaining % 2)) { 1068 1073 + context->data_size = 2; … … 1074 1079 + 1075 1080 +#ifdef CONFIG_SDIO_S3C24XX_DMA 1076 + context->dma_en = 1; 1077 +#else 1078 + context->dma_en = 0; 1079 + context->data_size = 1; 1080 + dcon |= S3C2440_SDIDCON_DS_BYTE; 1081 + if (req->DataRemaining > 16) { 1082 + context->dma_en = 1; 1083 + } else 1081 1084 +#endif 1085 + { 1086 + context->dma_en = 0; 1087 + context->data_size = 1; 1088 + dcon |= S3C2440_SDIDCON_DS_BYTE; 1089 + } 1082 1090 + 1083 1091 + if (context->dma_en) { … … 1362 1370 + 1363 1371 + hcd_context.int_sdio = 0; 1372 + hcd_context.int_pending = 0; 1364 1373 + 1365 1374 + spin_lock_init(&hcd_context.lock); … … 1527 1536 +module_init(s3c24xx_hcd_init); 1528 1537 +module_exit(s3c24xx_hcd_exit); 1529 Index: linux-2.6.24-rc 7/drivers/sdio/hcd/s3c24xx/s3c24xx_hcd.h1538 Index: linux-2.6.24-rc8/drivers/sdio/hcd/s3c24xx/s3c24xx_hcd.h 1530 1539 =================================================================== 1531 1540 --- /dev/null 1532 +++ linux-2.6.24-rc 7/drivers/sdio/hcd/s3c24xx/s3c24xx_hcd.h1533 @@ -0,0 +1,6 6@@1541 +++ linux-2.6.24-rc8/drivers/sdio/hcd/s3c24xx/s3c24xx_hcd.h 1542 @@ -0,0 +1,67 @@ 1534 1543 +#ifndef __SDIO_S3C24XX_HCD_H___ 1535 1544 +#define __SDIO_S3C24XX_HCD_H___ … … 1580 1589 + UINT32 int_mask; 1581 1590 + UINT32 int_sdio; /* Do we have SDIO interrupt on ? */ 1591 + UINT32 int_pending; 1582 1592 + 1583 1593 + UINT32 complete; -
branches/src/target/kernel/2.6.24.x/patches/atheros_2_0_sdio_stack.patch
r3847 r3929 1 Index: linux-2.6.24-rc 7/arch/arm/Kconfig1 Index: linux-2.6.24-rc8/arch/arm/Kconfig 2 2 =================================================================== 3 --- linux-2.6.24-rc 7.orig/arch/arm/Kconfig4 +++ linux-2.6.24-rc 7/arch/arm/Kconfig3 --- linux-2.6.24-rc8.orig/arch/arm/Kconfig 4 +++ linux-2.6.24-rc8/arch/arm/Kconfig 5 5 @@ -1064,6 +1064,8 @@ 6 6 … … 12 12 13 13 source "drivers/leds/Kconfig" 14 Index: linux-2.6.24-rc 7/drivers/Kconfig14 Index: linux-2.6.24-rc8/drivers/Kconfig 15 15 =================================================================== 16 --- linux-2.6.24-rc 7.orig/drivers/Kconfig17 +++ linux-2.6.24-rc 7/drivers/Kconfig16 --- linux-2.6.24-rc8.orig/drivers/Kconfig 17 +++ linux-2.6.24-rc8/drivers/Kconfig 18 18 @@ -74,6 +74,8 @@ 19 19 … … 25 25 26 26 source "drivers/leds/Kconfig" 27 Index: linux-2.6.24-rc 7/drivers/Makefile27 Index: linux-2.6.24-rc8/drivers/Makefile 28 28 =================================================================== 29 --- linux-2.6.24-rc 7.orig/drivers/Makefile30 +++ linux-2.6.24-rc 7/drivers/Makefile29 --- linux-2.6.24-rc8.orig/drivers/Makefile 30 +++ linux-2.6.24-rc8/drivers/Makefile 31 31 @@ -77,6 +77,7 @@ 32 32 obj-$(CONFIG_CPU_FREQ) += cpufreq/ … … 37 37 obj-$(CONFIG_INFINIBAND) += infiniband/ 38 38 obj-$(CONFIG_SGI_SN) += sn/ 39 Index: linux-2.6.24-rc 7/drivers/sdio/Kconfig39 Index: linux-2.6.24-rc8/drivers/sdio/Kconfig 40 40 =================================================================== 41 41 --- /dev/null 42 +++ linux-2.6.24-rc 7/drivers/sdio/Kconfig42 +++ linux-2.6.24-rc8/drivers/sdio/Kconfig 43 43 @@ -0,0 +1,17 @@ 44 44 +# … … 59 59 + 60 60 +endmenu 61 Index: linux-2.6.24-rc 7/drivers/sdio/Makefile61 Index: linux-2.6.24-rc8/drivers/sdio/Makefile 62 62 =================================================================== 63 63 --- /dev/null 64 +++ linux-2.6.24-rc 7/drivers/sdio/Makefile64 +++ linux-2.6.24-rc8/drivers/sdio/Makefile 65 65 @@ -0,0 +1,4 @@ 66 66 +#Makefile for SDIO stack … … 68 68 +obj-$(CONFIG_SDIO) += hcd/ 69 69 +obj-$(CONFIG_SDIO) += function/ 70 Index: linux-2.6.24-rc 7/drivers/sdio/stack/Makefile70 Index: linux-2.6.24-rc8/drivers/sdio/stack/Makefile 71 71 =================================================================== 72 72 --- /dev/null 73 +++ linux-2.6.24-rc 7/drivers/sdio/stack/Makefile73 +++ linux-2.6.24-rc8/drivers/sdio/stack/Makefile 74 74 @@ -0,0 +1 @@ 75 75 +obj-$(CONFIG_SDIO) += busdriver/ lib/ 76 76 \ No newline at end of file 77 Index: linux-2.6.24-rc 7/drivers/sdio/stack/busdriver/Makefile77 Index: linux-2.6.24-rc8/drivers/sdio/stack/busdriver/Makefile 78 78 =================================================================== 79 79 --- /dev/null 80 +++ linux-2.6.24-rc 7/drivers/sdio/stack/busdriver/Makefile80 +++ linux-2.6.24-rc8/drivers/sdio/stack/busdriver/Makefile 81 81 @@ -0,0 +1,2 @@ 82 82 +obj-$(CONFIG_SDIO) += sdio_busdriver.o 83 83 +sdio_busdriver-objs := sdio_bus.o sdio_function.o sdio_bus_misc.o sdio_bus_events.o sdio_bus_os.o 84 Index: linux-2.6.24-rc 7/drivers/sdio/stack/busdriver/_busdriver.h84 Index: linux-2.6.24-rc8/drivers/sdio/stack/busdriver/_busdriver.h 85 85 =================================================================== 86 86 --- /dev/null 87 +++ linux-2.6.24-rc 7/drivers/sdio/stack/busdriver/_busdriver.h87 +++ linux-2.6.24-rc8/drivers/sdio/stack/busdriver/_busdriver.h 88 88 @@ -0,0 +1,466 @@ 89 89 +/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ … … 553 553 + 554 554 +#endif /*___BUSDRIVER_H___*/ 555 Index: linux-2.6.24-rc 7/drivers/sdio/stack/busdriver/sdio_bus.c555 Index: linux-2.6.24-rc8/drivers/sdio/stack/busdriver/sdio_bus.c 556 556 =================================================================== 557 557 --- /dev/null 558 +++ linux-2.6.24-rc 7/drivers/sdio/stack/busdriver/sdio_bus.c558 +++ linux-2.6.24-rc8/drivers/sdio/stack/busdriver/sdio_bus.c 559 559 @@ -0,0 +1,2120 @@ 560 560 +/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ … … 2678 2678 + 2679 2679 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ 2680 Index: linux-2.6.24-rc 7/drivers/sdio/stack/busdriver/sdio_bus_events.c2680 Index: linux-2.6.24-rc8/drivers/sdio/stack/busdriver/sdio_bus_events.c 2681 2681 =================================================================== 2682 2682 --- /dev/null 2683 +++ linux-2.6.24-rc 7/drivers/sdio/stack/busdriver/sdio_bus_events.c2684 @@ -0,0 +1,104 4@@2683 +++ linux-2.6.24-rc8/drivers/sdio/stack/busdriver/sdio_bus_events.c 2684 @@ -0,0 +1,1040 @@ 2685 2685 +/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2686 2686 +@file: sdio_bus_events.c … … 3397 3397 + } 3398 3398 + if (pHcd->IrqProcState != SDHCD_IDLE) { 3399 + DBG_PRINT(SDDBG_ERROR, ("-SDIO Bus Driver: Already processing interrupts! (state = %d) \n",3400 + pHcd->IrqProcState));3401 3399 + status = SDIO_STATUS_ERROR; 3402 3400 + status2 = _ReleaseHcdLock(pHcd); … … 3431 3429 + 3432 3430 + if (pHcd->IrqProcState != SDHCD_IDLE) { 3433 + DBG_PRINT(SDDBG_ERROR, ("-SDIO Bus Driver: Already processing interrupts! (state = %d) \n",3434 + pHcd->IrqProcState));3435 3431 + status = SDIO_STATUS_ERROR; 3436 3432 + } else { … … 3727 3723 + 3728 3724 +} 3729 Index: linux-2.6.24-rc 7/drivers/sdio/stack/busdriver/sdio_bus_misc.c3725 Index: linux-2.6.24-rc8/drivers/sdio/stack/busdriver/sdio_bus_misc.c 3730 3726 =================================================================== 3731 3727 --- /dev/null 3732 +++ linux-2.6.24-rc 7/drivers/sdio/stack/busdriver/sdio_bus_misc.c3728 +++ linux-2.6.24-rc8/drivers/sdio/stack/busdriver/sdio_bus_misc.c 3733 3729 @@ -0,0 +1,3122 @@ 3734 3730 +/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ … … 6854 6850 +} 6855 6851 + 6856 Index: linux-2.6.24-rc 7/drivers/sdio/stack/busdriver/sdio_bus_os.c6852 Index: linux-2.6.24-rc8/drivers/sdio/stack/busdriver/sdio_bus_os.c 6857 6853 =================================================================== 6858 6854 --- /dev/null 6859 +++ linux-2.6.24-rc 7/drivers/sdio/stack/busdriver/sdio_bus_os.c6855 +++ linux-2.6.24-rc8/drivers/sdio/stack/busdriver/sdio_bus_os.c 6860 6856 @@ -0,0 +1,832 @@ 6861 6857 +/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ … … 7691 7687 +EXPORT_SYMBOL(SDIO_RegisterFunction); 7692 7688 +EXPORT_SYMBOL(SDIO_UnregisterFunction); 7693 Index: linux-2.6.24-rc 7/drivers/sdio/stack/busdriver/sdio_function.c7689 Index: linux-2.6.24-rc8/drivers/sdio/stack/busdriver/sdio_function.c 7694 7690 =================================================================== 7695 7691 --- /dev/null 7696 +++ linux-2.6.24-rc 7/drivers/sdio/stack/busdriver/sdio_function.c7692 +++ linux-2.6.24-rc8/drivers/sdio/stack/busdriver/sdio_function.c 7697 7693 @@ -0,0 +1,715 @@ 7698 7694 +/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ … … 8411 8407 +} 8412 8408 + 8413 Index: linux-2.6.24-rc 7/drivers/sdio/stack/lib/Makefile8409 Index: linux-2.6.24-rc8/drivers/sdio/stack/lib/Makefile 8414 8410 =================================================================== 8415 8411 --- /dev/null 8416 +++ linux-2.6.24-rc 7/drivers/sdio/stack/lib/Makefile8412 +++ linux-2.6.24-rc8/drivers/sdio/stack/lib/Makefile 8417 8413 @@ -0,0 +1,2 @@ 8418 8414 +obj-$(CONFIG_SDIO) += sdio_lib.o 8419 8415 +sdio_lib-objs := sdio_lib_c.o sdio_lib_os.o 8420 Index: linux-2.6.24-rc 7/drivers/sdio/stack/lib/_sdio_lib.h8416 Index: linux-2.6.24-rc8/drivers/sdio/stack/lib/_sdio_lib.h 8421 8417 =================================================================== 8422 8418 --- /dev/null 8423 +++ linux-2.6.24-rc 7/drivers/sdio/stack/lib/_sdio_lib.h8419 +++ linux-2.6.24-rc8/drivers/sdio/stack/lib/_sdio_lib.h 8424 8420 @@ -0,0 +1,50 @@ 8425 8421 +/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ … … 8473 8469 + 8474 8470 +#endif /* ___SDIO_LIB_H___*/ 8475 Index: linux-2.6.24-rc 7/drivers/sdio/stack/lib/sdio_lib_c.c8471 Index: linux-2.6.24-rc8/drivers/sdio/stack/lib/sdio_lib_c.c 8476 8472 =================================================================== 8477 8473 --- /dev/null 8478 +++ linux-2.6.24-rc 7/drivers/sdio/stack/lib/sdio_lib_c.c8474 +++ linux-2.6.24-rc8/drivers/sdio/stack/lib/sdio_lib_c.c 8479 8475 @@ -0,0 +1,908 @@ 8480 8476 +/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ … … 9386 9382 + 9387 9383 + 9388 Index: linux-2.6.24-rc 7/drivers/sdio/stack/lib/sdio_lib_os.c9384 Index: linux-2.6.24-rc8/drivers/sdio/stack/lib/sdio_lib_os.c 9389 9385 =================================================================== 9390 9386 --- /dev/null 9391 +++ linux-2.6.24-rc 7/drivers/sdio/stack/lib/sdio_lib_os.c9387 +++ linux-2.6.24-rc8/drivers/sdio/stack/lib/sdio_lib_os.c 9392 9388 @@ -0,0 +1,251 @@ 9393 9389 +/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ … … 9642 9638 +EXPORT_SYMBOL(SDLIB_PostMessage); 9643 9639 +EXPORT_SYMBOL(SDLIB_GetMessage); 9644 Index: linux-2.6.24-rc 7/drivers/sdio/stack/platform/Makefile9640 Index: linux-2.6.24-rc8/drivers/sdio/stack/platform/Makefile 9645 9641 =================================================================== 9646 9642 --- /dev/null 9647 +++ linux-2.6.24-rc 7/drivers/sdio/stack/platform/Makefile9643 +++ linux-2.6.24-rc8/drivers/sdio/stack/platform/Makefile 9648 9644 @@ -0,0 +1,2 @@ 9649 9645 +obj-$(CONFIG_SDIO) += sdio_platform.o 9650 9646 +sdio_platform-objs := sdioplatformdriver.o 9651 9647 \ No newline at end of file 9652 Index: linux-2.6.24-rc 7/drivers/sdio/stack/platform/sdioplatformdriver.c9648 Index: linux-2.6.24-rc8/drivers/sdio/stack/platform/sdioplatformdriver.c 9653 9649 =================================================================== 9654 9650 --- /dev/null 9655 +++ linux-2.6.24-rc 7/drivers/sdio/stack/platform/sdioplatformdriver.c9651 +++ linux-2.6.24-rc8/drivers/sdio/stack/platform/sdioplatformdriver.c 9656 9652 @@ -0,0 +1,300 @@ 9657 9653 +/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ … … 9955 9951 + 9956 9952 + 9957 Index: linux-2.6.24-rc 7/include/linux/sdio/_sdio_defs.h9953 Index: linux-2.6.24-rc8/include/linux/sdio/_sdio_defs.h 9958 9954 =================================================================== 9959 9955 --- /dev/null 9960 +++ linux-2.6.24-rc 7/include/linux/sdio/_sdio_defs.h9956 +++ linux-2.6.24-rc8/include/linux/sdio/_sdio_defs.h 9961 9957 @@ -0,0 +1,638 @@ 9962 9958 +/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ … … 10598 10594 + 10599 10595 +#endif 10600 Index: linux-2.6.24-rc 7/include/linux/sdio/ctsystem.h10596 Index: linux-2.6.24-rc8/include/linux/sdio/ctsystem.h 10601 10597 =================================================================== 10602 10598 --- /dev/null 10603 +++ linux-2.6.24-rc 7/include/linux/sdio/ctsystem.h10599 +++ linux-2.6.24-rc8/include/linux/sdio/ctsystem.h 10604 10600 @@ -0,0 +1,115 @@ 10605 10601 +/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ … … 10718 10714 + 10719 10715 +#endif /* __CPSYSTEM_H___ */ 10720 Index: linux-2.6.24-rc 7/include/linux/sdio/ctsystem_linux.h10716 Index: linux-2.6.24-rc8/include/linux/sdio/ctsystem_linux.h 10721 10717 =================================================================== 10722 10718 --- /dev/null 10723 +++ linux-2.6.24-rc 7/include/linux/sdio/ctsystem_linux.h10719 +++ linux-2.6.24-rc8/include/linux/sdio/ctsystem_linux.h 10724 10720 @@ -0,0 +1,983 @@ 10725 10721 +/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ … … 11706 11702 +#endif /* __CPSYSTEM_LINUX_H___ */ 11707 11703 + 11708 Index: linux-2.6.24-rc 7/include/linux/sdio/mmc_defs.h11704 Index: linux-2.6.24-rc8/include/linux/sdio/mmc_defs.h 11709 11705 =================================================================== 11710 11706 --- /dev/null 11711 +++ linux-2.6.24-rc 7/include/linux/sdio/mmc_defs.h11707 +++ linux-2.6.24-rc8/include/linux/sdio/mmc_defs.h 11712 11708 @@ -0,0 +1,103 @@ 11713 11709 +/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ … … 11814 11810 + 11815 11811 +#endif 11816 Index: linux-2.6.24-rc 7/include/linux/sdio/sdio_busdriver.h11812 Index: linux-2.6.24-rc8/include/linux/sdio/sdio_busdriver.h 11817 11813 =================================================================== 11818 11814 --- /dev/null 11819 +++ linux-2.6.24-rc 7/include/linux/sdio/sdio_busdriver.h11815 +++ linux-2.6.24-rc8/include/linux/sdio/sdio_busdriver.h 11820 11816 @@ -0,0 +1,1435 @@ 11821 11817 +/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ … … 13254 13250 +#include "sdio_hcd_defs.h" 13255 13251 +#endif /* __SDIO_BUSDRIVER_H___ */ 13256 Index: linux-2.6.24-rc 7/include/linux/sdio/sdio_hcd_defs.h13252 Index: linux-2.6.24-rc8/include/linux/sdio/sdio_hcd_defs.h 13257 13253 =================================================================== 13258 13254 --- /dev/null 13259 +++ linux-2.6.24-rc 7/include/linux/sdio/sdio_hcd_defs.h13255 +++ linux-2.6.24-rc8/include/linux/sdio/sdio_hcd_defs.h 13260 13256 @@ -0,0 +1,219 @@ 13261 13257 +/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ … … 13478 13474 + 13479 13475 +#endif /* __SDIO_BUSDRIVER_H___ */ 13480 Index: linux-2.6.24-rc 7/include/linux/sdio/sdio_lib.h13476 Index: linux-2.6.24-rc8/include/linux/sdio/sdio_lib.h 13481 13477 =================================================================== 13482 13478 --- /dev/null 13483 +++ linux-2.6.24-rc 7/include/linux/sdio/sdio_lib.h13479 +++ linux-2.6.24-rc8/include/linux/sdio/sdio_lib.h 13484 13480 @@ -0,0 +1,270 @@ 13485 13481 +/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ … … 13753 13749 + 13754 13750 +#endif /* __SDIO_LIB_H___*/ 13755 Index: linux-2.6.24-rc 7/include/linux/sdio/sdlist.h13751 Index: linux-2.6.24-rc8/include/linux/sdio/sdlist.h 13756 13752 =================================================================== 13757 13753 --- /dev/null 13758 +++ linux-2.6.24-rc 7/include/linux/sdio/sdlist.h13754 +++ linux-2.6.24-rc8/include/linux/sdio/sdlist.h 13759 13755 @@ -0,0 +1,141 @@ 13760 13756 +/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Note: See TracChangeset
for help on using the changeset viewer.
