index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
Commit message (
Expand
)
Author
Age
Files
Lines
*
libertas: use the common frame control functions
Harvey Harrison
2008-08-29
1
-12
/
+8
*
ath9k: rc.h cleanup
Sujith
2008-08-29
2
-115
/
+125
*
ath9k: Remove sc_lastrx as we don't use it anywhere
Sujith
2008-08-29
2
-6
/
+2
*
ath9k: Do not update frame's duration field
Sujith
2008-08-29
2
-46
/
+11
*
ath9k: Remove more dead code
Sujith
2008-08-29
4
-39
/
+0
*
ath9k: Add LED support
Vasanthakumar Thiagarajan
2008-08-29
5
-46
/
+176
*
p54pci: rx tasklet refactoring
Christian Lamparter
2008-08-29
2
-84
/
+168
*
p54: redo queue numbering
Chr
2008-08-29
2
-10
/
+14
*
p54: take tx_queue's lock in rx_frame_sent
Chr
2008-08-29
1
-1
/
+7
*
p54: fix rssi auto calibration
Christian Lamparter
2008-08-29
2
-52
/
+111
*
wireless: remove unused #include <version.h>
Huang Weiyi
2008-08-29
4
-4
/
+0
*
ath9k: Use mac80211 for multicast power save buffering
Jouni Malinen
2008-08-29
6
-183
/
+82
*
mac80211_hwsim: Add minimal IEEE 802.11n support
Jouni Malinen
2008-08-29
1
-1
/
+15
*
libertas: convert adhoc operations to direct commands
Dan Williams
2008-08-29
7
-400
/
+302
*
libertas: convert CMD_802_11_RADIO_CONTROL to a direct command
Dan Williams
2008-08-29
9
-100
/
+100
*
libertas: convert CMD_802_11_DEAUTHENTICATE to a direct command
Dan Williams
2008-08-29
8
-59
/
+36
*
libertas: convert CMD_802_11_RF_TX_POWER to a direct command
Dan Williams
2008-08-29
8
-114
/
+111
*
ath9k: Add IEEE80211_HW_RX_INCLUDES_FCS to hw flags
Sujith
2008-08-29
6
-36
/
+17
*
ath9k: Use definition from ieee80211.h
Sujith
2008-08-29
1
-9
/
+4
*
ath9k: Miscellaneous fixes
Sujith
2008-08-29
6
-169
/
+79
*
ath9k: Random cleanup
Sujith
2008-08-29
3
-94
/
+83
*
ath9k: Remove remaining occurences of ath_skb_map functions
Sujith
2008-08-29
4
-60
/
+24
*
ath9k: Fix TX control flag use for no ACK and RTS/CTS
Jouni Malinen
2008-08-29
1
-2
/
+2
*
ath9k: Assign seq# when mac80211 requests this
Jouni Malinen
2008-08-29
3
-0
/
+27
*
ath9k: Fix TX status reporting
Jouni Malinen
2008-08-29
1
-2
/
+10
*
ath9k: Updated Beacon generation to use mac80211-style
Jouni Malinen
2008-08-29
3
-50
/
+48
*
ath9k: Allow AP mode to be enabled
Jouni Malinen
2008-08-29
2
-5
/
+26
*
ath9k: Trim struct ath_softc
Sujith
2008-08-29
5
-61
/
+31
*
ath9k: Use ah_curchan and remove sc_curchan which is redundant
Sujith
2008-08-29
4
-15
/
+12
*
ath9k: Use bitfields for sc operations
Sujith
2008-08-29
7
-62
/
+66
*
ath9k: Use a single opmode variable
Sujith
2008-08-29
8
-39
/
+41
*
ath9k: Unused macros, variables
Sujith
2008-08-29
2
-84
/
+50
*
ath9k: Remove ar5416hal and assign default values directly
Sujith
2008-08-29
1
-25
/
+3
*
ath9k: Remove a few unnecessary macros
Sujith
2008-08-29
2
-13
/
+4
*
ath9k: Use bitfields for buffer type
Sujith
2008-08-29
2
-79
/
+83
*
ath9k: RX Filter cleanup
Sujith
2008-08-29
4
-67
/
+21
*
ath9k: Merge reset functions
Sujith
2008-08-29
5
-55
/
+27
*
orinoco: Add MIC on TX and check on RX
David Kilroy
2008-08-22
4
-16
/
+229
*
orinoco: Process bulk of receive interrupt in a tasklet
David Kilroy
2008-08-22
2
-19
/
+100
*
orinoco: Send association events to userspace
David Kilroy
2008-08-22
1
-0
/
+62
*
orinoco: Add WE-18 ioctls for WPA
David Kilroy
2008-08-22
3
-8
/
+554
*
orinoco: Use a macro to define wireless handlers
David Kilroy
2008-08-22
1
-32
/
+34
*
orinoco: Split wevent work thread from wevent sending
David Kilroy
2008-08-22
1
-10
/
+14
*
orinoco: Don't use boolean parameter to record encoding type
David Kilroy
2008-08-22
2
-13
/
+20
*
orinoco: Use extended Agere scans available on 9.x series firmwares
David Kilroy
2008-08-22
4
-44
/
+448
*
orinoco: address checkpatch typedef warning
David Kilroy
2008-08-22
2
-9
/
+10
*
orinoco: Fix transmit for Agere/Lucent with fw 9.x
David Kilroy
2008-08-22
3
-15
/
+46
*
orinoco: Invoke firmware download in main driver
David Kilroy
2008-08-22
10
-156
/
+346
*
orinoco: Extend hermes_dld routines for Agere firmware
David Kilroy
2008-08-22
2
-0
/
+290
*
orinoco: Make firmware download logic more generic
David Kilroy
2008-08-22
3
-72
/
+182
[next]