index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
mac80211: fix managed mode BSSID handling
Johannes Berg
2009-05-20
2
-7
/
+19
|
*
cfg80211: warn when wiphy_apply_custom_regulatory() does nothing
Luis R. Rodriguez
2009-05-20
1
-2
/
+11
|
*
ath9k: set max default eirp to 20 dBm
Luis R. Rodriguez
2009-05-20
1
-2
/
+2
|
*
mac80211: fix parameter confusion when finding IBSS
Johannes Berg
2009-05-20
1
-2
/
+2
|
*
ath9k: fix custom regulatory call position
Luis R. Rodriguez
2009-05-20
1
-4
/
+7
|
*
mac80211: don't try to do anything on unchanged genIE
Johannes Berg
2009-05-20
2
-2
/
+10
|
*
rt73usb: fix for master mode
Alexandre Becholey
2009-05-20
1
-3
/
+6
|
*
mac80211: Do not override AID in the duration field
Jouni Malinen
2009-05-20
1
-0
/
+2
|
*
mac80211: PS processing for every Beacon with our AID in TIM
Jouni Malinen
2009-05-20
1
-9
/
+10
|
*
ath9k: Set PM field in frame control when in PS mode
Jouni Malinen
2009-05-20
1
-0
/
+15
|
*
ath9k: Wake up for RX filter changes
Jouni Malinen
2009-05-20
1
-0
/
+2
|
*
ath9k: Use TSFOOR interrupt to trigger TSF sync with next Beacon
Jouni Malinen
2009-05-20
1
-0
/
+10
|
*
ath9k: Do not try to calibrate radio when in sleep mode
Jouni Malinen
2009-05-20
1
-0
/
+8
|
*
ath9k: Wake up for TX in mac80211 timeout=0 sleep mode
Jouni Malinen
2009-05-20
4
-4
/
+58
|
*
mac80211: fix kernel-doc
Johannes Berg
2009-05-20
3
-2
/
+1
|
*
rt2x00: Add USB ID for rt2800usb
Ivo van Doorn
2009-05-20
1
-0
/
+1
|
*
cfg80211: fix compile error with CONFIG_CFG80211_DEBUGFS
Pavel Roskin
2009-05-20
1
-1
/
+1
|
*
ath5k: avoid and warn on potential infinite loop
Bob Copeland
2009-05-20
1
-0
/
+3
|
*
cfg80211: fix in nl80211_set_reg()
Luis R. Rodriguez
2009-05-20
2
-1
/
+6
|
*
cfg80211: cleanup return calls on nl80211_set_reg()
Luis R. Rodriguez
2009-05-20
1
-6
/
+13
|
*
cfg80211: return immediately if num reg rules > NL80211_MAX_SUPP_REG_RULES
Luis R. Rodriguez
2009-05-20
1
-1
/
+1
|
*
wireless: fix to set dev->broadcast correctly
Wei Yongjun
2009-05-20
1
-1
/
+1
|
*
Staging: agnx: switch config_interface to bss_info_changed
Alexander Beregalov
2009-05-20
1
-6
/
+9
|
*
ath9k: Move PS wakeup/restore calls from isr to tasklet
Vasanthakumar Thiagarajan
2009-05-20
2
-15
/
+9
|
*
cfg80211: allow wext to remove keys that don't exist
Johannes Berg
2009-05-20
2
-2
/
+10
|
*
mac80211_hwsim: Group radios
Daniel Wagner
2009-05-20
1
-1
/
+34
|
*
ath5k: update beacons in AP mode
Bob Copeland
2009-05-20
1
-14
/
+40
|
*
p54spi: drop test for FW_STATE_RESET in p54spi_work
Max Filippov
2009-05-20
1
-2
/
+1
|
*
b43/legacy: fix beacon change processing
Johannes Berg
2009-05-20
2
-25
/
+20
|
*
p54spi: use firmware/DMA bug workaround that work under hight load in p54spi_rx
Max Filippov
2009-05-20
1
-8
/
+20
|
*
p54spi: always call p54spi_sleep in p54spi_tx_frame if p54spi_wakeup succeeded
Max Filippov
2009-05-20
1
-2
/
+2
|
*
p54spi: return status of p54spi_wakeup
Max Filippov
2009-05-20
1
-7
/
+7
|
*
p54spi: cosmetic fixes: use even byte count in SPI write; drop unused interru...
Max Filippov
2009-05-20
1
-6
/
+1
|
*
p54spi: fix incorrect access sequence to DMA_WRITE_CTRL in p54spi_spi_write_dma
Max Filippov
2009-05-20
1
-5
/
+3
|
*
drivers/net: use dev_get_drvdata
Julia Lawall
2009-05-20
1
-1
/
+1
|
*
cfg80211: mark wiphy->privid as pointer to const
David Kilroy
2009-05-20
1
-1
/
+1
|
*
cfg80211: mark ops as pointer to const
David Kilroy
2009-05-20
3
-3
/
+3
|
*
iwlwifi: drop iwl3945_tid_data
Tomas Winkler
2009-05-20
1
-5
/
+1
|
*
iwlwifi: drop struct iwl3945_hw_key
Tomas Winkler
2009-05-20
2
-9
/
+3
|
*
b43legacy: Remove unnecessary MMIO in interrupt hotpath
Stefano Brivio
2009-05-20
3
-59
/
+25
|
*
ath9k: cleanup beacon parameters configuration
Vasanthakumar Thiagarajan
2009-05-20
2
-28
/
+36
|
*
ath9k: Remove unused parameters which are passed to ath_beacon_config_X()
Vasanthakumar Thiagarajan
2009-05-20
1
-8
/
+5
|
*
ath9k: Print hw reset failure status as signed int
Vasanthakumar Thiagarajan
2009-05-20
2
-6
/
+6
|
*
mac80211: cancel/restart all timers across suspend/resume
Johannes Berg
2009-05-20
12
-19
/
+321
|
*
mac80211: move channel switch code
Johannes Berg
2009-05-20
4
-111
/
+105
|
*
nl80211: Validate NL80211_ATTR_KEY_SEQ length
Jouni Malinen
2009-05-20
3
-3
/
+19
|
*
ath9k: Fix PS mode operation to receive buffered broadcast/multicast frames
Jouni Malinen
2009-05-20
3
-7
/
+114
|
*
ath9k: Clean up RX processing a bit
Jouni Malinen
2009-05-20
1
-26
/
+34
|
*
ath9k: Fix a check for multicast address for virtual wiphy
Jouni Malinen
2009-05-20
1
-1
/
+1
|
*
mac80211: Cancel pending probereq poll on beacon RX
Jouni Malinen
2009-05-20
1
-0
/
+10
[prev]
[next]