Re: [PATCH] iwl3945: added channel sysfs entry
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2008-09-24 08:45:29
Attachments
- signature.asc [application/pgp-signature] 836 bytes
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2008-09-24 08:45:29
On Wed, 2008-09-24 at 13:57 +0800, Zhu Yi wrote:
From: Abhijeet Kolekar <redacted> The patch adds channels sysfs entry for iwl3945. Make it consistent with iwlagn.
I advocate just make it consistent by removing it entirely.
--- a/drivers/net/wireless/iwlwifi/iwl3945-base.c +++ b/drivers/net/wireless/iwlwifi/iwl3945-base.c@@ -7666,8 +7666,60 @@ static DEVICE_ATTR(power_level, S_IWUSR | S_IRUSR, show_power_level, static ssize_t show_channels(struct device *d, struct device_attribute *attr, char *buf) { - /* all this shit doesn't belong into sysfs anyway */
johannes