|
@@ -7492,6 +7492,10 @@ static int rt2800_probe_hw_mode(struct rt2x00_dev *rt2x00dev)
|
|
|
if (!rt2x00_is_usb(rt2x00dev))
|
|
|
ieee80211_hw_set(rt2x00dev->hw, HOST_BROADCAST_PS_BUFFERING);
|
|
|
|
|
|
+ /* Set MFP if HW crypto is disabled. */
|
|
|
+ if (rt2800_hwcrypt_disabled(rt2x00dev))
|
|
|
+ ieee80211_hw_set(rt2x00dev->hw, MFP_CAPABLE);
|
|
|
+
|
|
|
SET_IEEE80211_DEV(rt2x00dev->hw, rt2x00dev->dev);
|
|
|
SET_IEEE80211_PERM_ADDR(rt2x00dev->hw,
|
|
|
rt2800_eeprom_addr(rt2x00dev,
|