commit dc7a6dfc4fd7ebc75e3a01e3462be9a3ce74dbda Author: Jiri Slaby Date: Mon Jun 25 14:41:27 2007 +0200 i'm the module author diff --git a/ath/if_ath_pci.c b/ath/if_ath_pci.c index 6fffdbd..d62bf6f 100644 --- a/ath/if_ath_pci.c +++ b/ath/if_ath_pci.c @@ -1282,7 +1282,7 @@ static void __exit exit_ath_pci(void) module_init(init_ath_pci); module_exit(exit_ath_pci); -MODULE_AUTHOR("Errno Consulting, Sam Leffler"); +MODULE_AUTHOR("Jiri Slaby"); MODULE_DESCRIPTION("Support for Atheros 802.11 wireless LAN cards."); MODULE_SUPPORTED_DEVICE("Atheros WLAN cards"); MODULE_LICENSE("Dual BSD/GPL");