aboutsummaryrefslogtreecommitdiff
path: root/at76_usb.h
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2007-03-10 14:50:56 +0100
committerGuido Guenther <agx@bogon.sigxcpu.org>2007-03-10 14:50:56 +0100
commita0fa2d7531c67125440978e22e64e533a3336e72 (patch)
tree35a908a4b1cb479712564a09fb79cc7ccb07ceed /at76_usb.h
parentdd90c968339ddd84c51b966bb78c53ff921198ec (diff)
use C99 array initializers for firmware names
Diffstat (limited to 'at76_usb.h')
-rw-r--r--at76_usb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/at76_usb.h b/at76_usb.h
index 9090f44..56a2695 100644
--- a/at76_usb.h
+++ b/at76_usb.h
@@ -559,7 +559,7 @@ struct at76c503 {
u32 pm_period_us; /* power manag. period (in us ?) - set by iwconfig */
u32 pm_period_beacon; /* power manag. period (in beacon intervals
of the curr_bss) */
- u32 board_type; /* BOARDTYPE_* defined above */
+ u32 board_type; /* BOARDTYPE_* in at76_usb_ids.h */
struct reg_domain const *domain; /* the description of the regulatory domain */