An error occurred fetching the project authors.
  1. 15 May, 2012 1 commit
    • Randy Dunlap's avatar
      wireless: TI wlxxx depends on MAC80211 · bd28a58f
      Randy Dunlap authored
      wl12xx build fails with many undefined symbol errors when MAC80211
      and CFG80211 are not enabled, so make WLCORE and WL12XX depend
      on MAC80211 (which already depends on CFG80211).
      
      Here are a few of the many build errors:
      
      drivers/built-in.o: In function `wl1271_register_hw':
      main.c:(.text+0x4197cd): undefined reference to `ieee80211_register_hw'
      drivers/built-in.o: In function `wl1271_rx_streaming_timer':
      main.c:(.text+0x419818): undefined reference to `ieee80211_queue_work'
      drivers/built-in.o: In function `wl1271_flush_deferred_work':
      main.c:(.text+0x419910): undefined reference to `ieee80211_rx'
      main.c:(.text+0x419938): undefined reference to `ieee80211_tx_status'
      drivers/built-in.o: In function `wl12xx_op_channel_switch':
      main.c:(.text+0x419afc): undefined reference to `ieee80211_chswitch_done'
      drivers/built-in.o: In function `wl1271_ssid_set':
      drivers/built-in.o: In function `wl1271_event_process':
      event.c:(.text+0x41fec4): undefined reference to `ieee80211_sched_scan_stopped'
      event.c:(.text+0x41ff88): undefined reference to `ieee80211_cqm_rssi_notify'
      event.c:(.text+0x42000d): undefined reference to `ieee80211_stop_rx_ba_session'
      event.c:(.text+0x420048): undefined reference to `ieee80211_stop_rx_ba_session'
      event.c:(.text+0x4200b8): undefined reference to `ieee80211_chswitch_done'
      event.c:(.text+0x4201ae): undefined reference to `ieee80211_find_sta'
      event.c:(.text+0x4201ba): undefined reference to `ieee80211_report_low_ack'
      event.c:(.text+0x42021b): undefined reference to `ieee80211_connection_loss'
      drivers/built-in.o: In function `wl1271_tx_complete_packet':
      tx.c:(.text+0x4206a6): undefined reference to `ieee80211_get_hdrlen_from_skb'
      drivers/built-in.o: In function `wl1271_tx_fill_hdr':
      tx.c:(.text+0x4208ca): undefined reference to `ieee80211_hdrlen'
      drivers/built-in.o: In function `wl1271_handle_tx_low_watermark':
      (.text+0x420e25): undefined reference to `ieee80211_wake_queue'
      drivers/built-in.o: In function `wl12xx_rearm_rx_streaming':
      (.text+0x420ed9): undefined reference to `ieee80211_queue_work'
      drivers/built-in.o: In function `wl1271_tx_work_locked':
      (.text+0x421008): undefined reference to `ieee80211_free_txskb'
      drivers/built-in.o: In function `wl1271_rx_status.clone.2':
      rx.c:(.text+0x421593): undefined reference to `ieee80211_channel_to_frequency'
      drivers/built-in.o: In function `wl1271_ps_filter_frames':
      ps.c:(.text+0x421a41): undefined reference to `ieee80211_tx_status'
      Signed-off-by: default avatarRandy Dunlap <rdunlap@xenotime.net>
      Cc:	Luciano Coelho <coelho@ti.com>
      Cc:	linux-wireless@vger.kernel.org
      Cc:	"John W. Linville" <linville@tuxdriver.com>
      Signed-off-by: default avatarLuciano Coelho <coelho@ti.com>
      bd28a58f
  2. 12 Apr, 2012 3 commits
  3. 11 Oct, 2011 1 commit
  4. 14 Sep, 2011 1 commit
  5. 27 Jun, 2011 1 commit
  6. 19 Apr, 2011 1 commit
  7. 21 Feb, 2011 1 commit
  8. 15 Dec, 2010 2 commits
  9. 22 Nov, 2010 1 commit
  10. 15 Nov, 2010 2 commits
  11. 11 Oct, 2010 1 commit
    • Kalle Valo's avatar
      wl1251: move to it's own directory · 9bc6772e
      Kalle Valo authored
      wl1271 driver is under heavy development but on the other hand the older
      wl1251 driver is currently considered more as a legacy driver. To make it
      easier to develop wl1271 features move wl1251 to it's own directory,
      drivers/net/wireless/wl1251.
      
      There are no functional changes, only moving of files. One regression
      is that Kconfig won't be updated automatically and user needs to enable
      wl1251 manually with an older config file.
      Signed-off-by: default avatarKalle Valo <kvalo@adurom.com>
      Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
      9bc6772e
  12. 21 Sep, 2010 1 commit
  13. 02 Jun, 2010 2 commits
  14. 10 Mar, 2010 1 commit
  15. 09 Mar, 2010 2 commits
  16. 04 Nov, 2009 1 commit
  17. 30 Oct, 2009 1 commit
  18. 23 Sep, 2009 1 commit
    • Randy Dunlap's avatar
      wl12xx: fix kconfig/link errors · 018ae372
      Randy Dunlap authored
      "boolean" converts a module dependency (MAC80211=m) to YES,
      then the WL12XX driver can be built-in instead of only
      modular, which leads to linker errors:
      
      wl1271_main.c:(.text+0x11177d): undefined reference to `ieee80211_frequency_to_channel'
      wl1271_main.c:(.text+0x111adc): undefined reference to `ieee80211_stop_queues'
      wl1271_main.c:(.text+0x112005): undefined reference to `ieee80211_scan_completed'
      (.text+0x1139c8): undefined reference to `ieee80211_scan_completed'
      (.text+0x113bb0): undefined reference to `ieee80211_tx_status'
      (.text+0x113e53): undefined reference to `ieee80211_stop_queues'
      (.text+0x113e8d): undefined reference to `ieee80211_wake_queues'
      (.text+0x113f3b): undefined reference to `ieee80211_tx_status'
      (.text+0x113f60): undefined reference to `ieee80211_tx_status'
      (.text+0x1140f0): undefined reference to `ieee80211_channel_to_frequency'
      (.text+0x114153): undefined reference to `ieee80211_rx'
      wl1271_main.c:(.devinit.text+0xca08): undefined reference to `ieee80211_alloc_hw'
      wl1271_main.c:(.devinit.text+0xccf5): undefined reference to `ieee80211_register_hw'
      wl1271_main.c:(.devinit.text+0xcd6b): undefined reference to `ieee80211_free_hw'
      wl1271_main.c:(.devexit.text+0x1353): undefined reference to `ieee80211_unregister_hw'
      wl1271_main.c:(.devexit.text+0x13c9): undefined reference to `ieee80211_free_hw'
      Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
      Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
      018ae372
  19. 14 Aug, 2009 3 commits
  20. 10 Jul, 2009 1 commit
  21. 11 May, 2009 1 commit
  22. 06 May, 2009 1 commit