Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228314
b: refs/heads/master
c: 6cdeaef
h: refs/heads/master
v: v3
  • Loading branch information
Roland Vossen authored and Greg Kroah-Hartman committed Dec 8, 2010
1 parent 05cbd68 commit 51d8efa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d65ddb58325ba2c4fef70f6c9ff542df81e5cdb3
refs/heads/master: 6cdeaef203155bd7f12d362e5345323cfecde58a
2 changes: 1 addition & 1 deletion trunk/drivers/staging/brcm80211/sys/wl_mac80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ struct ieee80211_tkip_data {
u8 rx_hdr[16], tx_hdr[16];
};

#define WL_DEV_IF(dev) ((wl_if_t *)netdev_priv(dev))
#define WL_DEV_IF(dev) ((struct wl_if *)netdev_priv(dev))
#define WL_INFO(dev) ((struct wl_info *)(WL_DEV_IF(dev)->wl))
static int wl_request_fw(struct wl_info *wl, struct pci_dev *pdev);
static void wl_release_fw(struct wl_info *wl);
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/brcm80211/sys/wlc_mac80211.h
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ struct wlc_if {
* AID2PVBMAP(scb).
*/
u8 flags; /* flags for the interface */
wl_if_t *wlif; /* pointer to wlif */
struct wl_if *wlif; /* pointer to wlif */
struct wlc_txq_info *qi; /* pointer to associated tx queue */
union {
struct scb *scb; /* pointer to scb if WLC_IFTYPE_WDS */
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/brcm80211/sys/wlc_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
struct wlc_info;
struct wlc_hw_info;
struct wlc_if;
typedef struct wl_if wl_if_t;
struct wl_if;
struct ampdu_info;
struct wlc_ap_info;
struct antsel_info;
Expand Down

0 comments on commit 51d8efa

Please sign in to comment.