diff options
author | John W. Linville <linville@tuxdriver.com> | 2010-10-08 15:39:28 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-10-08 15:39:28 -0400 |
commit | e9a68707d736f4f73d7e209885d7b4c5c452b1dc (patch) | |
tree | d9f76964c77c1059483b08436ed060b702b8e25d /drivers/net/wireless/rt2x00/rt2500usb.c | |
parent | dd53df265b1ee7a1fbbc76bb62c3bec2383bbd44 (diff) | |
parent | 15a6321d1c0f8db561932cd99e1b9897981da71f (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem
Conflicts:
Documentation/feature-removal-schedule.txt
drivers/net/wireless/ipw2x00/ipw2200.c
Diffstat (limited to 'drivers/net/wireless/rt2x00/rt2500usb.c')
-rw-r--r-- | drivers/net/wireless/rt2x00/rt2500usb.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2500usb.c b/drivers/net/wireless/rt2x00/rt2500usb.c index 6e94356265b3..93e44c7f3a74 100644 --- a/drivers/net/wireless/rt2x00/rt2500usb.c +++ b/drivers/net/wireless/rt2x00/rt2500usb.c | |||
@@ -1674,10 +1674,15 @@ static int rt2500usb_probe_hw_mode(struct rt2x00_dev *rt2x00dev) | |||
1674 | 1674 | ||
1675 | /* | 1675 | /* |
1676 | * Initialize all hw fields. | 1676 | * Initialize all hw fields. |
1677 | * | ||
1678 | * Don't set IEEE80211_HW_HOST_BROADCAST_PS_BUFFERING unless we are | ||
1679 | * capable of sending the buffered frames out after the DTIM | ||
1680 | * transmission using rt2x00lib_beacondone. This will send out | ||
1681 | * multicast and broadcast traffic immediately instead of buffering it | ||
1682 | * infinitly and thus dropping it after some time. | ||
1677 | */ | 1683 | */ |
1678 | rt2x00dev->hw->flags = | 1684 | rt2x00dev->hw->flags = |
1679 | IEEE80211_HW_RX_INCLUDES_FCS | | 1685 | IEEE80211_HW_RX_INCLUDES_FCS | |
1680 | IEEE80211_HW_HOST_BROADCAST_PS_BUFFERING | | ||
1681 | IEEE80211_HW_SIGNAL_DBM | | 1686 | IEEE80211_HW_SIGNAL_DBM | |
1682 | IEEE80211_HW_SUPPORTS_PS | | 1687 | IEEE80211_HW_SUPPORTS_PS | |
1683 | IEEE80211_HW_PS_NULLFUNC_STACK; | 1688 | IEEE80211_HW_PS_NULLFUNC_STACK; |