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
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2012-10-29
11
-94
/
+104
|
\
|
*
ath9k: fix stale pointers potentially causing access to free'd skbs
Felix Fietkau
2012-10-29
1
-0
/
+2
|
*
b43: Fix oops on unload when firmware not found
Larry Finger
2012-10-24
1
-0
/
+4
|
*
mwifiex: clean up scan state on error
Bing Zhao
2012-10-24
1
-2
/
+5
|
*
mwifiex: return -EBUSY if specific scan request cannot be honored
Bing Zhao
2012-10-24
1
-8
/
+5
|
*
brcmfmac: fix potential NULL dereference
Yuanhan Liu
2012-10-24
1
-1
/
+1
|
*
Revert "ath9k_hw: Updated AR9003 tx gain table for 5GHz"
Felix Fietkau
2012-10-24
1
-82
/
+82
|
*
ath9k_htc: Add PID/VID for a Ubiquiti WiFiStation
Mohammed Shafi Shajakhan
2012-10-24
1
-0
/
+1
|
*
rt2x00: usb: fix reset resume
Stanislaw Gruszka
2012-10-24
3
-0
/
+3
|
*
rtlwifi: pass rx setup error code to caller
Christian Lamparter
2012-10-24
1
-1
/
+1
*
|
ath9k: Dump BTCOEX tuning parameters
Rajkumar Manoharan
2012-10-29
3
-1
/
+87
*
|
ath9k_hw: validate MCI stuck after RTC wakeup
Rajkumar Manoharan
2012-10-29
1
-3
/
+3
*
|
ath9k_hw: Fix concurrent tx on lower tx power
Rajkumar Manoharan
2012-10-29
2
-1
/
+6
*
|
ath9k_hw: Enable hw PLL power save for AR9565
Rajkumar Manoharan
2012-10-29
2
-4
/
+4
*
|
ath9k_hw: Enable hw PLL power save for AR9462
Rajkumar Manoharan
2012-10-29
1
-2
/
+2
*
|
ar5523: Add new driver
Pontus Fuchs
2012-10-29
7
-0
/
+2399
*
|
brcmfmac: store IEs per virtual interface
Arend van Spriel
2012-10-29
2
-8
/
+24
*
|
brcmfmac: remove unnecessary macro usage in brcmf_cfg80211_resume()
Arend van Spriel
2012-10-29
1
-1
/
+1
*
|
brcmfmac: add virtual interface support in brcmf_cfg80211_suspend()
Arend van Spriel
2012-10-29
1
-25
/
+28
*
|
brcmfmac: use memset when setting a broadcast mac address
Arend van Spriel
2012-10-29
1
-7
/
+5
*
|
brcmfmac: rename check_sys_up() to check_vif_up()
Arend van Spriel
2012-10-29
1
-24
/
+24
*
|
brcmfmac: remove unused enumeration wl_prof_list
Arend van Spriel
2012-10-29
1
-13
/
+0
*
|
brcmfmac: cleanup brcmf_cfg80211_profile structure
Arend van Spriel
2012-10-29
1
-13
/
+7
*
|
brcmfmac: remove debugfs functionality from wl_cfg80211.c
Arend van Spriel
2012-10-29
2
-45
/
+0
*
|
brcmfmac: separate connection status from scanning status
Arend van Spriel
2012-10-29
2
-120
/
+156
*
|
brcmfmac: use vif struct to check_sys_up() function
Arend van Spriel
2012-10-29
1
-44
/
+59
*
|
brcmfmac: store profile information per virtual interface
Arend van Spriel
2012-10-29
2
-35
/
+34
*
|
brcmfmac: introduce brcmf_cfg80211_vif structure
Arend van Spriel
2012-10-29
3
-62
/
+129
*
|
brcmfmac: remove brcmf_find_bssidx() function
Arend van Spriel
2012-10-29
1
-10
/
+0
*
|
brcmfmac: change parameter list for send_key_to_dongle()
Arend van Spriel
2012-10-29
1
-19
/
+6
*
|
brcmfmac: use fwil for default configuration setup.
Hante Meuleman
2012-10-29
5
-313
/
+167
*
|
brcmfmac: streamline header parse code of sdio glom read
Franky Lin
2012-10-29
1
-112
/
+62
*
|
brcmfmac: use struct brcmf_if as interface object for fwil functions
Arend van Spriel
2012-10-29
3
-155
/
+162
*
|
brcmfmac: add function converting ieee80211_channel to chanspec
Arend van Spriel
2012-10-29
1
-25
/
+27
*
|
brcmfmac: use bssidx from struct brcmf_if for bsscfg specific commands
Arend van Spriel
2012-10-29
3
-36
/
+33
*
|
brcmfmac: rework driver initialization in brcmf_bus_start()
Arend van Spriel
2012-10-29
6
-43
/
+41
*
|
brcmfmac: extend struct brcmf_if with bssidx field
Arend van Spriel
2012-10-29
6
-25
/
+39
*
|
brcmfmac: clean usb download code.
Hante Meuleman
2012-10-29
1
-33
/
+8
*
|
brcmfmac: remove redundant function brcmf_c_mkiovar_bsscfg
Hante Meuleman
2012-10-29
2
-48
/
+0
*
|
brcmfmac: change testmode command to use new firmware interface layer
Hante Meuleman
2012-10-29
3
-58
/
+9
*
|
brcmfmac: remove unused iswl variable.
Hante Meuleman
2012-10-29
4
-14
/
+2
*
|
brcmfmac: refactor firmware interface layer.
Hante Meuleman
2012-10-29
8
-404
/
+577
*
|
carl9170: split up carl9170_handle_mpdu
Christian Lamparter
2012-10-29
1
-13
/
+32
*
|
mwifiex: rx path enhancement to derive priv only once
Avinash Patil
2012-10-29
6
-58
/
+32
*
|
mwifiex: handle extended supported rates IE for AP
Avinash Patil
2012-10-29
1
-1
/
+10
*
|
Revert "mwifiex: retrieve correct max_power information in reg_notifier handler"
Amitkumar Karwar
2012-10-29
1
-3
/
+3
*
|
mwifiex: disable channel filtering for SSID specific scan from user
Amitkumar Karwar
2012-10-29
1
-0
/
+5
*
|
mwifiex: minor cleanup and a fix in scan semaphore usage
Amitkumar Karwar
2012-10-29
5
-20
/
+1
*
|
mwifiex: abort scan upon interface down
Amitkumar Karwar
2012-10-29
4
-10
/
+42
*
|
mwifiex: use LOW_PRIORITY scan flag provided in scan request
Amitkumar Karwar
2012-10-29
2
-3
/
+9
[next]