Hello ;-) For some time i wanted to do a code cleanup on hw.c since it was getting too big and since i wanted to add updated eeprom code (eg. code from ath_info) wich would make maintenance even worse.
So i splitted hw.c to multiple files for better maintenance and cleaner code. While doing this i chose to rename some functions to maintain a naming scheme, eg. instead of having hw_start_rx_pcu and hw_stop_pcu_recv i renamed hw_stop_pcu_recv to hw_stop_rx_pcu etc. I also added some kernel-doc on some of the functions, placed some TODOs and questions etc. Please take a look and tell me what you think, i'm going to submit this sometime next week... http://www.kernel.org/pub/linux/kernel/people/mickflemm/ath5k-splitted.tar.bz2 -- GPG ID: 0xD21DB2DB As you read this post global entropy rises. Have Fun ;-) Nick _______________________________________________ ath5k-devel mailing list [email protected] https://lists.ath5k.org/mailman/listinfo/ath5k-devel
