3 Aug 2011 03:30
revision 4160 committed
Pavel Roskin <svn-commits <at> madwifi-project.org>
2011-08-03 01:30:00 GMT
2011-08-03 01:30:00 GMT
Project : madwifi Revision : 4160 Author : proski (Pavel Roskin) Date : 2011-08-03 03:30:00 +0200 (Wed, 03 Aug 2011) Log Message : Fix dubious formatting after "if" Found by coccinelle. Affected Files: * madwifi/trunk/ath/if_ath.c updated Modified: madwifi/trunk/ath/if_ath.c =================================================================== --- madwifi/trunk/ath/if_ath.c 2011-08-03 01:22:41 UTC (rev 4159) +++ madwifi/trunk/ath/if_ath.c 2011-08-03 01:30:00 UTC (rev 4160) <at> <at> -1799,8 +1799,8 <at> <at> return ret; /* Do the same as in ath_getchannels() */ - ath_radar_correct_dfs_flags(sc, channel); - + ath_radar_correct_dfs_flags(sc, channel); + /* Restore CHANNEL_DFS_CLEAR and CHANNEL_INTERFERENCE flags */ #define CHANNEL_DFS_FLAGS (CHANNEL_DFS_CLEAR|CHANNEL_INTERFERENCE) channel->privFlags = (channel->privFlags & ~CHANNEL_DFS_FLAGS) | ------------------------------------------------------------------------------(Continue reading)
RSS Feed