Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228311
b: refs/heads/master
c: 0e49347
h: refs/heads/master
i:
  228309: 30623d9
  228307: e2ee398
  228303: 03db9f2
v: v3
  • Loading branch information
Roland Vossen authored and Greg Kroah-Hartman committed Dec 8, 2010
1 parent 69d717e commit a5d6e1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 1f2fd4531d37553e4613f8f5e79cf199f47a82d2
refs/heads/master: 0e4934748948b5886c965fe56207b41d3abd58e7
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 @@ -749,7 +749,7 @@ struct wlc_info {
ac_bitmap_t apsd_trigger_ac; /* Permissible Acess Category in which APSD Null
* Trigger frames can be send
*/
wlc_ap_info_t *ap;
struct wlc_ap_info *ap;

u8 htphy_membership; /* HT PHY membership */

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 @@ -24,7 +24,7 @@ struct wlc_hw_info;
struct wlc_if;
typedef struct wl_if wl_if_t;
struct ampdu_info;
typedef struct wlc_ap_info wlc_ap_info_t;
struct wlc_ap_info;
typedef struct antsel_info antsel_info_t;
typedef struct bmac_pmq bmac_pmq_t;

Expand Down

0 comments on commit a5d6e1f

Please sign in to comment.