Searched defs:orinoco_private (Results 1 – 2 of 2) sorted by relevance
60 struct orinoco_private { struct63 int (*hard_reset)(struct orinoco_private *); argument64 int (*stop_fw)(struct orinoco_private *, int); argument66 struct ieee80211_supported_band band;67 struct ieee80211_channel channels[14];68 u32 cipher_suites[3];71 spinlock_t lock;72 int hw_unavailable;73 struct work_struct reset_work;76 struct tasklet_struct rx_tasklet;[all …]
2157 int (*hard_reset)(struct orinoco_private *), in alloc_orinocodev()2158 int (*stop_fw)(struct orinoco_private *, int)) in alloc_orinocodev()