linux/drivers/net/wireless/ath5k
John W. Linville 06501d29ad wireless: fix various printk warnings on ia64 (and others)
drivers/net/wireless/ath5k/base.c: In function `ath5k_check_ibss_tsf':
drivers/net/wireless/ath5k/base.c:1740: warning: long long unsigned int format, u64 arg (arg 5)
drivers/net/wireless/ath5k/base.c:1740: warning: long long unsigned int format, u64 arg (arg 6)
drivers/net/wireless/ath5k/base.c:1740: warning: long long int format, u64 arg (arg 7)
drivers/net/wireless/ath5k/base.c:1740: warning: long long unsigned int format, u64 arg (arg 8)
drivers/net/wireless/ath5k/base.c:1757: warning: long long unsigned int format, u64 arg (arg 5)
drivers/net/wireless/ath5k/base.c:1757: warning: long long unsigned int format, u64 arg (arg 6)
drivers/net/wireless/iwlwifi/iwl4965-base.c: In function `iwl4965_tx_status_reply_tx':
drivers/net/wireless/iwlwifi/iwl4965-base.c:3105: warning: long long unsigned int format, u64 arg (arg 6)
drivers/net/wireless/iwlwifi/iwl-4965.c: In function `iwl4965_rx_reply_rx':
drivers/net/wireless/iwlwifi/iwl-4965.c:3978: warning: long long unsigned int format, u64 arg (arg 7)

Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2008-04-01 17:38:47 -04:00
..
Kconfig ath5k: Port debug.c over to the new band API and enable as build option 2008-02-29 15:19:37 -05:00
Makefile ath5k: Port debug.c over to the new band API and enable as build option 2008-02-29 15:19:37 -05:00
ath5k.h ath5k: move rx and tx status structures out of hardware descriptor 2008-03-07 16:07:49 -05:00
base.c wireless: fix various printk warnings on ia64 (and others) 2008-04-01 17:38:47 -04:00
base.h ath5k: Port debug.c over to the new band API and enable as build option 2008-02-29 15:19:37 -05:00
debug.c wireless: correct warnings from using '%llx' for type 'u64' 2008-03-07 17:09:52 -05:00
debug.h ath5k: move rx and tx status structures out of hardware descriptor 2008-03-07 16:07:49 -05:00
hw.c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 2008-03-18 00:37:55 -07:00
hw.h ath5k: struct ath5k_desc cleanups 2008-03-07 16:07:49 -05:00
initvals.c ath5k: Add RF2413 initial settings 2008-03-07 16:02:57 -05:00
phy.c drivers/net/wireless/ath5k - convert == (true|false) to simple logical tests 2008-03-13 16:02:32 -04:00
reg.h ath5k: Identify RF2413 and deal with PHY_SPENDING 2008-03-07 16:02:58 -05:00
regdom.c
regdom.h