summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlegacy
Commit message (Expand)AuthorAgeFilesLines
* net: add a truesize parameter to skb_add_rx_frag()Eric Dumazet2012-03-252-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-03-192-4/+5
|\
| * iwl3945: fix possible il->txq NULL pointer dereference in delayed worksStanislaw Gruszka2012-03-122-4/+5
* | mac80211: rename bss_conf timestamp to last_tsfJohannes Berg2012-03-131-1/+1
* | iwlegacy: remove unused enum il4965_calib_enabled_stateGreg Dietsche2012-02-291-5/+0Star
* | iwlegacy: remove enum iw_calib and related codeGreg Dietsche2012-02-294-32/+0Star
* | iwlegacy: Kconfig: Change Debug Option to be more clearGreg Dietsche2012-02-291-1/+1
* | iwlegacy: Kconfig: Move Debugging OptionsGreg Dietsche2012-02-291-39/+39
* | mac80211: handle non-bufferable MMPDUs correctlyJohannes Berg2012-02-291-1/+1
* | iwlegacy: remove il_is_rfkill_hwStanislaw Gruszka2012-02-221-7/+1Star
* | iwlegacy: s/il_txq_mem/il_free_txq_mem/gStanislaw Gruszka2012-02-224-5/+5
* | iwlegacy: s/S_RF_KILL_HW/S_RFKILL/gStanislaw Gruszka2012-02-225-36/+36
* | iwlegacy: small queue initializations cleanupStanislaw Gruszka2012-02-224-61/+52Star
* | iwlegacy: enable only rfkill interrupt when rfkill switch is on during IFF_UPStanislaw Gruszka2012-02-221-4/+2Star
* | iwlegacy: small il4965_set_hw_ready cleanupStanislaw Gruszka2012-02-221-21/+14Star
* | iwlegacy: check correct il_poll_bit error valueStanislaw Gruszka2012-02-221-1/+1
* | iwlegacy: do not grab nic access if rfkillStanislaw Gruszka2012-02-225-57/+97
* | iwleagcy: fix ident code damageStanislaw Gruszka2012-02-222-26/+10Star
* | iwleagcy: remove old commentsStanislaw Gruszka2012-02-221-16/+0Star
* | iwlegacy: improve mac operation debuggability a bitStanislaw Gruszka2012-02-222-52/+53
* | iwlegacy: get rid of tx/rx traffic logStanislaw Gruszka2012-02-226-423/+145Star
* | iwlegacy: merge all ops structures into oneStanislaw Gruszka2012-02-225-131/+78Star
* | iwlegacy: merge il_lib_ops into il_opsStanislaw Gruszka2012-02-228-81/+71Star
* | iwlegacy: remove il_apm_opsStanislaw Gruszka2012-02-227-27/+13Star
* | iwlegacy: merge eeprom_ops into lib_opsStanislaw Gruszka2012-02-224-16/+8Star
* | iwlegacy: remove temp_opsStanislaw Gruszka2012-02-224-25/+15Star
* | iwlegacy: move debugfs_ops to il_privStanislaw Gruszka2012-02-2210-38/+30Star
* | iwlegacy: gather all 4965 handlers in one placeStanislaw Gruszka2012-02-224-325/+305Star
* | iwlegacy: regulatory_bands is not an opsStanislaw Gruszka2012-02-224-29/+42
* | iwlegacy: use writeb,writel,readl directlyStanislaw Gruszka2012-02-223-9/+9
* | iwlegacy: cleanup/fix memory barriersStanislaw Gruszka2012-02-222-4/+7
* | iwlegacy: always check if got h/w access before writeStanislaw Gruszka2012-02-223-18/+21
* | iwlegacy: dump stack when fail to gain access to the deviceStanislaw Gruszka2012-02-221-2/+3
* | iwlegacy: remove set_hw_params callbackStanislaw Gruszka2012-02-063-85/+59Star
* | iwlegacy: remove struct il_tx_infoStanislaw Gruszka2012-02-066-69/+46Star
* | iwlegacy: merge il_base_params into il_cfgStanislaw Gruszka2012-02-067-81/+83
* | iwlegacy: move ops out of configStanislaw Gruszka2012-02-0610-167/+127Star
* | iwlegacy: get rid of ctx structureStanislaw Gruszka2012-02-0610-378/+261Star
* | iwlegacy: remove il_setup_interface()Stanislaw Gruszka2012-02-061-19/+3Star
* | iwlegacy: get rid of ctx->is_activeStanislaw Gruszka2012-02-064-31/+3Star
* | iwlegacy: get rid of ctx->ac_to_queueStanislaw Gruszka2012-02-062-8/+2Star
* | iwlegacy: get rid of ctx->ac_to_fifoStanislaw Gruszka2012-02-062-10/+8Star
* | iwlegacy: move ht out of ctx structureStanislaw Gruszka2012-02-064-49/+46Star
* | iwlegacy: move qos_data out of ctx structureStanislaw Gruszka2012-02-063-19/+18Star
* | iwlegacy: remove ctx interface_modesStanislaw Gruszka2012-02-064-35/+8Star
* | iwlegacy: get rid of ctx->station_flagsStanislaw Gruszka2012-02-062-3/+1Star
* | iwlegacy: move wep_keys out of contextStanislaw Gruszka2012-02-062-38/+39
* | iwlegacy: get rid of mcast_queueStanislaw Gruszka2012-02-062-16/+4Star
* | iwlegacy: get rid of ctxidStanislaw Gruszka2012-02-065-14/+1Star
* | iwlegacy: get rid of *_devtypeStanislaw Gruszka2012-02-064-11/+3Star