diff options
| author | zf162725 <none@none> | 2007-05-11 03:41:48 -0700 |
|---|---|---|
| committer | zf162725 <none@none> | 2007-05-11 03:41:48 -0700 |
| commit | c1500db945971ce16b2509a64fc04cd590779a2e (patch) | |
| tree | 2a72eb0bb4ede0ef84900a476231599e14049525 /usr/src/uts/common/io/net80211/net80211_output.c | |
| parent | 0eca9a2491ccacd1e43ae395f374369b5d7e3dbe (diff) | |
| download | illumos-gate-c1500db945971ce16b2509a64fc04cd590779a2e.tar.gz | |
6380004 ath RFE: support AR5211 on IBM ThinkPad T40 (pci168c,12)
6522758 Ath failed to connect to Belkin F5D7230-4 AP when it's set to G-Only mode
Diffstat (limited to 'usr/src/uts/common/io/net80211/net80211_output.c')
| -rw-r--r-- | usr/src/uts/common/io/net80211/net80211_output.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/uts/common/io/net80211/net80211_output.c b/usr/src/uts/common/io/net80211/net80211_output.c index d32ab7f88b..22679221fa 100644 --- a/usr/src/uts/common/io/net80211/net80211_output.c +++ b/usr/src/uts/common/io/net80211/net80211_output.c @@ -528,6 +528,8 @@ ieee80211_send_mgmt(ieee80211com_t *ic, ieee80211_node_t *in, int type, int arg) if (!(in->in_capinfo & IEEE80211_CAPINFO_SHORT_SLOTTIME) || !(ic->ic_caps & IEEE80211_C_SHSLOT)) { capinfo &= ~IEEE80211_CAPINFO_SHORT_SLOTTIME; + } else { + capinfo |= IEEE80211_CAPINFO_SHORT_SLOTTIME; } *(uint16_t *)frm = LE_16(capinfo); frm += 2; |
