Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249294
b: refs/heads/master
c: b5c60b5
h: refs/heads/master
v: v3
  • Loading branch information
Arend van Spriel authored and Greg Kroah-Hartman committed May 3, 2011
1 parent a7f870d commit e3a5cd1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 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: 09a4847085cb9c1a687940d12cc2b61d86099ad1
refs/heads/master: b5c60b5fdbb3e27fa70f182bba98cdbca02f5c3f
11 changes: 0 additions & 11 deletions trunk/drivers/staging/brcm80211/brcmsmac/wl_mac80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -346,17 +346,6 @@ wl_ops_bss_info_changed(struct ieee80211_hw *hw,
__func__, info->assoc ? "" : "dis");
wlc_associate_upd(wl->wlc, info->assoc);
}
if (changed & BSS_CHANGED_ERP_CTS_PROT) {
/* CTS protection changed */
wiphy_err(wiphy, "%s: use_cts_prot: %s (implement)\n", __func__,
info->use_cts_prot ? "true" : "false");
}
if (changed & BSS_CHANGED_ERP_PREAMBLE) {
/* preamble changed */
wiphy_err(wiphy, "%s: short preamble: %s (implement)\n",
__func__, info->use_short_preamble ? "true" :
"false");
}
if (changed & BSS_CHANGED_ERP_SLOT) {
/* slot timing changed */
if (info->use_short_slot)
Expand Down

0 comments on commit e3a5cd1

Please sign in to comment.