index
:
kernel_samsung_tuna.git
replicant-4.2
replicant-6.0
kernel/samsung/tuna
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
mac80211
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
mac80211: remove user_power_level from driver API
Johannes Berg
2009-01-29
3
-3
/
+5
*
mac80211: remove unused variable in ieee80211_local (dot11WEPUndecryptableCou...
Rami Rosen
2009-01-29
2
-5
/
+0
*
mac80211: remove an unused definition (MAX_STA_COUNT) in sta_info.h.
Rami Rosen
2009-01-29
1
-2
/
+0
*
mac80211: remove an unused parameter in ieee80211_rx_mgmt_probe_req().
Rami Rosen
2009-01-29
1
-4
/
+2
*
mac80211: remove an unnecessary assignment to info in __ieee80211_tx().
Rami Rosen
2009-01-29
1
-1
/
+0
*
mac80211: Add 802.11h CSA support
Sujith
2009-01-29
5
-1
/
+122
*
mac80211: Allow to set channel in adhoc properly
Alina Friedrichsen
2009-01-29
1
-2
/
+4
*
mac80211: Don't merge if BSSID is set manually
Alina Friedrichsen
2009-01-29
1
-0
/
+1
*
mac80211: Don't scan if BSSID and channel are set manually
Alina Friedrichsen
2009-01-29
1
-0
/
+4
*
mac80211: Disallow to set multicast BSSID
Alina Friedrichsen
2009-01-29
1
-2
/
+7
*
mac80211: clean up set_key callback
Johannes Berg
2009-01-29
1
-26
/
+25
*
mac80211: make wake/stop_queue_by_reason() functions static
Kalle Valo
2009-01-29
1
-4
/
+4
*
mac80211: Fix tx power setting
Vasanthakumar Thiagarajan
2009-01-29
2
-5
/
+4
*
mac80211: no need for ht.enabled
Luis R. Rodriguez
2009-01-29
3
-13
/
+1
*
mac80211: Cancel the power save timer in ieee80211_stop.
Vivek Natarajan
2009-01-29
1
-0
/
+2
*
mac80211: Enhancements to dynamic power save.
Vivek Natarajan
2009-01-29
4
-6
/
+53
*
mac80211: A couple of fixes to dynamic power save.
Vivek Natarajan
2009-01-29
2
-5
/
+7
*
mac80211: Reset the power save timer from master_start_xmit.
Vivek Natarajan
2009-01-29
1
-13
/
+13
*
mac80211: Scale down to non-HT association with TKIP/WEP as pairwise cipher
Vasanthakumar Thiagarajan
2009-01-29
4
-3
/
+22
*
mac80211: fix slot time debug message
Christian Lamparter
2009-01-22
1
-2
/
+2
*
mac80211: decrement ref count to netdev after launching mesh discovery
Brian Cavagnolo
2009-01-22
1
-2
/
+4
*
mac80211: more kernel-doc fixes
Randy Dunlap
2009-01-16
1
-1
/
+0
*
mac80211: fix "‘ret’ may be used uninitialized" warning
John W. Linville
2009-01-13
1
-1
/
+1
*
mac80211: initialize RC data for all mesh links upon allocation
Christian Lamparter
2009-01-12
1
-0
/
+1
*
mac80211: allow mode change if IBSS is not allowed
Pavel Roskin
2009-01-12
1
-1
/
+2
*
minstrel: fix warning if lowest supported rate index is not 0
Christian Lamparter
2009-01-12
1
-4
/
+6
*
mac80211: implement dynamic power save
Kalle Valo
2008-12-19
5
-12
/
+97
*
mac80211: track master queue status
Kalle Valo
2008-12-19
3
-7
/
+93
*
mac80211: enable IEEE80211_CONF_PS only when associated
Kalle Valo
2008-12-19
3
-8
/
+40
*
mac80211: Print unknown packet type in tasklet_handler
Larry Finger
2008-12-19
1
-1
/
+2
*
mac80211: fix a typo in ieee80211_send_assoc() method.
Rami Rosen
2008-12-19
1
-1
/
+1
*
mac80211: Remove radiotap rate-present flag for HT
Jouni Malinen
2008-12-19
1
-2
/
+3
*
mac80211: Send Layer 2 Update frame on reassociation
Jouni Malinen
2008-12-19
1
-2
/
+11
*
mac80211: Add HT rates into RX status reporting
Jouni Malinen
2008-12-19
2
-11
/
+52
*
mac80211: Fix HT channel selection
Sujith
2008-12-19
6
-32
/
+39
*
nl80211: Add signal strength and bandwith to nl80211station info
Henning Rogge
2008-12-19
1
-1
/
+24
*
mac80211: misc cleanups
Rami Rosen
2008-12-12
3
-13
/
+6
*
mac80211: Disable requests for new scans in AP mode
Jouni Malinen
2008-12-12
1
-2
/
+1
*
mac80211: integrate sta_notify_ps cmds into sta_notify
Christian Lamparter
2008-12-12
1
-6
/
+6
*
mac80211/cfg80211: check endianness in sparse runs
Johannes Berg
2008-12-12
1
-0
/
+2
*
mac80211: remove fragmentation offload functionality
Johannes Berg
2008-12-12
2
-9
/
+0
*
mac80211: only create default STA interface if supported
Johannes Berg
2008-12-12
1
-6
/
+8
*
mac80211: remove WARN_ON() from ieee80211_hw_config
Reinette Chatre
2008-12-12
2
-3
/
+15
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-12-05
1
-1
/
+1
|
\
|
*
mac80211: use unaligned safe memcmp() in-place of compare_ether_addr()
Shaddy Baddah
2008-12-05
1
-1
/
+1
*
|
mac80211: tx module cleanup.
Rami Rosen
2008-12-05
1
-8
/
+3
*
|
mac80211: add sta_notify_ps callback
Christian Lamparter
2008-12-05
1
-0
/
+7
*
|
mac80211: accept empty strings for hidden SSIDs
Fabio Rossi
2008-12-05
1
-1
/
+1
*
|
cfg80211: handle SIOCGIWMODE/SIOCSIWMODE
Johannes Berg
2008-12-05
2
-74
/
+6
*
|
cfg80211: handle SIOCGIWNAME
Johannes Berg
2008-12-05
1
-43
/
+1
[prev]
[next]