libertas: remove useless SIOCSIWCOMMIT handler

Marcelo Tosatti mtosatti at redhat.unroutablecom
Tue Jan 2 10:59:16 EST 2007


Commit:     69efc42cf568f2c1c84d965c4e28259a7c03a3ec
Parent:     b93d0141bf2277309baee120e6ab711ac720860d
commit 69efc42cf568f2c1c84d965c4e28259a7c03a3ec
Author:     Marcelo Tosatti <mtosatti at redhat.com>
AuthorDate: Mon Dec 11 19:28:55 2006 -0200
Commit:     Andres Salomon <dilinger at debian.org>
CommitDate: Wed Dec 20 15:43:43 2006 -0500

    libertas: remove useless SIOCSIWCOMMIT handler
    
    It does nada.
    
    Signed-off-by: Marcelo Tosatti <mtosatti at redhat.com>
    (cherry picked from 786b880e8f2a4c4f81c56b5c3130d8685de2e92b commit)
---
 drivers/net/wireless/libertas/wlan_wext.c |   21 +--------------------
 1 files changed, 1 insertions(+), 20 deletions(-)

diff --git a/drivers/net/wireless/libertas/wlan_wext.c b/drivers/net/wireless/libertas/wlan_wext.c
index d3870e5..590cbfd 100644
--- a/drivers/net/wireless/libertas/wlan_wext.c
+++ b/drivers/net/wireless/libertas/wlan_wext.c
@@ -394,25 +394,6 @@ static int get_active_data_rates(wlan_ad
 }
 
 /** 
- *  @brief Commit handler: called after a bunch of SET operations
- *   
- *  @param dev                  A pointer to net_device structure
- *  @param info			A pointer to iw_request_info structure
- *  @param vwrq 		A pointer to iw_param structure
- *  @param extra		A pointer to extra data buf
- *  @return 	   		WLAN_STATUS_SUCCESS --success, otherwise fail
- */
-static int wlan_config_commit(struct net_device *dev,
-			      struct iw_request_info *info,
-			      char *cwrq, char *extra)
-{
-	ENTER();
-
-	LEAVE();
-	return WLAN_STATUS_SUCCESS;
-}
-
-/** 
  *  @brief Get protocol name 
  *   
  *  @param dev                  A pointer to net_device structure
@@ -3091,7 +3072,7 @@ void libertas_get_fwversion(wlan_adapter
  * iwconfig settable callbacks 
  */
 static const iw_handler wlan_handler[] = {
-	(iw_handler) wlan_config_commit,	/* SIOCSIWCOMMIT */
+	(iw_handler) NULL,	/* SIOCSIWCOMMIT */
 	(iw_handler) wlan_get_name,	/* SIOCGIWNAME */
 	(iw_handler) NULL,	/* SIOCSIWNWID */
 	(iw_handler) NULL,	/* SIOCGIWNWID */


More information about the Commits-kernel mailing list