Age | Commit message (Expand) | Author | Files | Lines |
2012-03-07 | iwlwifi: make iwl_fill_probe_req static | Johannes Berg | 2 | -51/+49 |
2012-03-07 | iwlwifi: clean up iwl-commands.h | Johannes Berg | 2 | -10/+2 |
2012-03-07 | iwlwifi: don't include iwl-prph.h everywhere | Johannes Berg | 5 | -2/+4 |
2012-03-07 | iwlwifi: remove PA type configuration | Johannes Berg | 2 | -20/+9 |
2012-03-07 | iwlwifi: remove priv from shared | Johannes Berg | 2 | -3/+0 |
2012-03-07 | iwlwifi: virtualize nic_config | Johannes Berg | 5 | -7/+18 |
2012-03-07 | iwlwifi: move packet to transport | Johannes Berg | 9 | -129/+103 |
2012-03-07 | iwlwifi: move irq to PCIe | Johannes Berg | 3 | -8/+8 |
2012-03-07 | iwlwifi: move all uCode load variables | Johannes Berg | 5 | -9/+14 |
2012-03-07 | iwlwifi: move ucode_owner to priv | Johannes Berg | 8 | -13/+14 |
2012-03-07 | iwlwifi: abstract out notification wait support | Johannes Berg | 10 | -160/+314 |
2012-03-07 | iwlwifi: fix notification wait bug | Johannes Berg | 1 | -3/+3 |
2012-03-07 | iwlwifi: constify remaining config data | Johannes Berg | 5 | -16/+19 |
2012-03-07 | iwlwifi: put use_rts_for_aggregation into hw_params | Johannes Berg | 6 | -9/+13 |
2012-03-07 | iwlwifi: use watchdog timeout from hw_params | Johannes Berg | 2 | -3/+3 |
2012-03-07 | iwlwifi: keep plcp_delta_threshold in priv | Johannes Berg | 4 | -4/+9 |
2012-03-07 | iwlwifi: remove max_txq_num from hw_params | Johannes Berg | 1 | -1/+1 |
2012-03-07 | iwlwifi: remove num_of_queues module parameter | Johannes Berg | 6 | -29/+0 |
2012-03-07 | iwlwifi: clean up iwl-core.h inclusions | Johannes Berg | 2 | -3/+1 |
2012-03-07 | iwlwifi: virtualize command queue full behaviour | Johannes Berg | 5 | -8/+21 |
2012-03-07 | iwlwifi: make tracing use device as identifier | Johannes Berg | 6 | -86/+90 |
2012-03-07 | iwlwifi: move status check functions out of shared | Johannes Berg | 4 | -58/+65 |
2012-03-07 | iwlwifi: remove shadow_reg_enable from hw_params | Johannes Berg | 6 | -8/+5 |
2012-03-07 | iwlwifi: remove AMT check from transport | Johannes Berg | 1 | -2/+2 |
2012-03-07 | iwlwifi: rename ucode.h to fw-file.h | Johannes Berg | 2 | -4/+4 |
2012-03-07 | iwlwifi: move rfkill status handling out of transport | Johannes Berg | 3 | -46/+22 |
2012-03-07 | iwlwifi: move mutex out of shared | Johannes Berg | 14 | -124/+122 |
2012-03-07 | iwlwifi: move lockdep assertion into DVM | Johannes Berg | 2 | -3/+16 |
2012-03-07 | iwlwifi: move RF/CT kill check to command wrapper | Johannes Berg | 2 | -15/+10 |
2012-03-07 | iwlwifi: add wrappers for command sending | Johannes Berg | 17 | -128/+70 |
2012-03-07 | iwlwifi: remove iwl-wifi.h | Johannes Berg | 12 | -223/+148 |
2012-03-07 | iwlwifi: split out firmware store | Johannes Berg | 19 | -163/+236 |
2012-03-07 | iwlwifi: move ucode loading to op_mode | Johannes Berg | 13 | -160/+150 |
2012-03-07 | iwlwifi: move firmware completion wait | Johannes Berg | 2 | -2/+2 |
2012-03-07 | iwlwifi: move firmware request into drv | Johannes Berg | 3 | -627/+625 |
2012-03-07 | iwlwifi: move iwl_base_params to shared header | Johannes Berg | 2 | -42/+43 |
2012-03-07 | iwlwifi: move uCode deallocation to drv | Johannes Berg | 2 | -2/+2 |
2012-03-07 | iwlwifi: fix station HT parameters | Johannes Berg | 3 | -26/+75 |
2012-03-07 | iwlwifi: move traffic log definitions | Johannes Berg | 2 | -3/+4 |
2012-03-07 | iwlwifi: move IWL_MASK into file using it | Johannes Berg | 2 | -1/+2 |
2012-03-07 | iwlwifi: move tid_to_ac to PCI-E | Johannes Berg | 2 | -46/+46 |
2012-03-07 | iwlwifi: iwl_rx_cmd_buffer belongs to transport API | Johannes Berg | 2 | -17/+17 |
2012-03-07 | iwlwifi: move queue functions to PCI-E | Johannes Berg | 2 | -20/+20 |
2012-03-07 | iwlwifi: transport's tx_agg_alloc must not sleep | Johannes Berg | 1 | -3/+1 |
2012-03-07 | iwlwifi: refactor PCI-E RX path | Johannes Berg | 1 | -106/+110 |
2012-03-07 | iwlwifi: don't pass iwl_rx_mem_buffer to upper layers | Johannes Berg | 14 | -57/+80 |
2012-03-07 | iwlwifi: pass response packet directly | Johannes Berg | 6 | -20/+28 |
2012-03-07 | iwlwifi: use ieee80211_tx_status | Johannes Berg | 1 | -10/+18 |
2012-03-07 | iwlwifi: move wowlan bool into priv | Johannes Berg | 8 | -9/+10 |
2012-03-07 | iwlwifi: clean up (wowlan) suspend flow | Johannes Berg | 3 | -22/+26 |