index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
/
carl9170
(
follow
)
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-04-12
1
-6
/
+1
|
\
|
*
simple_open: automatically convert to simple_open()
Stephen Boyd
2012-04-06
1
-6
/
+1
*
|
wireless: Remove unnecessary ; from while (0) macros
Joe Perches
2012-04-11
1
-3
/
+3
*
|
mac80211: don't always advertise remain-on-channel
Johannes Berg
2012-04-10
1
-0
/
+2
|
/
*
carl9170: fix breakage from "mac80211: handle non-bufferable MMPDUs correctly"
John W. Linville
2012-02-29
1
-1
/
+1
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2012-02-29
1
-3
/
+6
|
\
|
*
carl9170: fix frame delivery if sta is in powersave mode
Christian Lamparter
2012-02-29
1
-3
/
+5
|
*
carl9170: Fix memory accounting when sta is in power-save mode.
Nicolas Cavallari
2012-02-29
1
-0
/
+1
*
|
carl9170: allow users to lower output power level
Christian Lamparter
2012-01-27
5
-35
/
+50
*
|
carl9170: remove eeprom data injection option
Christian Lamparter
2012-01-24
3
-38
/
+0
*
|
carl9170: claim to support IBSS RSN.
Nicolas Cavallari
2012-01-24
1
-0
/
+3
|
/
*
Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2012-01-08
1
-1
/
+1
|
\
|
*
switch debugfs to umode_t
Al Viro
2012-01-04
1
-1
/
+1
*
|
Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2012-01-07
1
-12
/
+1
|
\
\
|
*
|
USB: convert drivers/net/* to use module_usb_driver()
Greg Kroah-Hartman
2011-11-18
1
-12
/
+1
|
|
/
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2012-01-05
1
-37
/
+60
|
\
\
|
*
|
carl9170: move checksum and txseq into subfunctions
Christian Lamparter
2012-01-04
1
-37
/
+60
*
|
|
module_param: make bool parameters really bool (net & drivers/net)
Rusty Russell
2011-12-20
1
-1
/
+1
*
|
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2011-11-28
1
-2
/
+2
|
\
|
|
|
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
John W. Linville
2011-11-22
1
-0
/
+1
|
|
\
|
|
*
|
carl9170: use ieee80211_free_txskb
Christian Lamparter
2011-11-21
1
-2
/
+2
*
|
|
net: treewide use of RCU_INIT_POINTER
Eric Dumazet
2011-11-24
1
-6
/
+6
|
|
/
|
/
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2011-11-07
1
-4
/
+7
|
\
|
|
*
carl9170: fix AMPDU TX_CTL_REQ_TX_STATUS handling
Christian Lamparter
2011-11-02
1
-4
/
+7
*
|
drivers/net: Add module.h to drivers who were implicitly using it
Paul Gortmaker
2011-11-01
1
-0
/
+1
|
/
*
ath: remove ath_regulatory::current_rd_ext
Felix Fietkau
2011-10-11
1
-1
/
+0
*
mac80211: pass vif param to conf_tx() callback
Eliad Peller
2011-10-03
1
-1
/
+2
*
mac80211: add ieee80211_vif param to tsf functions
Eliad Peller
2011-09-27
1
-1
/
+2
*
Merge branch 'master' of git://git.infradead.org/users/linville/wireless
John W. Linville
2011-09-20
1
-1
/
+3
|
\
|
*
carl9170: Fix mismatch in carl9170_op_set_key mutex lock-unlock
Alexey Khoroshilov
2011-08-24
1
-1
/
+3
*
|
carl9170: Use do_div for 64-bit division to fix 32-bit kernels
Christian Lamparter
2011-08-26
1
-4
/
+7
*
|
carl9170: export HW random number generator
Christian Lamparter
2011-08-24
3
-0
/
+139
*
|
carl9170: improve site survey
Christian Lamparter
2011-08-24
5
-15
/
+153
*
|
carl9170: import updated firmware headers
Christian Lamparter
2011-08-24
2
-2
/
+13
*
|
carl9170: fix timekeeping for HW_COUNTER firmwares
Christian Lamparter
2011-08-24
3
-5
/
+8
|
/
*
carl9170: fix sparse warnings enabled by CONFIG_SPARSE_RCU_POINTER
Pavel Roskin
2011-07-20
1
-4
/
+4
*
carl9170: set beacon xmit power to the max
Christian Lamparter
2011-07-18
1
-83
/
+108
*
carl9170: move beacon_update into tx.c
Christian Lamparter
2011-07-18
3
-130
/
+130
*
carl9170 firmware: update firmware headers
Christian Lamparter
2011-07-18
2
-2
/
+42
*
carl9170: fix formatting issues found by checkpatch
Pavel Roskin
2011-07-15
5
-8
/
+8
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2011-07-11
1
-0
/
+2
|
\
|
*
carl9170: add NEC WL300NU-AG usbid
Christian Lamparter
2011-07-05
1
-0
/
+2
*
|
carl9170: Implement tx_frames_pending mac80211 callback function
Christian Lamparter
2011-07-08
1
-0
/
+8
*
|
carl9170: use carl9170 queue enums
Christian Lamparter
2011-07-05
1
-5
/
+5
*
|
carl9170: allow PSM if the 5 GHz band is selected
Christian Lamparter
2011-07-05
3
-8
/
+1
*
|
carl9170: enable IEEE80211_HW_NEED_DTIM_PERIOD
Christian Lamparter
2011-07-05
1
-0
/
+1
*
|
carl9170: import 1.9.4 firmware headers
Christian Lamparter
2011-07-05
6
-22
/
+63
*
|
wireless: unify QoS control field definitions
Johannes Berg
2011-06-27
1
-1
/
+1
|
/
*
Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next...
John W. Linville
2011-05-24
3
-9
/
+24
|
\
|
*
carl9170: advertise interface combinations
Christian Lamparter
2011-05-16
3
-9
/
+24
[next]