index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
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
*
airo: sanitize handling of WepKeyRid
Al Viro
2008-01-28
1
-39
/
+33
*
airo: sanitize BSSListRid handling
Al Viro
2008-01-28
1
-39
/
+30
*
bap_read()/bap_write() work with fixed-endian buffers
Al Viro
2008-01-28
1
-27
/
+29
*
airo: sanitize handling of SSID_rid
Al Viro
2008-01-28
1
-54
/
+49
*
airo: trivial endianness annotations
Al Viro
2008-01-28
1
-25
/
+26
*
ipw2200: ipw_tx_skb() endianness bug
Al Viro
2008-01-28
1
-1
/
+1
*
ipw2200 fix: ->rt_chbitmask is le16
Al Viro
2008-01-28
1
-2
/
+2
*
ipw2200 fix: struct ieee80211_radiotap_header is little-endian
Al Viro
2008-01-28
1
-9
/
+9
*
ray_cs fixes
Al Viro
2008-01-28
1
-41
/
+26
*
ipw2100 annotations and fixes
Al Viro
2008-01-28
1
-5
/
+5
*
p54common annotations and fixes
Al Viro
2008-01-28
1
-4
/
+4
*
hostap: fix endianness with txdesc->sw_support
Al Viro
2008-01-28
1
-2
/
+2
*
airo: fix writerids() endianness
Al Viro
2008-01-28
1
-2
/
+2
*
airo endianness bug: cap_rid.extSoftCap
Al Viro
2008-01-28
1
-1
/
+2
*
airo: bug in airo_interrupt() handling on incoming 802.11
Al Viro
2008-01-28
1
-51
/
+23
*
airo: fix endianness bug in ->dBm handling
Al Viro
2008-01-28
1
-3
/
+6
*
airo: fix transmit_802_11_packet()
Al Viro
2008-01-28
1
-8
/
+3
*
eliminate byteswapping in struct ieee80211_qos_parameters
Al Viro
2008-01-28
2
-54
/
+45
*
wireless: cleanup some merge errors
John W. Linville
2008-01-28
2
-4
/
+36
*
iwlwifi: skip mac80211 conf during a hardware scan and replay it afterwards
Zhu Yi
2008-01-28
4
-51
/
+15
*
iwlwifi: proper monitor support
Zhu Yi
2008-01-28
6
-261
/
+238
*
libertas: remove check for driver_lock in lbs_interrupt()
David Woodhouse
2008-01-28
1
-5
/
+0
*
libertas: convert SUBSCRIBE_EVENT to a direct command
David Woodhouse
2008-01-28
4
-226
/
+135
*
libertas: change inference about buffer size in lbs_cmd()
David Woodhouse
2008-01-28
1
-6
/
+8
*
libertas: convert ENABLE_RSN to a direct command
David Woodhouse
2008-01-28
5
-54
/
+23
*
libertas: convert SET_WEP to a direct command
David Woodhouse
2008-01-28
5
-59
/
+34
*
libertas: convert SLEEP_PARAMS to a direct command
David Woodhouse
2008-01-28
6
-98
/
+74
*
libertas: convert INACTIVITY_TIMEOUT to a direct command
David Woodhouse
2008-01-28
4
-26
/
+21
*
libertas: convert RADIO_CONTROL to a direct command
David Woodhouse
2008-01-28
3
-52
/
+29
*
libertas: submit RSSI command on tx timeout, to check whether module is dead
David Woodhouse
2008-01-28
1
-0
/
+7
*
libertas: make lbs_submit_command always 'succeed' and set command timer
David Woodhouse
2008-01-28
1
-22
/
+20
*
libertas: discard DEFER responses to commands; let the timeout trigger
David Woodhouse
2008-01-28
1
-0
/
+10
*
libertas: use priv->upld_buf for command responses
David Woodhouse
2008-01-28
4
-30
/
+4
*
libertas: reduce explicit references to priv->cur_cmd->cmdbuf
David Woodhouse
2008-01-28
1
-4
/
+4
*
libertas: Check for PS mode support on USB devices
David Woodhouse
2008-01-28
1
-6
/
+22
*
libertas: allow for PS mode to be disabled when firmware doesn't support it
David Woodhouse
2008-01-28
3
-0
/
+13
*
libertas: handle HOST_AWAKE event by sending WAKEUP_CONFIRM command
David Woodhouse
2008-01-28
3
-1
/
+31
*
libertas: don't clear priv->dnld_sent after sending sleep confirm
David Woodhouse
2008-01-28
1
-1
/
+0
*
libertas: fix buffer handling of PS_MODE commands and responses
David Woodhouse
2008-01-28
2
-3
/
+3
*
libertas: add SLEEP_PERIOD and FW_WAKE_METHOD command definitions
David Woodhouse
2008-01-28
2
-0
/
+16
*
libertas: fix return from lbs_update_channel()
David Woodhouse
2008-01-28
1
-6
/
+10
*
libertas: kill 'addtail' argument to lbs_queue_cmd() and make it static
David Woodhouse
2008-01-28
2
-13
/
+5
*
libertas: handle command timeout in main thread instead of directly in timer
David Woodhouse
2008-01-28
3
-22
/
+38
*
libertas: ensure response buffer size is always set for lbs_cmd_with_response
David Woodhouse
2008-01-28
3
-1
/
+8
*
libertas: add __lbs_cmd_async() for asynchronous command submission
David Woodhouse
2008-01-28
2
-30
/
+36
*
libertas: store command result in cmdnode instead of priv->cur_cmd_retcode
David Woodhouse
2008-01-28
3
-6
/
+8
*
libertas: kill pdata_buf member of struct cmd_ctrl_node
David Woodhouse
2008-01-28
3
-17
/
+14
*
libertas: let __lbs_cmd() free its own cmdnode
David Woodhouse
2008-01-28
1
-1
/
+3
*
libertas: kill cleanup_cmdnode()
David Woodhouse
2008-01-28
1
-22
/
+17
*
libertas: don't re-initialise cmdnode when taking it off the free queue
David Woodhouse
2008-01-28
1
-3
/
+0
[next]