Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-10-10 | [MAC80211]: remove turbo modes | Johannes Berg | 1 | -2/+0 | |
This patch removes all mention of the atheros turbo modes that can't possibly work properly anyway since in some places we don't check for them when we should. I have no idea what the iwlwifi drivers were doing with these but it can't possibly have been correct. Cc: Zhu Yi <[email protected]> Signed-off-by: Johannes Berg <[email protected]> Acked-by: Michael Wu <[email protected]> Signed-off-by: John W. Linville <[email protected]> Signed-off-by: David S. Miller <[email protected]> | |||||
2007-10-10 | [MAC80211]: remove unused ioctls (3) | Johannes Berg | 1 | -4/+0 | |
The ioctls * PRISM2_PARAM_RADAR_DETECT * PRISM2_PARAM_SPECTRUM_MGMT are not used by hostapd or wpa_supplicant, Signed-off-by: Johannes Berg <[email protected]> Acked-by: Michael Wu <[email protected]> Signed-off-by: John W. Linville <[email protected]> Signed-off-by: David S. Miller <[email protected]> | |||||
2007-10-10 | [MAC80211]: remove unused ioctls (2) | Johannes Berg | 1 | -5/+0 | |
The ioctls * PRISM2_PARAM_STA_ANTENNA_SEL * PRISM2_PARAM_TX_POWER_REDUCTION * PRISM2_PARAM_DEFAULT_WEP_ONLY are not used by hostapd or wpa_supplicant. Signed-off-by: Johannes Berg <[email protected]> Acked-by: Michael Wu <[email protected]> Signed-off-by: John W. Linville <[email protected]> Signed-off-by: David S. Miller <[email protected]> | |||||
2007-06-11 | [PATCH] mac80211: fix debugfs tx power reduction output | Johannes Berg | 1 | -1/+1 | |
This patch fixes a typo in mac80211's debugfs.c. Signed-off-by: Johannes Berg <[email protected]> Signed-off-by: John W. Linville <[email protected]> | |||||
2007-05-05 | [MAC80211]: Add debugfs attributes. | Jiri Benc | 1 | -0/+433 | |
Export various mac80211 internal variables through debugfs. Signed-off-by: Jiri Benc <[email protected]> Signed-off-by: John W. Linville <[email protected]> Signed-off-by: David S. Miller <[email protected]> |