1. 14 10月, 2015 1 次提交
  2. 18 8月, 2015 2 次提交
    • T
      rtlwifi: rtl8192cu: Remove and replace routine in hw.c and mac.c · 9ff4b6de
      Taehee Yoo 提交于
      I remove duplicated routines which related rtl92cu_set_hw_reg().
      
      1. rtl92c_set_qos() and HW_VAR_AC_PARAM routine are similar code.
      so i replace code with rtlpriv->cfg->ops->set_hw_reg().
      
      2. rtl92c_set_mac_addr() and 'HW_VAR_ETHER_ADDR' case at
      rtl92cu_set_hw_reg() routine are similar code.
      so i removed rtl92c_set_mac_addr() function.
      also it was not used anywhere.
      
      3. remove HW_VAR_ACM_CTRL routine in rtl92cu_set_hw_reg().
      if rtl_usb->acm_method is not EACMWAY2_SW, HW_VAR_ACM_CTRL is called
      from HW_VAR_AC_PARAM. but it never called. because acm_method is always
      EACMWAY2_SW. so i remove acm_method check routine
      and HW_VAR_ACM_CTRL routine.
      
      both usb and pci interface is not used HW_VAR_ACM_CTRL.
      but i can't test pci interface module, so i didn't modify pci code.
      Signed-off-by: NTaehee Yoo <ap420073@gmail.com>
      Signed-off-by: NKalle Valo <kvalo@codeaurora.org>
      9ff4b6de
    • T
      rtlwifi: rtl8192cu: remove duplicated routine in hw.c and mac.c · bf27cea4
      Taehee Yoo 提交于
      rtl92c_set_xxx_filter is same routine with rtl92cu_set_hw_reg.
      so i remove those functions that are rtl92c_set_xxx_filter.
      (rtl92c_get_xxx_filter is also same reason.)
      also i add code updating struct rtl_mac member variable in the
      rtl92cu_set_hw_reg.
      after that, no more _update_mac_setting is not useful. thus i remove that.
      Signed-off-by: NTaehee Yoo <ap420073@gmail.com>
      Signed-off-by: NKalle Valo <kvalo@codeaurora.org>
      bf27cea4
  3. 15 6月, 2015 1 次提交
  4. 26 5月, 2015 1 次提交
  5. 25 1月, 2012 1 次提交
  6. 21 9月, 2011 1 次提交
  7. 25 8月, 2011 1 次提交
  8. 22 2月, 2011 1 次提交
新手
引导
客服 返回
顶部