fix -Wreturn-type warning
The function doesn't return anything nor does any caller expect anything. Signed-off-by: Andre Heider <a.heider@gmail.com>
This commit is contained in:
parent
311272660d
commit
4aa6c5a45c
1 changed files with 1 additions and 1 deletions
|
@ -3052,7 +3052,7 @@ struct nl80211_modes
|
|||
uint16_t he_phy_cap[6];
|
||||
};
|
||||
|
||||
static int nl80211_eval_modelist(struct nl80211_modes *m)
|
||||
static void nl80211_eval_modelist(struct nl80211_modes *m)
|
||||
{
|
||||
/* Treat any nonzero capability as 11n */
|
||||
if (m->nl_ht > 0)
|
||||
|
|
Loading…
Reference in a new issue