Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
1ca4d0b6b903125b86df0586e5cb3db0b6674bb7
/
drivers
/
net
/
wireless
/
ath
/
ath6kl
/
init.c
1ca4d0b
ath6kl: fix error handling ath6kl_target_config_wlan_params()
by Kalle Valo
· 13 years ago
80fb268
ath6kl: add ath6kl_bmi_read_hi32()
by Kalle Valo
· 13 years ago
24fc32b
ath6kl: add ath6kl_bmi_write_hi32()
by Kalle Valo
· 13 years ago
96f1fad
ath6kl: alignment should match open parenthesis
by Kalle Valo
· 13 years ago
4480bb5
ath6kl: Lower SDIO pad drive strength for hw2.1.1 board
by Raja Mani
· 13 years ago
e8ad9a0
ath6kl: Fix missing release of semaphore in ath6kl_stop_txrx()
by Vasanthakumar Thiagarajan
· 13 years ago
fb1ac2e
ath6kl: add support for AR6003 2048 byte board file
by Prasanna Kumar
· 14 years ago
1b2df40
ath6kl: Update license header
by Vasanthakumar Thiagarajan
· 14 years ago
1b46dc04
ath6kl: fix compiler warning in ath6kl_init_hw_params()
by Kalle Valo
· 14 years ago
5f1127f
ath6kl: fix testmode when fw-2.bin or fw-3.bin is used
by Kalle Valo
· 14 years ago
1d2a445
ath6kl: Fix bug in maintaining aggregation state in AP mode
by Vasanthakumar Thiagarajan
· 14 years ago
d6a434d
ath6kl: create ath6kl_core.ko
by Kalle Valo
· 14 years ago
45eaa78
ath6kl: create core.c
by Kalle Valo
· 14 years ago
f29af97
ath6kl: add ATH6KL_CONF_UART_DEBUG
by Kalle Valo
· 14 years ago
46d33a2
ath6kl: unify cfg80211 init/cleanup functions
by Kalle Valo
· 14 years ago
c25889e
ath6kl: rename vif init and cleanup functions
by Kalle Valo
· 14 years ago
cd23c1c
ath6kl: add testmode 2 for 6003 ART
by Alex Yang
· 14 years ago
a0afd4f
Merge remote branch 'wireless-next/master' into ath6kl-next
by Kalle Valo
· 14 years ago
57adc1f
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 14 years ago
a10e2f2
ath6kl: Add a module parameter to enable uart debug
by Vasanthakumar Thiagarajan
· 14 years ago
bc48ad3
ath6kl: Support for TCP checksum offload to firmware
by Rishi Panjwani
· 14 years ago
65a8b4c
ath6kl: add support for FW API 3
by Kalle Valo
· 14 years ago
c003897
ath6kl: handle firmware names more dynamically
by Kalle Valo
· 14 years ago
3db1cd5
net: fix assignment of 0/1 to bool variables.
by Rusty Russell
· 14 years ago
7e95e365
Merge remote branch 'wireless-next/master' into ath6kl-next
by Kalle Valo
· 14 years ago
39586bf
ath6kl: Support different uart_tx pin and refclk configuration
by Ryan Hsu
· 14 years ago
10509f9
ath6kl: implement scheduled scan
by Kalle Valo
· 14 years ago
277d90f
ath6kl: fix reading of FW IE capabilities
by Kalle Valo
· 14 years ago
7c4ef71
cfg80211: add flags for off-channel capabilities
by Johannes Berg
· 14 years ago
b64de35
ath6kl: Enable multiple vif support
by Vasanthakumar Thiagarajan
· 14 years ago
f143379
ath6kl: Find ar->max_norm_iface in firmware IE parsing
by Vasanthakumar Thiagarajan
· 14 years ago
fb94333
ath6kl: indicate probe-resp offload support
by Arik Nemtsov
· 14 years ago
368b1b0
ath6kl: add firmware IE for maximum number of vifs
by Kalle Valo
· 14 years ago
71f96ee
ath6kl: make maximum number of vifs runtime configurable
by Kalle Valo
· 14 years ago
d1a9421
ath6kl: add firmware filename info to struct ath6kl_hw
by Kalle Valo
· 14 years ago
0d0192ba
ath6kl: use hardware version names consistently
by Kalle Valo
· 14 years ago
293badf
ath6kl: add name field to struct ath6kl_hw
by Kalle Valo
· 14 years ago
03ef025
ath6kl: add firmware IE for board data address
by Kalle Valo
· 14 years ago
0d4d72b
ath6kl: add board address to struct ath6kl_hw
by Kalle Valo
· 14 years ago
856f4b31
ath6kl: move hw version related to parameters to struct
by Kalle Valo
· 14 years ago
f275dc7
ath6kl: remove hw version related parameter defines
by Kalle Valo
· 14 years ago
50e2740
ath6kl: firmware boot fixes for ar6004
by Kalle Valo
· 14 years ago
8277de1
ath6kl: add suspend_cutpower module parameter
by Kalle Valo
· 14 years ago
cf97fa9
ath6kl: don't power down hardware when interface is down
by Kalle Valo
· 14 years ago
11f6e40
ath6kl: Fix lockdep warning
by Vasanthakumar Thiagarajan
· 14 years ago
76a9fbe
ath6kl: add state variable depicting hw/fw state
by Kalle Valo
· 14 years ago
6250aac
ath6kl: print firmware crashes always
by Kalle Valo
· 14 years ago
5fe4dff
ath6kl: power down hardware when interface is down
by Kalle Valo
· 14 years ago
20459ee
ath6kl: separate hardware boot code from module initialisation code
by Kalle Valo
· 14 years ago
61448a9
ath6kl: merge ath6kl_init() to ath6kl_core_init()
by Kalle Valo
· 14 years ago
b2e7569
ath6kl: move power control from sdio to core
by Kalle Valo
· 14 years ago
f783020
ath6kl: Fix compilation error from of.h
by Sangwook Lee
· 14 years ago
cb64a61
ath6kl: use ath6kl_credit prefix consistently
by Kalle Valo
· 14 years ago
fa99e96
ath6kl: use ath6kl prefix in credit functions
by Kalle Valo
· 14 years ago
0ce5944
ath6kl: Initialize target wlan values for every vif
by Vasanthakumar Thiagarajan
· 14 years ago
3226f68a
ath6kl: Add a modparam to enable multi normal interface support
by Vasanthakumar Thiagarajan
· 14 years ago
5505597
ath6kl: Implement add_virtual_intf() and del_virtual_intf()
by Vasanthakumar Thiagarajan
· 14 years ago
7b85832
ath6kl: Configure inteface information at init time
by Vasanthakumar Thiagarajan
· 14 years ago
2792972
ath6kl: Use the other variant of netdev (un)register APIs
by Vasanthakumar Thiagarajan
· 14 years ago
990bd91
ath6kl: Maintain virtual interface in a list
by Vasanthakumar Thiagarajan
· 14 years ago
d66ea4f
ath6kl: Store hw mac address in struct ath6kl
by Vasanthakumar Thiagarajan
· 14 years ago
6db8fa5
ath6kl: Refactor ath6kl_destroy()
by Vasanthakumar Thiagarajan
· 14 years ago
e29f25f
ath6kl: Cleanup parameters in ath6kl_init_control_info() and ath6kl_init_profile_info()
by Vasanthakumar Thiagarajan
· 14 years ago
28ae58d
ath6kl: Remove net_device from ath6kl
by Vasanthakumar Thiagarajan
· 14 years ago
334234b
ath6kl: Maintain firmware interface index in struct ath6kl_vif
by Vasanthakumar Thiagarajan
· 14 years ago
6f2a73f
ath6kl: Move key information to vif structure
by Vasanthakumar Thiagarajan
· 14 years ago
f74bac5
ath6kl: Move channel information to vif structure
by Vasanthakumar Thiagarajan
· 14 years ago
8c8b65e
ath6kl: Move bssid information to vif structure
by Vasanthakumar Thiagarajan
· 14 years ago
f5938f2
ath6kl: Move nw_type to vif structure
by Vasanthakumar Thiagarajan
· 14 years ago
3450334
ath6kl: Move ssid and crypto information to vif structure
by Vasanthakumar Thiagarajan
· 14 years ago
59c9844
ath6kl: Define interface specific states
by Vasanthakumar Thiagarajan
· 14 years ago
108438b
ath6kl: Define an initial vif structure and use it
by Vasanthakumar Thiagarajan
· 14 years ago
dd3751f
ath6kl: Cleanup fw interface type setting
by Vasanthakumar Thiagarajan
· 14 years ago
8dafb70
ath6kl: Refactor wiphy dev and net dev init functions
by Vasanthakumar Thiagarajan
· 14 years ago
be98e3a
ath6kl: Keep wiphy reference in ath6kl structure
by Vasanthakumar Thiagarajan
· 14 years ago
521dffc
ath6kl: Pass ath6kl structure to ath6kl_init() instead of net_device
by Vasanthakumar Thiagarajan
· 14 years ago
bef26a7
ath6kl: fix firmware start address for ar6003 hw2.0
by Kalle Valo
· 14 years ago
cbf49a6
ath6kl: fix struct host_app_area endian handling
by Kalle Valo
· 14 years ago
562a748
nl80211: advertise device AP SME
by Johannes Berg
· 14 years ago
ef54862
ath6kl: fix size_t related warnings
by Kalle Valo
· 14 years ago
c6efe578
wireless/ath6kl: use of module_param requires the inclusion of moduleparam.h
by Stephen Rothwell
· 14 years ago
6bc3643
ath6kl: add debug logs for booting
by Kalle Valo
· 14 years ago
1b4304d
ath6kl: allow firmware to override firmware patch address
by Kalle Valo
· 14 years ago
011a36e
ath6kl: Indicate the roaming capability of the firmware
by Vivek Natarajan
· 14 years ago
457fb04
ath6kl: Remove the unused node table implementation
by Jouni Malinen
· 14 years ago
ac59a2b
ath6kl: Remove auth type fall back in auto authentication mode
by Vasanthakumar Thiagarajan
· 14 years ago
97e0496
ath6kl: add firmware capabilities support
by Kalle Valo
· 14 years ago
8a13748
ath6kl: read reserved ram size from firmware file
by Kalle Valo
· 14 years ago
639d0b8
ath6kl: read firmware start address from hardware
by Kalle Valo
· 14 years ago
991b27e
ath6kl: refactor firmware ext data addr and reserved ram handling size
by Kalle Valo
· 14 years ago
a01ac41
ath6kl: refactor firmware load address code
by Kalle Valo
· 14 years ago
50d4123
ath6kl: add support for firmware API 2 format
by Kalle Valo
· 14 years ago
772c31e
ath6kl: separate firmware fetch from upload
by Kalle Valo
· 14 years ago
92ecbff
ath6kl: query device tree for firmware board-id
by Sam Leffler
· 14 years ago
6bbc7c3
ath6kl: Allow enabling of P2P support
by Jouni Malinen
· 14 years ago
e509044
ath6kl: Add debugfs entry to modify roaming parameters.
by Vivek Natarajan
· 14 years ago
bc07ddb
ath6kl: read fwlog from firmware ring buffer
by Kalle Valo
· 14 years ago
addb44b
ath6kl: cleanup diagnose window read and write functions
by Kalle Valo
· 14 years ago
bdf5396
ath6kl: add firmware log support
by Kalle Valo
· 14 years ago
d748753
ath6kl: Do not enable Probe Request reporting by default
by Jouni Malinen
· 14 years ago
Next »