index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
/
ath6kl
/
cfg80211.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
John W. Linville
2011-11-22
1
-0
/
+2
|
\
|
*
drivers/net: Add moduleparam.h to drivers as required.
Paul Gortmaker
2011-10-31
1
-0
/
+2
*
|
ath6kl: Expose ath6kl's WOW capabilities to cfg80211
Raja Mani
2011-11-11
1
-0
/
+10
*
|
ath6kl: Perform WOW resume in RX path in case of SDIO IRQ wake up
Raja Mani
2011-11-11
1
-0
/
+28
*
|
ath6kl: Invoke WOW suspend/resume calls during PM operation
Raja Mani
2011-11-11
1
-0
/
+28
*
|
ath6kl: Move ath6kl_cfg80211_stop() call specific to deep sleep and cut pwr
Raja Mani
2011-11-11
1
-2
/
+6
*
|
ath6kl: Include new parameter in suspend path for wowlan
Raja Mani
2011-11-11
1
-2
/
+3
*
|
ath6kl: Add WOW suspend/resume implementation
Raja Mani
2011-11-11
1
-0
/
+109
*
|
ath6kl: Do not hide ath6kl_wmi_addkey_cmd() error values
Jouni Malinen
2011-11-11
1
-24
/
+13
*
|
ath6kl: Fix key configuration to copy at most seq_len from seq
Jouni Malinen
2011-11-11
1
-3
/
+5
*
|
ath6kl: Fix lockdep warning
Vasanthakumar Thiagarajan
2011-11-11
1
-4
/
+4
*
|
ath6kl: cut power during suspend
Kalle Valo
2011-11-11
1
-0
/
+31
*
|
ath6kl: add state variable depicting hw/fw state
Kalle Valo
2011-11-11
1
-5
/
+23
*
|
ath6kl: implement ath6kl_cfg80211_suspend()
Kalle Valo
2011-11-11
1
-4
/
+42
*
|
ath6kl: reset CONNECT_PEND and CONNECTED flags in ath6kl_cfg80211_stop()
Kalle Valo
2011-11-11
1
-0
/
+2
*
|
ath6kl: create ath6kl_cfg80211_stop()
Kalle Valo
2011-11-11
1
-0
/
+49
*
|
ath6kl: add aborted parameter to ath6kl_cfg80211_scan_complete_event()
Kalle Valo
2011-11-11
1
-8
/
+4
*
|
ath6kl: don't use cfg80211_scan_request after cfg80211_scan_done()
Kalle Valo
2011-11-11
1
-2
/
+4
*
|
ath6kl: Report unique remain-on-channel cookie values
Jouni Malinen
2011-11-11
1
-2
/
+9
*
|
ath6kl: add support for WPS
Aarthi Thiruvengadam
2011-11-11
1
-0
/
+18
*
|
ath6kl: Use appropriate wdev from vif
Vasanthakumar Thiagarajan
2011-11-11
1
-10
/
+7
*
|
ath6kl: Add a modparam to enable multi normal interface support
Vasanthakumar Thiagarajan
2011-11-11
1
-1
/
+22
*
|
ath6kl: Implement add_virtual_intf() and del_virtual_intf()
Vasanthakumar Thiagarajan
2011-11-11
1
-2
/
+121
*
|
ath6kl: Use the other variant of netdev (un)register APIs
Vasanthakumar Thiagarajan
2011-11-11
1
-11
/
+4
*
|
ath6kl: Maintain virtual interface in a list
Vasanthakumar Thiagarajan
2011-11-11
1
-25
/
+41
*
|
ath6kl: Introduce spinlock to protect vif specific information
Vasanthakumar Thiagarajan
2011-11-11
1
-0
/
+1
*
|
ath6kl: Refactor ath6kl_destroy()
Vasanthakumar Thiagarajan
2011-11-11
1
-8
/
+0
*
|
ath6kl: Cleanup parameters in ath6kl_init_control_info() and ath6kl_init_prof...
Vasanthakumar Thiagarajan
2011-11-11
1
-1
/
+1
*
|
ath6kl: Remove net_device from ath6kl
Vasanthakumar Thiagarajan
2011-11-11
1
-1
/
+0
*
|
ath6kl: Take vif information from wmi event
Vasanthakumar Thiagarajan
2011-11-11
1
-61
/
+44
*
|
ath6kl: Maintain firmware interface index in struct ath6kl_vif
Vasanthakumar Thiagarajan
2011-11-11
1
-52
/
+73
*
|
ath6kl: Make net and target stats vif specific
Vasanthakumar Thiagarajan
2011-11-11
1
-10
/
+10
*
|
ath6kl: Move few more vif specific information to struct ath6kl_vif
Vasanthakumar Thiagarajan
2011-11-11
1
-12
/
+13
*
|
ath6kl: Move scan_req info and sme_state to vif
Vasanthakumar Thiagarajan
2011-11-11
1
-22
/
+27
*
|
ath6kl: Move disconnect timer to vif structure
Vasanthakumar Thiagarajan
2011-11-11
1
-5
/
+4
*
|
ath6kl: Move aggregation information to vif structure
Vasanthakumar Thiagarajan
2011-11-11
1
-6
/
+4
*
|
ath6kl: Move key information to vif structure
Vasanthakumar Thiagarajan
2011-11-11
1
-9
/
+12
*
|
ath6kl: Move channel information to vif structure
Vasanthakumar Thiagarajan
2011-11-11
1
-7
/
+7
*
|
ath6kl: Move bssid information to vif structure
Vasanthakumar Thiagarajan
2011-11-11
1
-11
/
+16
*
|
ath6kl: Move nw_type to vif structure
Vasanthakumar Thiagarajan
2011-11-11
1
-20
/
+22
*
|
ath6kl: Move ssid and crypto information to vif structure
Vasanthakumar Thiagarajan
2011-11-11
1
-79
/
+96
*
|
ath6kl: Define interface specific states
Vasanthakumar Thiagarajan
2011-11-11
1
-24
/
+42
*
|
ath6kl: Define an initial vif structure and use it
Vasanthakumar Thiagarajan
2011-11-11
1
-17
/
+24
*
|
ath6kl: Refactor wiphy dev and net dev init functions
Vasanthakumar Thiagarajan
2011-11-11
1
-21
/
+125
*
|
ath6kl: Keep wiphy reference in ath6kl structure
Vasanthakumar Thiagarajan
2011-11-11
1
-25
/
+25
*
|
ath6kl: Allow CCKM AKM and KRK to be configured
Jouni Malinen
2011-11-11
1
-0
/
+14
*
|
ath6kl: Add WSC IE on the associate message
Kevin Fang
2011-11-11
1
-0
/
+53
*
|
ath6kl: make sure WLAN power save is enabled during suspend
Chilam Ng
2011-11-11
1
-0
/
+8
*
|
ath6kl: Enable force foreground scan in connected state
Vasanthakumar Thiagarajan
2011-11-11
1
-1
/
+5
*
|
cfg80211/mac80211: allow management TX to not wait for ACK
Johannes Berg
2011-11-09
1
-1
/
+2
|
/
[next]