Searched defs:b43_wl (Results 1 - 1 of 1) sorted by relevance

/drivers/net/wireless/b43/
H A Db43.h708 struct b43_wl;
794 struct b43_wl *wl;
847 /* Devicelist in struct b43_wl (all 802.11 cores) */
861 struct b43_wl { struct
943 static inline struct b43_wl *hw_to_b43_wl(struct ieee80211_hw *hw)
955 static inline int b43_is_mode(struct b43_wl *wl, int type)
964 static inline enum ieee80211_band b43_current_band(struct b43_wl *wl)
1030 __printf(2, 3) void b43info(struct b43_wl *wl, const char *fmt, ...);
1031 __printf(2, 3) void b43err(struct b43_wl *wl, const char *fmt, ...);
1032 __printf(2, 3) void b43warn(struct b43_wl *w
[all...]

Completed in 37 milliseconds