index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drivers/net: Remove boolean comparisons to true/false
Joe Perches
2012-02-13
26
-77
/
+66
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-02-11
7
-12
/
+43
|
\
|
*
zd1211rw: firmware needs duration_id set to zero for non-pspoll frames
Tomas Vanek
2012-02-07
1
-0
/
+8
|
*
ath9k_hw: fix a RTS/CTS timeout regression
Felix Fietkau
2012-02-06
1
-2
/
+5
|
*
ath9k: fix a WEP crypto related regression
Felix Fietkau
2012-02-06
1
-0
/
+8
|
*
mwifiex: add NULL checks in driver unload path
Amitkumar Karwar
2012-02-06
2
-5
/
+10
|
*
ath9k: Fix kernel panic during driver initilization
Mohammed Shafi Shajakhan
2012-02-03
1
-4
/
+5
|
*
mwifiex: handle association failure case correctly
Amitkumar Karwar
2012-02-03
1
-1
/
+7
|
*
ath9k: use WARN_ON_ONCE in ath_rc_get_highest_rix
John W. Linville
2012-02-03
1
-1
/
+1
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2012-02-06
224
-3627
/
+3837
|
\
\
|
*
|
rtlwifi: Convert to asynchronous firmware load
Larry Finger
2012-01-30
20
-164
/
+194
|
*
|
ath9k: Print the correct channel mode
Sujith Manoharan
2012-01-30
1
-3
/
+1
|
*
|
ath9k_htc: Load firmware asynchronously
Sujith Manoharan
2012-01-30
2
-56
/
+101
|
*
|
iwlwifi: always restrict scan dwell in P2P
Johannes Berg
2012-01-30
1
-3
/
+18
|
*
|
iwlwifi: add option to disalbe LED
Wey-Yi Guy
2012-01-30
3
-1
/
+7
|
*
|
iwlwifi: fix uCode event tracing
Johannes Berg
2012-01-30
3
-32
/
+76
|
*
|
iwlwifi: fix typo
Wey-Yi Guy
2012-01-30
1
-4
/
+4
|
*
|
rtlwifi: Move pr_fmt macros to a single location
Larry Finger
2012-01-30
19
-47
/
+21
|
*
|
ath9k: use WARN_ON_ONCE in ath_rc_get_highest_rix
John W. Linville
2012-01-30
1
-1
/
+1
|
*
|
mwl8k: Configuring correct MAC address in broadcast key
Yogesh Ashok Powar
2012-01-27
1
-1
/
+1
|
*
|
mwifiex: update BSS parameters in dump_station_info()
Amitkumar Karwar
2012-01-27
3
-0
/
+24
|
*
|
mwifiex: pass priv pointer instead of adapter
Avinash Patil
2012-01-27
3
-7
/
+5
|
*
|
rt2800usb: remove PWR_PIN_CFG=0x3 during init
Stanislaw Gruszka
2012-01-27
1
-2
/
+0
|
*
|
rt2800: zero MAC_SYS_CTRL bits during BBP and MAC reset
Stanislaw Gruszka
2012-01-27
2
-2
/
+2
|
*
|
rt2800: disable DMA after firmware load
Stanislaw Gruszka
2012-01-27
1
-12
/
+9
|
*
|
rt2800usb: initialize H2M_INT_SRC register
Stanislaw Gruszka
2012-01-27
1
-0
/
+2
|
*
|
carl9170: allow users to lower output power level
Christian Lamparter
2012-01-27
5
-35
/
+50
|
*
|
mac80211: make CQM RSSI support per virtual interface
Johannes Berg
2012-01-27
2
-5
/
+5
|
*
|
mac80211: make beacon filtering per virtual interface
Johannes Berg
2012-01-27
5
-4
/
+8
|
*
|
orinoco_usb: remove version definition
John W. Linville
2012-01-24
1
-5
/
+0
|
*
|
ath5k: use bool type for no_hw_rfkill_switch module parameter
John W. Linville
2012-01-24
1
-1
/
+1
|
*
|
ath9k_htc: claim support for IBSS RSN
Antonio Quartulli
2012-01-24
2
-0
/
+17
|
*
|
brcmfmac: Trivial typo of "couldn" to "could" fix
Joe Perches
2012-01-24
1
-2
/
+2
|
*
|
brcm80211: Use pr_fmt and pr_<level>
Joe Perches
2012-01-24
13
-24
/
+46
|
*
|
brcm80211: Use brcmu_dbg_hex_dump
Joe Perches
2012-01-24
1
-6
/
+3
|
*
|
brcm80211: Convert printk(KERN_DEBUG to pr_debug
Joe Perches
2012-01-24
6
-93
/
+78
|
*
|
brcmfmac: Remove useless #ifdef DEBUG
Joe Perches
2012-01-24
1
-2
/
+0
|
*
|
brcm80211: Add and use brcmX_dbg_dump_hex
Joe Perches
2012-01-24
4
-92
/
+84
|
*
|
brcmfmac: Convert printk(KERN_DEBUG to pr_debug
Joe Perches
2012-01-24
1
-4
/
+4
|
*
|
brcm80211: Use normal DEBUG define
Joe Perches
2012-01-24
16
-102
/
+102
|
*
|
ath5k: claim support for IBSS RSN
Antonio Quartulli
2012-01-24
2
-0
/
+11
|
*
|
carl9170: remove eeprom data injection option
Christian Lamparter
2012-01-24
3
-38
/
+0
|
*
|
mwifiex: derive priv from net_device instead of wiphy
Yogesh Ashok Powar
2012-01-24
1
-11
/
+8
|
*
|
mwifiex: use bss_type and bss_num to retrieve priv
Yogesh Ashok Powar
2012-01-24
12
-34
/
+31
|
*
|
carl9170: claim to support IBSS RSN.
Nicolas Cavallari
2012-01-24
1
-0
/
+3
|
*
|
drivers/net/wireless/mwifiex/scan.c: convert GFP_KERNEL to GFP_ATOMIC
Julia Lawall
2012-01-24
1
-1
/
+1
|
*
|
rtl8192se: Update copyright dates
Larry Finger
2012-01-24
20
-20
/
+20
|
*
|
rtl8192de: Update copyright dates
Larry Finger
2012-01-24
20
-20
/
+20
|
*
|
rtl8192cu: Update copyright dates
Larry Finger
2012-01-24
20
-20
/
+20
|
*
|
rtl8192ce: Update copyright dates
Larry Finger
2012-01-24
18
-18
/
+18
[next]