index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pcmcia
/
vg468.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-06-22
zd1211rw: only update HW beacon if new beacon differs from currect
Jussi Kivilinna
2
-13
/
+64
2011-06-22
zd1211rw: make 'handle_rx_packet: invalid, small RX packet' message debug-only
Jussi Kivilinna
1
-2
/
+2
2011-06-22
zd1211rw: fix invalid signal values from device
Jussi Kivilinna
2
-2
/
+24
2011-06-22
netlink: advertise incomplete dumps
Johannes Berg
4
-0
/
+60
2011-06-22
b43: HT-PHY: calibrate radio after switching channel
Rafał Miłecki
1
-1
/
+7
2011-06-22
rt2x00: reset usb devices at probe
Stanislaw Gruszka
1
-0
/
+1
2011-06-22
rt2x00: fix possible memory corruption in case of invalid rxdesc.size
Stanislaw Gruszka
1
-0
/
+13
2011-06-22
b43: N-PHY: move declarations of chantables functions to correct files
Rafał Miłecki
3
-8
/
+10
2011-06-22
b43: N-PHY: update switching analog on/off
Rafał Miłecki
1
-4
/
+17
2011-06-22
b43: HT-PHY: switch radio to requested channel
Rafał Miłecki
2
-1
/
+68
2011-06-22
b43: HT-PHY: add place for implementing channel switching
Rafał Miłecki
1
-2
/
+59
2011-06-22
b43: HT-PHY: define standard structs for channel switching
Rafał Miłecki
5
-0
/
+59
2011-06-22
b43: HT-PHY: enable radio
Rafał Miłecki
1
-0
/
+4
2011-06-22
b43: HT-PHY: implement killing radio
Rafał Miłecki
2
-2
/
+15
2011-06-21
Bluetooth: Fix not setting the chan state
Vinicius Costa Gomes
1
-1
/
+1
2011-06-20
rtlwifi: rtl8192{c,ce,cu,se}: Remove comparisons of booleans with true
Mike McCormack
20
-38
/
+38
2011-06-20
rtlwifi: rtl8192cu: Remove unused parameter
Mike McCormack
3
-62
/
+7
2011-06-20
rtlwifi: Fix typo in variable name
Mike McCormack
3
-4
/
+4
2011-06-20
bcma: clean exports of functions
Rafał Miłecki
4
-4
/
+5
2011-06-20
ath5k: add missing ieee80211_free_hw() on unload in AHB code
Pavel Roskin
1
-0
/
+1
2011-06-20
ath5k: free sc->ah in ath5k_deinit_softc
John W. Linville
1
-0
/
+1
2011-06-20
bcma: fix BCM43224 rev 0 workaround
Rafał Miłecki
1
-1
/
+1
2011-06-20
bcma: enable support for 14e4:4357 (BCM43225)
Rafał Miłecki
2
-0
/
+5
2011-06-20
ath9k_hw: make sure PAPRD training is properly done
Mohammed Shafi Shajakhan
2
-3
/
+23
2011-06-20
ath9k: Fix a corner case failure in sending PAPRD frames in HT40
Mohammed Shafi Shajakhan
1
-2
/
+2
2011-06-20
mac80211: quiesce vif before suspending
Eliad Peller
1
-16
/
+27
2011-06-20
Bluetooth: Remove useless access to the socket
Vinicius Costa Gomes
1
-2
/
+2
2011-06-20
Bluetooth: Fix crash when setting a LE socket to ready
Vinicius Costa Gomes
1
-2
/
+2
2011-06-20
rtlwifi: include mac80211.h from core.h
Kalle Valo
1
-0
/
+2
2011-06-20
zd1211rw: include mac80211.h from zd_chip.h
Kalle Valo
1
-0
/
+2
2011-06-20
iwlwifi: fix stop/wake queue hacks
Kalle Valo
1
-0
/
+9
2011-06-20
iwlegacy: fix stop/wake queue hacks
Kalle Valo
1
-0
/
+9
2011-06-18
iwlagn: remove incorrect define
Wey-Yi Guy
1
-1
/
+0
2011-06-18
iwlagn: merge duplicate code into single function
Wey-Yi Guy
5
-45
/
+30
2011-06-18
iwlagn: code alignment
Wey-Yi Guy
1
-4
/
+4
2011-06-18
iwlagn: add offset define for subsystem id
Wey-Yi Guy
1
-0
/
+1
2011-06-18
iwlagn: Add power_level module parameter
Wey-Yi Guy
4
-3
/
+16
2011-06-18
iwlagn: add power_save module parameter
Wey-Yi Guy
2
-5
/
+10
2011-06-18
iwlagn: store the irq number to iwl_bus just like dev
Emmanuel Grumbach
3
-7
/
+8
2011-06-18
iwlagn: warn about nested SYNC commands
Emmanuel Grumbach
2
-1
/
+11
2011-06-18
iwlagn: fix misplaced bracket
Emmanuel Grumbach
1
-1
/
+3
2011-06-18
iwlagn: waterfall the bus level if prepare card failed
Emmanuel Grumbach
1
-0
/
+1
2011-06-18
iwlagn: finally kill the pointer to pci_dev from iwl-dev.h
Emmanuel Grumbach
2
-14
/
+0
2011-06-18
iwlagn: add a get_irq method to iwl_bus_ops and use it
Emmanuel Grumbach
4
-5
/
+14
2011-06-18
iwlagn: don't read the PCI_REVISION_ID from iwl-agn.c
Emmanuel Grumbach
1
-4
/
+0
2011-06-18
iwlagn: add a method to get the HW ID description as a string to iwl_bus_ops
Emmanuel Grumbach
3
-3
/
+15
2011-06-18
iwlagn: move PCI power related functions to the PCI layer
Wey-Yi Guy
7
-51
/
+63
2011-06-18
iwlagn: don't use the PCI wrappers for DMA operation
Emmanuel Grumbach
4
-38
/
+36
2011-06-18
iwlagn: move PCI related operations from probe and remove to PCI layer
Emmanuel Grumbach
4
-84
/
+131
2011-06-18
iwlagn: add get_dev to iwl_bus_ops
Emmanuel Grumbach
11
-45
/
+60
[next]