Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278420
b: refs/heads/master
c: 32dfefa
h: refs/heads/master
v: v3
  • Loading branch information
Ben Greear authored and John W. Linville committed Nov 28, 2011
1 parent c2a49b7 commit 907e621
Show file tree
Hide file tree
Showing 2 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: 4e3309ba95f0d642efacfcb972251b07c3d29c27
refs/heads/master: 32dfefac1958b64107aedb7ae81ecc55c09803fb
6 changes: 3 additions & 3 deletions trunk/net/mac80211/ht.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ bool ieee80111_cfg_override_disables_ht40(struct ieee80211_sub_if_data *sdata)
return false;
}

void __check_htcap_disable(struct ieee80211_sub_if_data *sdata,
struct ieee80211_sta_ht_cap *ht_cap,
u16 flag)
static void __check_htcap_disable(struct ieee80211_sub_if_data *sdata,
struct ieee80211_sta_ht_cap *ht_cap,
u16 flag)
{
__le16 le_flag = cpu_to_le16(flag);
if (sdata->u.mgd.ht_capa_mask.cap_info & le_flag) {
Expand Down

0 comments on commit 907e621

Please sign in to comment.