Age | Commit message (Expand) | Author | Files | Lines |
2012-03-08 | iwlwifi: fixed testmode notifications length | Amit Beka | 1 | -1/+2 |
2012-03-08 | iwlwifi: add testmode command for rx forwarding | Amit Beka | 3 | -9/+56 |
2012-03-08 | iwlwifi: reintroduce iwl_enable_rfkill_int | Stanislaw Gruszka | 3 | -9/+16 |
2012-03-08 | iwlwifi: print DMA stop timeout error only if it happened | Stanislaw Gruszka | 1 | -3/+4 |
2012-03-08 | iwlwifi: use writeb,writel,readl directly | Stanislaw Gruszka | 2 | -8/+7 |
2012-03-08 | iwlwifi: cleanup/fix memory barriers | Stanislaw Gruszka | 3 | -7/+7 |
2012-03-08 | iwlwifi: always check if got h/w access before write | Stanislaw Gruszka | 6 | -30/+35 |
2012-03-08 | iwlwifi: dump stack when fail to gain access to the device | Stanislaw Gruszka | 1 | -3/+3 |
2012-03-08 | iwlwifi: return error if loading uCode failed | Johannes Berg | 1 | -3/+1 |
2012-03-08 | iwlwifi: remove unused max_nrg_cck from sensitivity and constify | Johannes Berg | 5 | -10/+4 |
2012-03-08 | iwlwifi: make EEPROM enhanced TX power a bool | Johannes Berg | 5 | -9/+8 |
2012-03-08 | iwlwifi: move BT/HT params to shared | Johannes Berg | 2 | -24/+24 |
2012-03-08 | iwlwifi: remove BT handlers from lib_ops | Johannes Berg | 5 | -19/+6 |
2012-03-08 | iwlwifi: transport's tx_agg_disable must be atomic | Johannes Berg | 1 | -3/+1 |
2012-03-08 | iwlwifi: redesign PASSIVE_NO_RX workaround | Johannes Berg | 11 | -119/+56 |
2012-03-08 | iwlwifi: remove unused argument from iwlagn_suspend | Johannes Berg | 3 | -5/+3 |
2012-03-08 | iwlwifi: remove two unused arguments in testmode | Johannes Berg | 1 | -6/+6 |
2012-03-08 | iwlwifi: remove unused argument from iwl_init_hw_rates | Johannes Berg | 1 | -3/+2 |
2012-03-08 | iwlwifi: move iwl_sta_id_or_broadcast to user | Johannes Berg | 2 | -32/+30 |
2012-03-08 | iwlwifi: remove unused argument from rs_initialize_lq | Johannes Berg | 1 | -2/+1 |
2012-03-08 | iwlwifi: remove unused arguments from iwlagn_gain_computation | Johannes Berg | 1 | -5/+2 |
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 |