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
...
|
*
|
|
|
ath9k: remove defines in reg.h that exist in ../reg.h
Pavel Roskin
2011-07-18
1
-23
/
+0
|
*
|
|
|
ath9k: use get_unaligned_{b16, le16, le32} where possible
Pavel Roskin
2011-07-18
5
-28
/
+23
|
*
|
|
|
ath: use get_unaligned_le{16,32} in ath_hw_keysetmac()
Pavel Roskin
2011-07-18
1
-5
/
+2
|
*
|
|
|
iwlagn: add tx start API to transport layer
Emmanuel Grumbach
2011-07-16
7
-210
/
+222
|
*
|
|
|
iwlagn: move all the ICT related functions to iwl-trans-rx-pcie.c
Emmanuel Grumbach
2011-07-16
6
-315
/
+297
|
*
|
|
|
iwlagn: move iwlagn_stop_device to transport layer
Emmanuel Grumbach
2011-07-16
8
-58
/
+52
|
*
|
|
|
iwlagn: move tx transport functions to iwl-trans-tx-pcie.c
Emmanuel Grumbach
2011-07-16
7
-299
/
+265
|
*
|
|
|
iwlagn: move rx transport functions to iwl-trans-rx-pcie.c
Emmanuel Grumbach
2011-07-16
9
-725
/
+799
|
*
|
|
|
iwlagn: remove indirection for iwlagn_hw_valid_rtc_data_addr
Fry, Donald H
2011-07-16
6
-12
/
+3
|
*
|
|
|
iwlagn: calibration bitmap
Wey-Yi Guy
2011-07-16
3
-10
/
+13
|
*
|
|
|
iwlagn: set default of uCode ownership to driver
Hsu, Kenny
2011-07-16
1
-0
/
+2
|
*
|
|
|
iwlagn: simplify TX flags assignments
Johannes Berg
2011-07-16
1
-11
/
+7
|
*
|
|
|
iwlagn: add comment to tx and get_tx_cmd in iwl_trans_ops
Emmanuel Grumbach
2011-07-16
1
-0
/
+2
|
*
|
|
|
iwlagn: comments for iwl_cfg
Wey-Yi Guy
2011-07-16
1
-5
/
+12
|
*
|
|
|
iwlagn: another double indirect removed
Wey-Yi Guy
2011-07-16
2
-20
/
+5
|
*
|
|
|
iwlagn: remove dual-indirect call to simply the code
Wey-Yi Guy
2011-07-16
9
-89
/
+41
|
*
|
|
|
iwlagn: remove un-necessary file
Wey-Yi Guy
2011-07-16
6
-222
/
+174
|
*
|
|
|
iwlagn: move the Rx dispatching to the upper layer
Emmanuel Grumbach
2011-07-16
3
-38
/
+52
|
*
|
|
|
iwlagn: move sync_irq to transport layer
Emmanuel Grumbach
2011-07-16
6
-10
/
+20
|
*
|
|
|
iwlagn: move the tasklet / irq to the transport layer
Emmanuel Grumbach
2011-07-16
6
-29
/
+55
|
*
|
|
|
iwlagn: move Tx datapath to transport layer
Emmanuel Grumbach
2011-07-16
5
-146
/
+189
|
*
|
|
|
carl9170: fix formatting issues found by checkpatch
Pavel Roskin
2011-07-15
5
-8
/
+8
|
*
|
|
|
ath9k: improve reliability of MIC error detection
Felix Fietkau
2011-07-15
1
-21
/
+32
|
*
|
|
|
orinoco: minor fixes for problems found by checkpatch.pl
Pavel Roskin
2011-07-15
21
-154
/
+155
|
*
|
|
|
mwl8k: Fixing sta dereference when ieee80211_tx_info->control.sta is NULL
Yogesh Ashok Powar
2011-07-15
1
-3
/
+3
*
|
|
|
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2011-07-15
119
-1429
/
+2567
|
\
|
|
|
|
|
*
|
|
|
mwifiex: add cfg80211 handler for set_bitrate_mask
Yogesh Ashok Powar
2011-07-13
1
-0
/
+54
|
*
|
|
|
ath5k: do not call ieee80211_stop_queue for queues not managed by mac80211
Felix Fietkau
2011-07-13
1
-1
/
+6
|
*
|
|
|
ath5k: disable 32KHz sleep clock operation by default
Felix Fietkau
2011-07-13
3
-3
/
+13
|
*
|
|
|
ath5k: fix reference clock usec duration setting restore
Felix Fietkau
2011-07-13
1
-1
/
+11
|
*
|
|
|
ath5k: delay full calibration after reset
Felix Fietkau
2011-07-13
1
-1
/
+1
|
*
|
|
|
ath5k: initialize common->clockrate
Felix Fietkau
2011-07-13
1
-0
/
+1
|
*
|
|
|
ath5k: fix reference clock frequency for spur mitigation on AR2413
Felix Fietkau
2011-07-13
1
-0
/
+1
|
*
|
|
|
ath5k: apply the synth voltage tweak only on AR5112 rev 2
Felix Fietkau
2011-07-13
1
-8
/
+11
|
*
|
|
|
ath5k: add missing checks for rfgain probe
Felix Fietkau
2011-07-13
1
-4
/
+6
|
*
|
|
|
ath9k_hw: Fix incorrect key_miss handling
Senthil Balasubramanian
2011-07-13
2
-4
/
+2
|
*
|
|
|
iwlagn: Add missing comma between constant string array
Joe Perches
2011-07-13
1
-2
/
+2
|
*
|
|
|
iwlegacy: Add missing comma between constant string array
Joe Perches
2011-07-13
1
-1
/
+1
|
*
|
|
|
iwlagn: fix warning in testmode attribute table
Wey-Yi Guy
2011-07-11
1
-1
/
+1
|
*
|
|
|
ath9k: remove an unnecessary function declaration
Mohammed Shafi Shajakhan
2011-07-11
1
-26
/
+24
|
*
|
|
|
rt2800usb: Add new device ID for Belkin
Eduardo Bacchi Kienetz
2011-07-11
1
-0
/
+2
|
*
|
|
|
ath5k: Add missing breaks in switch/case
Joe Perches
2011-07-11
1
-0
/
+3
|
*
|
|
|
rtlwifi: rtl8192cu: Fix duplicate if test
Larry Finger
2011-07-11
1
-1
/
+1
|
*
|
|
|
libertas: fix handling of command timeout, completion and interruption
Daniel Drake
2011-07-11
4
-17
/
+45
|
*
|
|
|
libertas: fix errors in functions accessing module registers
Olivier Sobrie
2011-07-11
1
-1
/
+3
|
*
|
|
|
ath5k: fix typos, bad comment formatting and GHz in place of MHz
Pavel Roskin
2011-07-11
18
-94
/
+94
|
*
|
|
|
ath5k: validate mode in ath5k_ani_init() before trying to set it
Pavel Roskin
2011-07-11
1
-0
/
+5
|
*
|
|
|
ath9k_hw: add a missing delay for an analog register
Felix Fietkau
2011-07-11
1
-2
/
+3
|
*
|
|
|
ath9k_hw: fix synth delay for half/quarter channels
Felix Fietkau
2011-07-11
1
-0
/
+5
|
*
|
|
|
ath9k_hw: set 5 GHz half/quarter channels on AR9002 using fractional mode
Felix Fietkau
2011-07-11
1
-1
/
+3
[prev]
[next]