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
*
iwlegacy: mark poll bit as unlocked function
Stanislaw Gruszka
2011-11-15
6
-9
/
+8
*
iwlegacy: rename il_{read,write}32 to _il_{rd,wr}
Stanislaw Gruszka
2011-11-15
12
-87
/
+84
*
iwlegacy: remove IL_CRIT
Stanislaw Gruszka
2011-11-15
3
-3
/
+2
*
iwlegacy: remove il argument from IWL_ERR/INFO/WARN/CRIT
Stanislaw Gruszka
2011-11-15
23
-319
/
+319
*
iwlegacy: rename IL_DEBUG_ to D_
Stanislaw Gruszka
2011-11-15
23
-685
/
+685
*
iwlegacy: remove DEBUG_LIMIT
Stanislaw Gruszka
2011-11-15
5
-28
/
+8
*
iwlegacy: remove DEBUG_IO
Stanislaw Gruszka
2011-11-15
3
-197
/
+3
*
iwlegacy: rename iwlegacy to il
Stanislaw Gruszka
2011-11-15
14
-67
/
+67
*
iwlegacy: rename priv to il
Stanislaw Gruszka
2011-11-15
41
-5520
/
+5518
*
iwlegacy: rename iwl to il
Stanislaw Gruszka
2011-11-15
52
-7037
/
+7037
*
iwlegacy: remove tracing
Stanislaw Gruszka
2011-11-15
9
-293
/
+0
*
libertas: release bss references and avoid warning from cfg80211_inform_bss
John W. Linville
2011-11-11
1
-10
/
+15
*
brcmsmac: fix warning in _initvars_srom_pci
John W. Linville
2011-11-11
1
-1
/
+1
*
brcm80211: fmac: release bss struct returned from cfg80211_inform_bss
Franky Lin
2011-11-11
1
-5
/
+13
*
brcm80211: fmac: remove PCMCIA core related code
Franky Lin
2011-11-11
1
-15
/
+0
*
brcm80211: fmac: add function to free the glom skb queue
Arend van Spriel
2011-11-11
1
-20
/
+14
*
brcm80211: util: remove pointer traversal from brcmu_pkt_buf_free_skb
Arend van Spriel
2011-11-11
1
-22
/
+11
*
brcm80211: util: move brcmu_pkttotlen() function to brcmfmac
Arend van Spriel
2011-11-11
3
-17
/
+13
*
brcm80211: smac: combine promiscuous mode functionality
Alwin Beukers
2011-11-11
2
-31
/
+17
*
brcm80211: util: use sk_buff_head in precedence queue functions
Arend van Spriel
2011-11-11
2
-98
/
+39
*
brcm80211: smac: remove usage of brcmu_pkttotlen
Arend van Spriel
2011-11-11
2
-6
/
+4
*
brcm80211: fmac: remove id retrieve code
Franky Lin
2011-11-11
1
-5
/
+0
*
brcm80211: fmac: add resetcore function for bcm4330 chip
Franky Lin
2011-11-11
3
-9
/
+45
*
brcm80211: fmac: add coredisable function for bcm4330 chip
Franky Lin
2011-11-11
3
-44
/
+82
*
brcm80211: fmac: add corerev function for bcm4330 chip
Franky Lin
2011-11-11
2
-6
/
+28
*
brcm80211: fmac: add iscoreup function for bcm4330 chip
Franky Lin
2011-11-11
3
-9
/
+51
*
brcm80211: smac: don't modify sta parameters when adding sta
Alwin Beukers
2011-11-11
1
-7
/
+0
*
brcm80211: smac: remove duplicate definition of D11_PHY_HDR_LEN
Arend van Spriel
2011-11-11
1
-1
/
+0
*
brcm80211: smac: replace own access category definitions with mac80211 enum
Arend van Spriel
2011-11-11
2
-19
/
+24
*
brcm80211: smac: remove code under unused macro definitions
Arend van Spriel
2011-11-11
2
-126
/
+0
*
brcm80211: smac: fix endianess issue for OTP memory access
Arend van Spriel
2011-11-11
1
-0
/
+2
*
iwlagn: move nvm_device_type from iwl_priv to iwl_trans
Don Fry
2011-11-11
4
-16
/
+18
*
iwlagn: Remove dependence of iwl_priv from eeprom routines.
Don Fry
2011-11-11
1
-58
/
+58
*
iwlwifi: fix rate-scaling algorithm for BT combo devices
Venkataraman, Meenakshi
2011-11-11
1
-6
/
+2
*
iwlwifi: add debug information on queue stop / wake
Emmanuel Grumbach
2011-11-11
8
-33
/
+67
*
iwlwifi: remove the use of the QOS debug flag
Emmanuel Grumbach
2011-11-11
2
-3
/
+3
*
iwlagn: don't always split remain-on-channel
Johannes Berg
2011-11-11
1
-0
/
+2
*
iwlagn: convert remain-on-channel duration to TU
Johannes Berg
2011-11-11
1
-1
/
+2
*
iwlwifi: fix unused label in iwl_send_cmd_sync
Emmanuel Grumbach
2011-11-11
1
-1
/
+1
*
iwlwifi: check status before send command
Wey-Yi Guy
2011-11-11
1
-12
/
+14
*
iwlwifi: set "echo" host command length
Wey-Yi Guy
2011-11-11
1
-0
/
+1
*
iwlwifi: Move the core suspend function to iwl-agn-lib
Wey-Yi Guy
2011-11-11
3
-345
/
+365
*
iwlwifi: move station functions to mac80211
Wey-Yi Guy
2011-11-11
3
-75
/
+71
*
iwlwifi: move hw_scan into _mac80211 file
Wey-Yi Guy
2011-11-11
3
-48
/
+46
*
iwlwifi: move more mac80211 callback function
Wey-Yi Guy
2011-11-11
3
-315
/
+308
*
iwlagn: explicitly program P2P QoS parameters
Johannes Berg
2011-11-11
1
-0
/
+28
*
iwlagn: use per-vif AC parameters
Johannes Berg
2011-11-11
1
-16
/
+14
*
iwlwifi: move all mac80211 related functions to one place
Wey-Yi Guy
2011-11-11
4
-1475
/
+1540
*
iwlagn: move ucode files out of the iwl_priv structure
Don Fry
2011-11-11
6
-109
/
+121
*
iwlagn: push knowledge of ucode image lower down
Don Fry
2011-11-11
1
-21
/
+30
[next]