index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
iwlwifi
/
iwl-dev.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
iwlwifi: move eeprom defines to iwl-eeprom.c
Emmanuel Grumbach
2012-02-27
1
-3
/
+0
*
iwlwifi: virtualize the op_mode
Emmanuel Grumbach
2012-02-27
1
-0
/
+8
*
iwlwifi: move event and err pointers to iwl_nic
Don Fry
2012-02-17
1
-3
/
+0
*
iwlwifi: use enhance_sensitivity from iwl_fw
Emmanuel Grumbach
2012-02-17
1
-1
/
+0
*
iwlwifi: move firmware_loading_complete to iwl_nic
Don Fry
2012-02-17
1
-2
/
+0
*
iwlwifi: move firmware_name to iwl_nic
Don Fry
2012-02-17
1
-3
/
+0
*
iwlwifi: move fw_index from iwl_priv to iwl_nic
Don Fry
2012-02-17
1
-1
/
+0
*
iwlwifi: move ucode_ver to iwl_nic
Don Fry
2012-02-17
1
-3
/
+0
*
iwlwifi: move workqueue to priv
Johannes Berg
2012-02-17
1
-0
/
+2
*
iwlwifi: testmode new indirect RW API
Amit Beka
2012-02-17
1
-3
/
+3
*
iwlwifi: move all ucode routines to iwl-ucode.c
Don Fry
2012-02-02
1
-108
/
+0
*
iwlwifi: move the shrd memory from priv
Emmanuel Grumbach
2012-02-02
1
-1
/
+0
*
iwlwifi: fix uCode event tracing
Johannes Berg
2012-01-28
1
-1
/
+1
*
iwlwifi: update Copyright
Wey-Yi Guy
2012-01-06
1
-1
/
+1
*
iwlwifi: tid_data moves to iwl_priv
Emmanuel Grumbach
2011-12-16
1
-0
/
+64
*
iwlwifi: move iwl_cfg from iwl_priv to iwl_shared
Don Fry
2011-12-16
1
-11
/
+0
*
iwlwifi: move calib_results list from iwl_priv to iwl_trans
Don Fry
2011-12-09
1
-12
/
+0
*
iwlwifi: move device_pointers from iwl_priv to iwl_shared
Don Fry
2011-12-09
1
-5
/
+0
*
iwlwifi: move eeprom pointer from iwl_priv to iwl_shared
Don Fry
2011-12-09
1
-4
/
+0
*
iwlwifi: rename CONFIG_IWLWIFI_DEVICE_SVTOOL to CONFIG_IWLWIFI_DEVICE_TESTMODE
Wey-Yi Guy
2011-12-09
1
-2
/
+2
*
iwlwifi: remove reference to legacy devices
Wey-Yi Guy
2011-12-09
1
-3
/
+2
*
iwlwifi: move ucode notification from iwl_priv to iwl_shared
Don Fry
2011-12-02
1
-33
/
+0
*
iwlwifi: move ucode_type from iwl_priv to iwl_shared
Don Fry
2011-12-02
1
-1
/
+0
*
iwlwifi: add tm commands for sram reading by dumpit
Hsu, Kenny
2011-12-02
1
-0
/
+7
*
iwlagn: dynamically allocate & reflect calibration data
Johannes Berg
2011-11-25
1
-19
/
+5
*
iwlagn: move nvm_device_type from iwl_priv to iwl_trans
Don Fry
2011-11-11
1
-1
/
+0
*
iwlagn: move ucode files out of the iwl_priv structure
Don Fry
2011-11-11
1
-23
/
+1
*
iwlagn: move ucode_write_complete from priv to trans structure
Don Fry
2011-11-11
1
-1
/
+0
*
iwlagn: add P2P NoA to probe responses
Johannes Berg
2011-11-11
1
-0
/
+8
*
iwlagn: eliminate bus pointer from iwl_priv structure
Don Fry
2011-10-14
1
-3
/
+0
*
iwlagn: remove Kelvin support
Johannes Berg
2011-09-27
1
-1
/
+1
*
iwlagn: remove the callback in host commands
Emmanuel Grumbach
2011-09-21
1
-2
/
+3
*
iwlagn: split remain-on-channel
Johannes Berg
2011-09-21
1
-1
/
+1
*
iwlagn: remove common station priv
Johannes Berg
2011-09-21
1
-6
/
+2
*
iwlagn: move iwl_stop / wake_queue to the upper layer
Emmanuel Grumbach
2011-09-19
1
-0
/
+2
*
iwlagn: iwl-trans.c can't dereference iwl_priv any more
Emmanuel Grumbach
2011-09-14
1
-37
/
+1
*
iwlagn: clean up of transport layer
Emmanuel Grumbach
2011-09-14
1
-162
/
+0
*
iwlagn: remove priv dereferences from the transport layer
Emmanuel Grumbach
2011-09-14
1
-4
/
+2
*
iwlagn: handle GO powersave
Johannes Berg
2011-08-29
1
-0
/
+3
*
iwlagn: move tx queues to transport layer
Emmanuel Grumbach
2011-08-29
1
-42
/
+0
*
iwlagn: move the stop / wake queue logic to transport layer
Emmanuel Grumbach
2011-08-29
1
-2
/
+0
*
iwlagn: move the mapping ac to queue / fifo to transport
Emmanuel Grumbach
2011-08-29
1
-11
/
+0
*
iwlagn: upper layer uses slabs to allocate tx cmds
Emmanuel Grumbach
2011-08-29
1
-0
/
+2
*
iwlagn: set tx_fifo for ampdu in transport layer
Emmanuel Grumbach
2011-08-29
1
-7
/
+0
*
iwlagn: upper layer stores iwl_rxon_context in skb's CB
Emmanuel Grumbach
2011-08-29
1
-9
/
+3
*
iwlagn: remove dereferences of priv from transport
Emmanuel Grumbach
2011-08-29
1
-7
/
+0
*
iwlagn: iwl_tid_data moves to iwl-shared
Emmanuel Grumbach
2011-08-29
1
-39
/
+0
*
iwlagn: iwl-pci doesn't include iwl-dev any more
Emmanuel Grumbach
2011-08-29
1
-2
/
+0
*
iwlagn: all function iwl-io.c receive iwl_bus
Emmanuel Grumbach
2011-08-29
1
-3
/
+0
*
iwlagn: add missing includes
Emmanuel Grumbach
2011-08-29
1
-7
/
+0
[prev]
[next]