1. 10 8月, 2011 1 次提交
  2. 27 7月, 2011 1 次提交
  3. 27 7月, 2010 1 次提交
  4. 22 11月, 2008 3 次提交
    • R
      wireless: missing include in lib80211.h · a1eb5fe3
      Rami Rosen 提交于
      This patch adds #include <linux/timer.h> in lib80211.h to avoid
      these compilation erros.
      
      > In file included from /work/src/wireless-testing/net/wireless/lib80211.c:24:
      > /work/src/wireless-testing/include/net/lib80211.h:113: error: field
      > 'crypt_deinit_timer' has incomplete type
      > /work/src/wireless-testing/net/wireless/lib80211.c: In function
      > 'lib80211_crypt_info_init':
      > /work/src/wireless-testing/net/wireless/lib80211.c:83: error: implicit
      > declaration of function 'setup_timer'
      > /work/src/wireless-testing/net/wireless/lib80211.c: In function
      > 'lib80211_crypt_info_free':
      > /work/src/wireless-testing/net/wireless/lib80211.c:95: error: implicit
      > declaration of function 'del_timer_sync'
      > /work/src/wireless-testing/net/wireless/lib80211.c: In function
      > 'lib80211_crypt_deinit_handler':
      > /work/src/wireless-testing/net/wireless/lib80211.c:157: error:
      > implicit declaration of function 'add_timer'
      > /work/src/wireless-testing/net/wireless/lib80211.c: In function
      > 'lib80211_crypt_delayed_deinit':
      > /work/src/wireless-testing/net/wireless/lib80211.c:182: error:
      > implicit declaration of function 'timer_pending'
      > make[3]: *** [net/wireless/lib80211.o] Error 1
      > make[2]: *** [net/wireless] Error 2
      > make[1]: *** [net] Error 2
      > make: *** [sub-make] Error 2
      Signed-off-by: NRami Rosen <ramirose@gmail.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      a1eb5fe3
    • J
      2ba4b32e
    • J
      lib80211: absorb crypto bits from net/ieee80211 · 274bfb8d
      John W. Linville 提交于
      These bits are shared already between ipw2x00 and hostap, and could
      probably be shared both more cleanly and with other drivers.  This
      commit simply relocates the code to lib80211 and adjusts the drivers
      appropriately.
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      274bfb8d
  5. 01 11月, 2008 4 次提交