diff options
Diffstat (limited to 'net/mac80211/mesh_plink.c')
| -rw-r--r-- | net/mac80211/mesh_plink.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/mesh_plink.c b/net/mac80211/mesh_plink.c index e2d00cce3c17..0f6c9ca59062 100644 --- a/net/mac80211/mesh_plink.c +++ b/net/mac80211/mesh_plink.c @@ -672,7 +672,7 @@ void mesh_plink_timer(struct timer_list *t)  			break;  		}  		reason = WLAN_REASON_MESH_MAX_RETRIES; -		/* fall through on else */ +		/* fall through */  	case NL80211_PLINK_CNF_RCVD:  		/* confirm timer */  		if (!reason)  |