mirror of
https://github.com/adulau/aha.git
synced 2025-01-04 07:03:38 +00:00
Staging: agnx: Fixup agnx.h checkpatch warnings
Signed-off-by: Erik Andrén <erik.andren@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
262d387063
commit
f9a6b62bcf
1 changed files with 7 additions and 7 deletions
|
@ -50,7 +50,7 @@ static const struct ieee80211_rate agnx_rates_80211g[] = {
|
||||||
{ .bitrate = 90, .hw_value = 0xF, },
|
{ .bitrate = 90, .hw_value = 0xF, },
|
||||||
{ .bitrate = 120, .hw_value = 0xA },
|
{ .bitrate = 120, .hw_value = 0xA },
|
||||||
{ .bitrate = 180, .hw_value = 0xE, },
|
{ .bitrate = 180, .hw_value = 0xE, },
|
||||||
// { .bitrate = 240, .hw_value = 0xd, },
|
/* { .bitrate = 240, .hw_value = 0xd, }, */
|
||||||
{ .bitrate = 360, .hw_value = 0xD, },
|
{ .bitrate = 360, .hw_value = 0xD, },
|
||||||
{ .bitrate = 480, .hw_value = 0x8, },
|
{ .bitrate = 480, .hw_value = 0x8, },
|
||||||
{ .bitrate = 540, .hw_value = 0xC, },
|
{ .bitrate = 540, .hw_value = 0xC, },
|
||||||
|
@ -113,7 +113,7 @@ struct agnx_priv {
|
||||||
struct delayed_work periodic_work; /* Periodic tasks like recalibrate */
|
struct delayed_work periodic_work; /* Periodic tasks like recalibrate */
|
||||||
struct ieee80211_low_level_stats stats;
|
struct ieee80211_low_level_stats stats;
|
||||||
|
|
||||||
// unsigned int phymode;
|
/* unsigned int phymode; */
|
||||||
int mode;
|
int mode;
|
||||||
int channel;
|
int channel;
|
||||||
u8 bssid[ETH_ALEN];
|
u8 bssid[ETH_ALEN];
|
||||||
|
|
Loading…
Reference in a new issue