Fix dubious formatting after "if"

Found by coccinelle.


git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@4160 0192ed92-7a03-0410-a25b-9323aeb14dbd
This commit is contained in:
proski 2011-08-03 01:30:00 +00:00
parent 43b7f2ddee
commit 27d3e317c5
1 changed files with 2 additions and 2 deletions

View File

@ -1799,8 +1799,8 @@ static HAL_BOOL ath_hw_reset(struct ath_softc *sc, HAL_OPMODE opmode,
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) |