mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6049 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -184,7 +184,7 @@ diff -ur madwifi.old/ath/if_ath_ahb.c madwifi.dev/ath/if_ath_ahb.c
|
|||||||
#endif
|
#endif
|
||||||
+
|
+
|
||||||
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,19)
|
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,19)
|
||||||
+ platform_driver_register(&ahb_wmac_driver);
|
+ platform_driver_unregister(&ahb_wmac_driver);
|
||||||
+#else
|
+#else
|
||||||
exit_ath_wmac(AR531X_WLAN0_NUM);
|
exit_ath_wmac(AR531X_WLAN0_NUM);
|
||||||
exit_ath_wmac(AR531X_WLAN1_NUM);
|
exit_ath_wmac(AR531X_WLAN1_NUM);
|
||||||
|
|||||||
Reference in New Issue
Block a user