mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-04-02 12:23:49 +00:00
wireless: fix a few sparse warnings
Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
1239cd58d2
commit
2df78167ad
3 changed files with 2 additions and 3 deletions
|
@ -225,7 +225,7 @@ minstrel_get_next_sample(struct minstrel_sta_info *mi)
|
||||||
return sample_ndx;
|
return sample_ndx;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
static void
|
||||||
minstrel_get_rate(void *priv, struct ieee80211_sta *sta,
|
minstrel_get_rate(void *priv, struct ieee80211_sta *sta,
|
||||||
void *priv_sta, struct ieee80211_tx_rate_control *txrc)
|
void *priv_sta, struct ieee80211_tx_rate_control *txrc)
|
||||||
{
|
{
|
||||||
|
|
|
@ -698,7 +698,6 @@ ieee80211_tx_h_fragment(struct ieee80211_tx_data *tx)
|
||||||
left = payload_len - per_fragm;
|
left = payload_len - per_fragm;
|
||||||
for (i = 0; i < num_fragm - 1; i++) {
|
for (i = 0; i < num_fragm - 1; i++) {
|
||||||
struct ieee80211_hdr *fhdr;
|
struct ieee80211_hdr *fhdr;
|
||||||
struct ieee80211_tx_info *info;
|
|
||||||
size_t copylen;
|
size_t copylen;
|
||||||
|
|
||||||
if (left <= 0)
|
if (left <= 0)
|
||||||
|
|
|
@ -638,7 +638,7 @@ static void print_regdomain(const struct ieee80211_regdomain *rd)
|
||||||
print_rd_rules(rd);
|
print_rd_rules(rd);
|
||||||
}
|
}
|
||||||
|
|
||||||
void print_regdomain_info(const struct ieee80211_regdomain *rd)
|
static void print_regdomain_info(const struct ieee80211_regdomain *rd)
|
||||||
{
|
{
|
||||||
printk(KERN_INFO "cfg80211: Regulatory domain: %c%c\n",
|
printk(KERN_INFO "cfg80211: Regulatory domain: %c%c\n",
|
||||||
rd->alpha2[0], rd->alpha2[1]);
|
rd->alpha2[0], rd->alpha2[1]);
|
||||||
|
|
Loading…
Add table
Reference in a new issue